You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,13 +40,18 @@ Screenshot (optional):
40
40
* Instructions of the form "1. Load stock KSP. 2. Load this ship 3. Do this" are best. The easier we can make the bug happen on our end, the easier it is to fix it.
41
41
42
42
* In `Logs`, provide your KSP log file:
43
-
* **Windows**: `KSP_win64\KSP_x64_Data\output_log.txt` (Up to KSP 1.3.1) or `C:\Users\%USERNAME%\AppData\LocalLow\Squad\Kerbal space Program\output_log.txt` (KSP 1.4 onwards)
44
-
* **Mac OS**: Open Console, on the left side of the window there is a menu that says 'files'. Scroll down the list and find the Unity drop down, under Unity there will be `Player.log` ( Files>`~/Library/Logs>Unity>Player.log` )
45
-
* **Linux**: `~/.config/unity3d/Squad/Kerbal Space Program/Player.log`
43
+
***Windows**:
44
+
* 1.3.1 or older: `KSP_win\KSP_Data\output_log.txt` (32-bit) or `KSP_win64\KSP_x64_Data\output_log.txt` (64-bit)
45
+
* 1.7.3 or older: `%USERPROFILE%\AppData\LocalLow\Squad\Kerbal Space Program\output_log.txt`
46
+
* 1.8 or newer: `%USERPROFILE%\AppData\LocalLow\Squad\Kerbal Space Program\Player.log`
47
+
48
+
***Mac OS**: Open Console, on the left side of the window there is a menu that says 'files'. Scroll down the list and find the Unity drop down, under Unity there will be `Player.log` ( Files>`~/Library/Logs>Unity>Player.log` )
49
+
50
+
***Linux**: `~/.config/unity3d/Squad/Kerbal Space Program/Player.log`
46
51
47
52
* In `Installed Mods`, list all installed mods (preferably WITH version number)
48
-
* If you use `ckan` then use it to list your mods (`File` > `Export Installed mods`).
49
-
* Put the list either in the issue body, on [gist](https://gist.github.com/) (easier to edit later), [pastebin](http://pastebin.com/), or any similar site ([Fedora pastebin](http://fpaste.org)).
53
+
* If you use `ckan` then use it to list your mods (`File` > `Export Installed mods`).
54
+
* Put the list either in the issue body, on [gist](https://gist.github.com/) (easier to edit later), [pastebin](http://pastebin.com/), or any similar site ([Fedora pastebin](http://fpaste.org)).
50
55
51
56
* In `Persistent Save`, provide a link to your current persistent save file. This should be ```Kerbal Space Program\saves\[yoursave]\persistent.sfs```, add it to your gist as a new file or as a separate pastebin(-esque).
0 commit comments