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...")
 
m
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
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"
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
  Windows Registry Editor Version 5.00
Line 45: Line 51:
  [HKEY_CLASSES_ROOT\Unreal.Map\shell\open\command]
  [HKEY_CLASSES_ROOT\Unreal.Map\shell\open\command]
  @="D:\\Unreal\\System\\Unreal.exe \"%1\""
  @="D:\\Unreal\\System\\Unreal.exe \"%1\""
[[Category:General]]

Latest revision as of 16:00, 14 May 2019

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