Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Task marked complete

...

rmdir "..\save"
del "..\config.xml"
del "..\content.xml"
del "..\debuglog.xml"
del "..\inputmap.xml"
<del "..\inputmap_<n>.xml">                                                       # diese Zeile wird benötigt, falls du mehrere Steuerungsprofile besitzt. Entferne die <> und füge statt <n> die passenden Nummern ein.
del "..\progressbar.xml"
del "..\uidata.xml"
mklink /d "..\save" "%~dp0\save"
mklink "..\config.xml" "%~dp0\config.xml"
mklink "..\content.xml" "%~dp0\content.xml"
mklink "..\debuglog.xml" "%~dp0\debuglog.xml"
mklink "..\inputmap.xml" "%~dp0\inputmap.xml"
<mklink "..\inputmap_<n>.xml" "%~dp0\inputmap_<n>.xml">       # diese Zeile wird benötigt, falls du mehrere Steuerungsprofile besitzt. Entferne die <> und füge statt <n> die passenden Nummern ein.
mklink "..\progressbar.xml" "%~dp0\progressbar.xml"
mklink "..\uidata.xml" "%~dp0\uidata.xml"
start /d "<Path>" XRebirth.exe                                                     # Hier musst du den Installationspfad von XR anstelle von <Path> angeben, z.B.: "C:\Programs\Steam\Steam Apps\Common\X Rebirth". Stelle sicher, dass der Pfad in Anführungszeichen steht!

 

  •  das Textdokument in "launchprofile.cmd" umbenennen, und dabei darauf achten, dass die Endung wirklich in "cmd" geändert wird (Windows wird eine Sicherheitsabfrage starten, wenn das passiert; natürlich mit Ja antworten).
  •  eine Verknüpfung zur "launchprofile.cmd" anlegen und irgendwohin kopieren, wo man sie findet. Z.B. auf den Desktop.
  •  öffne die "content.xml" im "Profilordner" und ändere sie wie folgt:

...