Preferences: Difference between revisions

4 bytes removed ,  18:12, 28 January 2023
Application Support dir needs an escaped space
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]]
Anonymous user