Registry entries

From Oldunreal-Wiki
Jump to navigation Jump to search

After a clean Unreal install of the 1998 CD I took the opportunity to read this out of my Win10 registry. If your entries got missing or you took over the installation from an older Windows version this may provide useful.

Copy it into a textfile, save it with .reg extension and run it (as administrator). Don't forget to modify the path corresponding to your installation path, such as @="D:\\Unreal\\System\\Unreal.exe,0" to @="C:\\Unreal\\System\\Unreal.exe,0".

These are the entries for Unreal, but can be modified accordingly for UnrealTournament.


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Unreal]
@="URL:Unreal Protocol"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\Unreal\DefaultIcon]
@="D:\\Unreal\\System\\Unreal.exe,0"

[HKEY_CLASSES_ROOT\Unreal\shell]
@="open"

[HKEY_CLASSES_ROOT\Unreal\shell\open]
@="&Play This Unreal Map"

[HKEY_CLASSES_ROOT\Unreal\shell\open\command]
@="D:\\Unreal\\System\\Unreal.exe \"%1\""

[HKEY_CLASSES_ROOT\Unreal.UnrealEdServer]
@="Unreal.UnrealEdServer"

[HKEY_CLASSES_ROOT\Unreal.UnrealEdServer\CLSID]
@="{F936C3A7-1FF8-11CF-98C0-0000C06958A7}"

[HKEY_CLASSES_ROOT\Unreal.Map]
@="Unreal Map"

[HKEY_CLASSES_ROOT\Unreal.Map\DefaultIcon]
@="D:\\Unreal\\System\\Unreal.exe,0"

[HKEY_CLASSES_ROOT\Unreal.Map\shell]
@="open"

[HKEY_CLASSES_ROOT\Unreal.Map\shell\edit]
@="&Edit With UnrealEd"

[HKEY_CLASSES_ROOT\Unreal.Map\shell\edit\command]
@="D:\\Unreal\\System\\UnrealEd.exe %1"

[HKEY_CLASSES_ROOT\Unreal.Map\shell\open]
@="&Play This Unreal Map"

[HKEY_CLASSES_ROOT\Unreal.Map\shell\open\command]
@="D:\\Unreal\\System\\Unreal.exe \"%1\""