Links all dead for UMOD Installer

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

VendorX

Member
Aug 2, 2010
231
6
18
BXL/Paris
If you want just to install some mods, then you need only the right registry entry:
Code:
REGEDIT4

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

[HKEY_CLASSES_ROOT\UnrealTournament.Module]
@="Unreal Tournament Module"

[HKEY_CLASSES_ROOT\UnrealTournament.Module\DefaultIcon]
@="[COLOR="Red"]Drive:\\GameInstallPath[/COLOR]\\Help\\Unreal.ico"

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

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

[HKEY_CLASSES_ROOT\UnrealTournament.Module\Shell\open\command]
@="[COLOR="red"]Drive:\\GameInstallPath[/COLOR]\\System\\Setup.exe install \"%1\""

Now you can install any .umod by double-clicking on it or by right click -> Install this Unreal Tournament module.
 

Kerr Avon

Member
Jan 22, 2008
198
0
16
If you want just to install some mods, then you need only the right registry entry:
Code:
REGEDIT4

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

[HKEY_CLASSES_ROOT\UnrealTournament.Module]
@="Unreal Tournament Module"

[HKEY_CLASSES_ROOT\UnrealTournament.Module\DefaultIcon]
@="[COLOR="Red"]Drive:\\GameInstallPath[/COLOR]\\Help\\Unreal.ico"

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

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

[HKEY_CLASSES_ROOT\UnrealTournament.Module\Shell\open\command]
@="[COLOR="red"]Drive:\\GameInstallPath[/COLOR]\\System\\Setup.exe install \"%1\""

Now you can install any .umod by double-clicking on it or by right click -> Install this Unreal Tournament module.

That's great, thanks. Will it work with all version of Windows, well XP onwards?
 

VendorX

Member
Aug 2, 2010
231
6
18
BXL/Paris
It should... Basically, this reg will work for any Unreal Engine based games which support .umod. i.e. for Unreal 2 change UnrealTournament (and all related...) to Unreal2, .umod to .u2mod and GameInstallPath. Sometimes, before applying a new entry, the old must be removed - especially if they use the same extension.
 

Raynor.Z

Ad Nocendum Potentes Sumus
Feb 1, 2006
1,491
7
38
Unreal Tournament Registry Fix

medor's link didn't work for me so I'm attaching UT registry fix right here. Remember to run this as administrator or you'll get access error.
 

Attachments

  • UTRegFix.zip
    7.6 KB · Views: 10