It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hi, I downloaded Mr. Pants' Excessive Overkill for Unreal Tournament 2004:
http://www.excessiveoverkill.com/
It comes both as zip and ut4mod.

However, I can't install ut4mods (there seems to be a registry entry missing) and I can't install the zip (it shows up in the mutator list in UT2k4, but when I activate it nothing happens).

Can anybody help?

Happy new year, by the way!
I don't have UT2004 installed right now but ut4mod installation should be sumulilar to umod installation.

Create file called ut4umod.reg and copupaste the following there:

REGEDIT4

[HKEY_CLASSES_ROOT\.umod]
@="Unreal2004.Module"

[HKEY_CLASSES_ROOT\Unreal.Module]
@="Unreal2004 Module"

[HKEY_CLASSES_ROOT\Unreal.Module\DefaultIcon]
@="D:\\GOG\\UT2004\\Help\\Unreal.ico"

[HKEY_CLASSES_ROOT\Unreal.Module\Shell]
@="open"

[HKEY_CLASSES_ROOT\Unreal.Module\Shell\open]
@="&Install this Unreal2004 module"

[HKEY_CLASSES_ROOT\Unreal.Module\Shell\open\command]
@="D:\\GOG\\UT2004\\System\\Setup.exe install \"%1\""
BEFORE doing anything else replace parts marked bold with your actual UT2004 installation directory.
IMPORTANT! All slashes in the pathname your paste into the REG file must be double just like in the example.

Save the file and import it into the registry. Elevated shell might be required for this action, depending on your Windows version or UAC settings.

Voila. Ut4mod files will be installed by simple double clicking now.
Post edited January 01, 2020 by Schwertz
avatar
Schwertz: I don't have UT2004 installed right now but ut4mod installation should be sumulilar to umod installation.

Create file called ut4umod.reg and copupaste the following there:

REGEDIT4

[HKEY_CLASSES_ROOT\.umod]
@="Unreal2004.Module"

[HKEY_CLASSES_ROOT\Unreal.Module]
@="Unreal2004 Module"

[HKEY_CLASSES_ROOT\Unreal.Module\DefaultIcon]
@="D:\\GOG\\UT2004\\Help\\Unreal.ico"

[HKEY_CLASSES_ROOT\Unreal.Module\Shell]
@="open"

[HKEY_CLASSES_ROOT\Unreal.Module\Shell\open]
@="&Install this Unreal2004 module"

[HKEY_CLASSES_ROOT\Unreal.Module\Shell\open\command]
@="D:\\GOG\\UT2004\\System\\Setup.exe install \"%1\""
avatar
Schwertz: BEFORE doing anything else replace parts marked bold with your actual UT2004 installation directory.
IMPORTANT! All slashes in the pathname your paste into the REG file must be double just like in the example.

Save the file and import it into the registry. Elevated shell might be required for this action, depending on your Windows version or UAC settings.

Voila. Ut4mod files will be installed by simple double clicking now.
Thanks!

But, how did you know that I installed GOG on drive D?
And shouldn't it read in the third line [HKEY_CLASSES_ROOT\.ut4mod] ?
Post edited January 02, 2020 by specialsymbol
avatar
specialsymbol: But, how did you know that I installed GOG on drive D?
I did not. You are to paste your actual path to the game there. )
But isn't it natural to never install games to your system drive? And the next available usually is D:
avatar
specialsymbol: And shouldn't it read in the third line [HKEY_CLASSES_ROOT\.ut4mod] ?
I'm sorry.... I forgot the rule: never post to the forums when you are drunk and sleepy. There are more then one stupid error actually. ((((

This should be correct:

REGEDIT4

[HKEY_CLASSES_ROOT\.ut4mod]
@="Unreal2004.Module"

[HKEY_CLASSES_ROOT\Unreal2004.Module]
@="Unreal2004 Module"

[HKEY_CLASSES_ROOT\Unreal2004.Module\DefaultIcon]
@="D:\\GOG\\UT2004\\Help\\Unreal.ico"

[HKEY_CLASSES_ROOT\Unreal2004.Module\Shell]
@="open"

[HKEY_CLASSES_ROOT\Unreal2004.Module\Shell\open]
@="&Install this Unreal2004 module"

[HKEY_CLASSES_ROOT\Unreal2004.Module\Shell\open\command]
@="D:\\GOG\\UT2004\\System\\Setup.exe install \"%1\""
Happy New Year! )
Post edited January 02, 2020 by Schwertz
Yay, thank you so much!
It worked!

If you want to do the same, be sure to use the correct path in the ut4mod installer's target directory.
It doesn't work when you put in something like D:\GOG Games\Unreal Tournament 2004\Excessive.
Use D:\GOG Games\Unreal Tournament 2004 instead.