Skip to content

Instantly share code, notes, and snippets.

@ziadoz
Last active July 25, 2023 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ziadoz/97e01b6fb82ed69335ce2b3407cc050a to your computer and use it in GitHub Desktop.
Save ziadoz/97e01b6fb82ed69335ce2b3407cc050a to your computer and use it in GitHub Desktop.
Register UT99 UMod Extension
Replace path to UT99 with your install path, then run the .reg file.
https://steamcommunity.com/sharedfiles/filedetails/?id=272924930
https://ut99.org/viewtopic.php?t=6020
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.umod]
@="Unreal.Module"
[HKEY_CLASSES_ROOT\Unreal.Module]
@="Unreal Module"
[HKEY_CLASSES_ROOT\Unreal.Module\DefaultIcon]
@="D:\\Games\\Steam\\steamapps\\common\\Unreal Tournament\\Help\\Unreal.ico"
[HKEY_CLASSES_ROOT\Unreal.Module\Shell]
@="open"
[HKEY_CLASSES_ROOT\Unreal.Module\Shell\open]
@="&Install this Unreal module"
[HKEY_CLASSES_ROOT\Unreal.Module\Shell\open\command]
@="D:\\Games\\Steam\\steamapps\\common\\Unreal Tournament\\System\\Setup.exe install \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment