Options

From Starbounder - Starbound Wiki
Jump to: navigation, search
Starbound options and graphics sub menu.png

The Options menu is a UI window that has options to adjust sound and video settings for Starbound. There is a slider for the Volume of the game SFX and another for the music, allowing level adjustment or muting of each individually.

The Screen resolution slider adjusts the size of the game window. In windowed mode it determines the window size, and in fullscreen it will be best optimized if adjusted to the resolution of the computer screen.

Zoom level adjusts how far zoomed in the camera is. 3x is the middle of the slider and the default zoom level, players can adjust to zoom further in or further out allowing view of a wider area.

The Speech Bubbles checkbox toggles on or off player chat bubble popups.

The Config File

All options changed via the UI modify the starbound.config file. This file contains all exposed settings that a user can modify.

The config can be located at the following paths:

  • Windows: C:\Program Files (x86)\Steam\SteamApps\common\Starbound\storage\starbound.config
  • macOS: ~/Library/Application Support/Steam/SteamApps/common/Starbound/storage/starbound.config
  • Linux: ~/.steam/steam/steamapps/common/Starbound/storage/starbound.config

The file mainly contains key bindings that you can change. This is also supported via a nested UI options menu in the game.

At the end of the file are further settings, most notable are:

  • Custom Resolutions: "fullscreenResolution" : [2560, 1440]
  • Game VSync: "vsync" : false,

It is advised to disable VSync via game settings and enable it via your graphics card settings (NVIDIA's GeForce, AMD's Adrenalin, Intel's Arc Control).