-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Script_CrashReport for extended crash logging
- Loading branch information
Showing
6 changed files
with
634 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- Script_CrashReport --- | ||
|
||
0. Description | ||
Erweitert Crash-Logs um zusätzliche Informationen, welche die effektive | ||
Nachverfolgung von Crashes ermöglicht. Gothic 3 speichert das Crash-Logfile des | ||
letzten Crashes unter Documents\Gothic3\Lastlog_GE3.log. Logs vorheriger Crashes | ||
liegen im gleichen Verzeichnis und sind in aufsteigender Reihenfolge nummiert. | ||
|
||
1. Installation | ||
Der Ordner 'scripts' muss ins Gothic 3 Installationverzeichnis kopiert werden. | ||
Es ist nicht notwendig ein neues Spiel zu beginnen. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- Script_CrashReport --- | ||
|
||
0. Description | ||
Extends crash logs with additional information that allows effective diagnosing | ||
of crashes. Gothic 3 stores the crash log file of the last crash under | ||
Documents\Gothic3\Lastlog_GE3.log. Logs of previous crashes are located in the | ||
same directory and are numbered in ascending order. | ||
|
||
1. Installation | ||
The 'scripts' folder has to be copied into the Gothic 3 install folder. | ||
There is no need to start a new game. |
Oops, something went wrong.