Preferences: Difference between revisions

From The Last Starwiki
Jump to navigation Jump to search
Add guidance for unlocking Free Roam and Survival modes
m Use data directories template
 
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: {{Data directories|preferences.txt}}
== 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>.

Latest revision as of 09:40, 1 June 2025

User settings for the game are stored in:

Windows: %LOCALAPPDATA%\Introversion\LastStarship\preferences.txt
Mac: ~/Library/Application\ Support/LastStarship/preferences.txt
Linux/SteamDeck: ~/.local/share/Steam/steamapps/compatdata/1857080/pfx/drive_c/users/steamuser/AppData/Local/Introversion/LastStarship/preferences.txt

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.

Unlock Survival and Free Roam modes[edit | edit source]

To unlock Survival and Free Roam modes, add:

UnlockSurvival       true  
UnlockFreeRoam       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.