Skip to content

Commit 13c4a83

Browse files
Update KSP log file locations and fix list indents
1 parent d38c9d5 commit 13c4a83

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,18 @@ Screenshot (optional):
4040
* 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.
4141

4242
* 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`
4651

4752
* 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)).
5055

5156
* 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).
5257

0 commit comments

Comments
 (0)