Preferences: Difference between revisions
Jump to navigation
Jump to search
Totengeist (talk | contribs) Add history |
Totengeist (talk | contribs) Add guidance for unlocking Free Roam and Survival modes |
||
| Line 2: | Line 2: | ||
== 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>. | ||
== Unlock Survival and Free Roam modes == | |||
To unlock Survival and Free Roam modes, add: | |||
UnlockSurvival true | |||
UnlockFreeRoam true | |||
== 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. | ||
Revision as of 20:03, 15 March 2025
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.
Unlock Survival and Free Roam modes
To unlock Survival and Free Roam modes, add:
UnlockSurvival true UnlockFreeRoam 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.
History
- Update 1.rc2: Introduced.
- DEMO1: Added additional persistent analytics information (play time, progress).
- Alpha1A: Added soundbank settings.