Difference between revisions of "Registry entries"

From Oldunreal-Wiki
Jump to navigation Jump to search
(Created page with "After a clean 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...")
(No difference)

Revision as of 08:31, 4 June 2016

After a clean 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 file with .reg extension and run it. 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"

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\""