As Rage requested in another thread, it'd be useful to have XMP associated to unreal:// (or to avoid conflicts with UT2003 xmp://)
I've put together 2 scripts for the Windows Registry.
unreal://
xmp://
ATTENTION: Of course u have to edit the paths to fit yours!
Pay attention to using double back slashes (\\) for paths!
I've put together 2 scripts for the Windows Registry.
unreal://
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\unreal]
@="URL:Unreal Protocol"
"URL protocol"=""
[HKEY_CLASSES_ROOT\unreal\DefaultIcon]
@="I:\\Games\\U2XMP\\Help\\Unreal.ico"
[HKEY_CLASSES_ROOT\unreal\Shell]
@="open"
[HKEY_CLASSES_ROOT\unreal\Shell\open]
@="&Play this Unreal level"
[HKEY_CLASSES_ROOT\unreal\Shell\open\command]
@="I:\\Games\\U2XMP\\System\\U2XMP.exe \"%1\""
xmp://
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\xmp]
@="URL:Unreal Protocol"
"URL protocol"=""
[HKEY_CLASSES_ROOT\xmp\DefaultIcon]
@="I:\\Games\\U2XMP\\Help\\Unreal.ico"
[HKEY_CLASSES_ROOT\xmp\Shell]
@="open"
[HKEY_CLASSES_ROOT\xmp\Shell\open]
@="&Play this Unreal level"
[HKEY_CLASSES_ROOT\xmp\Shell\open\command]
@="I:\\Games\\U2XMP\\System\\U2XMP.exe \"%1\""
ATTENTION: Of course u have to edit the paths to fit yours!
Pay attention to using double back slashes (\\) for paths!