Mr. Pants' Excessive Overkill: install on Steam Deck

Need some nice Mods? Here, you are right!
Post Reply
The Dopefish
Novice
Posts: 3
Joined: Tue Jan 16, 2024 11:12 pm

Mr. Pants' Excessive Overkill: install on Steam Deck

Post by The Dopefish »

Here's a good one for someone. I've installed UT99 on my Steam Deck, and I want to install Mr. Pants' Excessive Overkill. In fact, this problem will exist for any modification that appears to be exclusively available as a .umod file, but as far as I can tell there is no way to install a .umod straight away on the Steam Deck. I'm also on a Mac primarily, so I'm guessing there is not program for extracting .umod files for either Linux or Mac. If there is, then great!...but I need to know what that program is. :)

If not, can someone perhaps provide with me the individual files for the mod within a .zip or other compressed file?

(Long time PlanetUnreal/BeyondUnreal member here! Glad to see the community is still kicking!)
User avatar
Hellkeeper
Inhuman
Posts: 905
Joined: Tue Feb 25, 2014 12:32 pm
Personal rank: Soulless Automaton
Location: France
Contact:

Re: Mr. Pants' Excessive Overkill: install on Steam Deck

Post by Hellkeeper »

See this topic :
viewtopic.php?t=14294
It should allow you to extract the umod and install its content manually.
You must construct additional pylons.
The Dopefish
Novice
Posts: 3
Joined: Tue Jan 16, 2024 11:12 pm

Re: Mr. Pants' Excessive Overkill: install on Steam Deck

Post by The Dopefish »

Tried this, but the prerequisite (Node.js) does not work on Steam Deck.
User avatar
snowguy
Novice
Posts: 8
Joined: Sun Feb 17, 2019 9:07 am

Re: Mr. Pants' Excessive Overkill: install on Steam Deck

Post by snowguy »

This perl script umodunpack.pl worked for me on Linux:
https://www.deepsky.com/~misaka/scripts/

This was the command I used with it long ago to install the bonus pack 4 umod:

Code: Select all

bash-4.2# ./umodunpack.pl -u UTBonusPack4.umod -b /usr/local/games/ut
This is the help listing for an explanation of the options:

Code: Select all

bash-5.1$ ./umodunpack.pl --help
Usage: ./umodunpack.pl [--base <base_dir>] --list|--info|--unpack <umod_file>

  Unpack a Umod file for Unreal our Unreal Tournament.

    -h|--help             : this help
    -v|--version          : display version info
    -i|--info             : info on umod file
    -l|--list             : list files in Umod
    -b|--base <base_dir>  : base directory for Unreal install, default
                            is .
    -u|--unpack           : extract the files to the UT basedir (default)
    -e|--extract <file>   : extract specific file
    -r|--readme           : view ReadMe file, if any, in umod

  Use 'perldoc ./umodunpack.pl' for more info.
User avatar
papercoffee
Godlike
Posts: 10451
Joined: Wed Jul 15, 2009 11:36 am
Personal rank: coffee addicted !!!
Location: Cologne, the city with the big cathedral.
Contact:

Re: Mr. Pants' Excessive Overkill: install on Steam Deck

Post by papercoffee »

Isn't 7zip available for Linux?
There is a add-on for it as far as I know.
User avatar
Shrimp
Adept
Posts: 273
Joined: Wed Oct 10, 2018 11:15 am
Location: Australia
Contact:

Re: Mr. Pants' Excessive Overkill: install on Steam Deck

Post by Shrimp »

Can also use the web-based converter here: https://unrealarchive.org/umod/ if you don't want to install anything. It will convert a UMOD to plain old ZIP.
ShrimpWorks
Unreal Archive - preserving over 25 years of user-created content for the Unreal series!
The Dopefish
Novice
Posts: 3
Joined: Tue Jan 16, 2024 11:12 pm

Re: Mr. Pants' Excessive Overkill: install on Steam Deck

Post by The Dopefish »

Shrimp wrote: Wed Jan 17, 2024 1:11 am Can also use the web-based converter here: https://unrealarchive.org/umod/ if you don't want to install anything. It will convert a UMOD to plain old ZIP.
Thanks for this, that was the best solution!
Post Reply