Preferences: Difference between revisions
Application Support dir needs an escaped space
Totengeist (talk | contribs) m (Add Mac location for preferences file) |
(Application Support dir needs an escaped space) |
||
Line 1: | Line 1: | ||
User settings for the game are stored in <code>%LOCALAPPDATA%\Introversion\LastStarship\preferences.txt</code> on Windows and <code>~/Library/Application Support/LastStarship/preferences.txt</code> on Mac. | User settings for the game are stored in <code>%LOCALAPPDATA%\Introversion\LastStarship\preferences.txt</code> on Windows and <code>~/Library/Application\ Support/LastStarship/preferences.txt</code> on Mac. | ||
== Resolution == | == Resolution == | ||
By default, the game begins in fullscreen at the operating system's current resolution. To play in windowed mode, a player must define a specific resolution (<code>ScreenW</code> and <code>ScreenH</code>) and set <code>ScreenWindowed</code> to <code>true</code>. | By default, the game begins in fullscreen at the operating system's current resolution. To play in windowed mode, a player must define a specific resolution (<code>ScreenW</code> and <code>ScreenH</code>) and set <code>ScreenWindowed</code> to <code>true</code>. | ||
== Playtest questionnaire == | == Playtest questionnaire == | ||
After your first play session and certain updates, the [[playtest]] questionnaire opens automatically when exiting the game for the first time. To have the questionnaire open after the next play session, remove the <code>PlayTestQuestionnaire</code> line. | After your first play session and certain updates, the [[playtest]] questionnaire opens automatically when exiting the game for the first time. To have the questionnaire open after the next play session, remove the <code>PlayTestQuestionnaire</code> line. | ||
[[Category:Game files]] | [[Category:Game files]] |