Preferences: Difference between revisions
Jump to navigation
Jump to search
Totengeist (talk | contribs) (→Playtest questionnaire: Add link) Tags: Mobile edit Mobile web edit Advanced mobile edit |
Totengeist (talk | contribs) (Add history) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
User settings for the game are stored in <code>%LOCALAPPDATA%\Introversion\LastStarship\preferences.txt</code> | 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. | |||
== History == | |||
{{Prehistory|Update 1.rc2|Introduced.}} | |||
{{Prehistory|DEMO1|Added additional persistent analytics information (play time, progress).}} | |||
{{Prehistory|Alpha1A|Added soundbank settings.}} | |||
[[Category:Game files]] | [[Category:Game files]] |
Latest revision as of 21:10, 20 March 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[edit | edit source]
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[edit | edit source]
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[edit | edit source]
- Update 1.rc2: Introduced.
- DEMO1: Added additional persistent analytics information (play time, progress).
- Alpha1A: Added soundbank settings.