Formatieren, welche Dateien muss ich aufheben?

Twoing

treuer Stammgast
Hola

Ich will meinen PC frisch aufsetzen, welche Dateien muss ich aufheben, damit ich die Saves, mein Profil usw. nicht verliere?
 
Also wenn das Spiel dabei mit hops geht, die UnrealTournament.ini, due User.ini. mehr eigentlich nicht.

Ansonsten die OpenGL.DLL, IpDrv.DLL noch zusätzlich, ist einfacher als hinterher im Web suchen.

Da UT bei mir nicht auf der OS-Partition liegt, hab ich es einfacher mit dieser "unreal.reg"
REGEDIT4

[HKEY_CLASSES_ROOT\.umod]
@="Unreal.Module"

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

[HKEY_CLASSES_ROOT\.unreal]
@="Unreal.Link"

[HKEY_CLASSES_ROOT\Applications\Setup.exe]

[HKEY_CLASSES_ROOT\Applications\Setup.exe\shell]
@="open"

[HKEY_CLASSES_ROOT\Applications\Setup.exe\shell\open]
@="&Install this Unreal module"

[HKEY_CLASSES_ROOT\Applications\Setup.exe\shell\open\command]
@="f:\\UnrealTournament\\System\\Setup.exe install \"%1\""

[HKEY_CLASSES_ROOT\Applications\UnrealTournament.exe]

[HKEY_CLASSES_ROOT\Applications\UnrealTournament.exe\shell]
@="open"

[HKEY_CLASSES_ROOT\Applications\UnrealTournament.exe\shell\open]
@="&Play this Unreal level"

[HKEY_CLASSES_ROOT\Applications\UnrealTournament.exe\shell\open\command]
@="f:\\UnrealTournament\\System\\UnrealTournament.exe \"%1\""

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

[HKEY_CLASSES_ROOT\unreal\DefaultIcon]
@="f:\\UnrealTournament\\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]
@="f:\\UnrealTournament\\System\\UnrealTournament.exe \"%1\""

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

[HKEY_CLASSES_ROOT\Unreal.Link\DefaultIcon]
@="f:\\UnrealTournament\\Help\\Unreal.ico"

[HKEY_CLASSES_ROOT\Unreal.Link\Shell]
@="open"

[HKEY_CLASSES_ROOT\Unreal.Link\Shell\open]
@="&Play this Unreal level"

[HKEY_CLASSES_ROOT\Unreal.Link\Shell\open\command]
@="f:\\UnrealTournament\\System\\UnrealTournament.exe \"%1\""

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

[HKEY_CLASSES_ROOT\Unreal.Map\DefaultIcon]
@="f:\\UnrealTournament\\Help\\Unreal.ico"

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

[HKEY_CLASSES_ROOT\Unreal.Map\Shell\open]
@="&Play this Unreal level"

[HKEY_CLASSES_ROOT\Unreal.Map\Shell\open\command]
@="f:\\UnrealTournament\\System\\UnrealTournament.exe \"%1\""

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

[HKEY_CLASSES_ROOT\Unreal.Module\DefaultIcon]
@="f:\\UnrealTournament\\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]
@="f:\\UnrealTournament\\System\\Setup.exe install \"%1\""

Du musst natürlich noch Laufwerk und Pfad anpassen, dann speichern und doppelklicken.
 
Oben