Preferences: Difference between revisions

From The Last Starwiki
Jump to navigation Jump to search
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]]

Revision as of 18:12, 28 January 2023

User settings for the game are stored in %LOCALAPPDATA%\Introversion\LastStarship\preferences.txt on Windows and ~/Library/Application\ Support/LastStarship/preferences.txt on Mac.

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 (ScreenW and ScreenH) and set ScreenWindowed to true.

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 PlayTestQuestionnaire line.