Inkbound
18 community-verified launch options for Inkbound on Steam ↗.
DeveloperShiny Shoe
PublisherShiny Shoe
Released2024-04-09
EngineUnity
-
-novidCopySkip the intro video (Source engine games)- Effect
- The startup video does not play. Saves several seconds on every launch and is the most common Source launch option.
Skip-IntroSafe -
-consoleCopyEnable the developer console- Effect
- Makes the in-game developer console available, opened with the ~ key.
Debug-DevSafe -
-highCopyRun the game at High process priority (Source engine games)- Effect
- Raises the OS scheduling priority of the game process. It does not add CPU capacity, so it helps only where something else is competing for the processor.
PerformanceSafe -
-threadsCopySet the size of the engine thread pool (Source engine games)- Effect
- Takes a thread count; the default is 3. Setting it above the number of cores available does not help.
- Example
-threads 4
PerformanceSafe -
-freqCopyForce a specific refresh rate (Source engine games)- Effect
- An alias for -refresh; the wiki lists the two as the same option. Takes a rate in Hz.
- Example
-freq 144
DisplaySafe -
-wCopySet the window width in pixels- Effect
- Forces the game to start at the given horizontal resolution instead of the saved or auto-detected one. Pass -h as well to set height explicitly; on its own, height is derived from the aspect ratio.
- Example
-w 1920 -h 1080
DisplaySafe -
-hCopySet the window height in pixels- Effect
- Forces the game to start at the given vertical resolution instead of the saved or auto-detected one.
- Example
-w 1920 -h 1080
DisplaySafe -
gamemoderun %command%CopyRun the game under Feral GameMode (Linux)- Effect
- Applies temporary host optimisations (CPU governor, I/O and process priority) for the game's lifetime, then restores them on exit. GameMode runs the game, so %command% is what it runs.
Proton-DeckSafe -
mangohud %command%CopyShow the MangoHud performance overlay (Linux)- Effect
- Draws FPS, frame timing and CPU/GPU load over Vulkan and OpenGL games. MangoHud runs the game, so %command% is what it runs.
Proton-DeckSafe -
-popupwindowCopyRun in a borderless window (Unity games)- Effect
- Creates the window as a dialog with no frame. Not supported on macOS.
DisplaySafe -
-force-vulkanCopyForce the Vulkan renderer (Unity games)- Effect
- Useful where the default backend crashes or performs badly; ignored if the build has no Vulkan path.
DisplaySafe -
-force-openglCopyForce the legacy OpenGL renderer (Unity games, legacy builds)- Effect
- Windows only. Selects Unity's LEGACY OpenGL backend, not the core profile — use -force-glcore for that. Builds made with newer Unity versions may not carry the legacy backend at all, in which case this has no effect.
DisplaySafe -
-screen-widthCopyOverride the screen width (Unity games)- Effect
- Must be an integer from a resolution the game supports. Pair with -screen-height; alone it can leave a mismatched aspect ratio.
- Example
-screen-width 1920 -screen-height 1080
DisplaySafe -
-force-d3d11CopyForce the Direct3D 11 renderer (Unity games)- Effect
- Windows only.
DisplaySafe -
-window-modeCopyOverride fullscreen windowed mode (Unity games, Windows)- Effect
- Takes exclusive or borderless. Windows only. The flag alone does nothing — the value is required.
- Example
-window-mode borderless
DisplaySafe -
-force-low-power-deviceCopyUse the low-power GPU (Unity games, macOS)- Effect
- macOS only. Picks the integrated GPU over the discrete one, trading performance for battery life.
Safe -
-screen-heightCopyOverride the screen height (Unity games)- Effect
- Must be an integer from a resolution the game supports. Pair with -screen-width.
- Example
-screen-width 1920 -screen-height 1080
DisplaySafe -
-force-d3d12CopyForce the Direct3D 12 renderer (Unity games)- Effect
- Windows only.
DisplaySafe
How to apply a launch option on Steam
- Open Steam and go to your Library.
- Right-click the game and choose Properties.
- On the General tab, find the Launch Options field.
- Type or paste the option (e.g.
-windowed) into the field. To use several at once, separate them with spaces (e.g.-windowed -novid). - Close Properties. Steam saves automatically, and the option applies next time you launch the game.
To remove one, reopen the same field and delete the text. Options are game-specific; an option that helps one game may do nothing (or misbehave) in another.
Worth knowing: a launch option can break a game's rendering, reset local settings, or trip anti-cheat in multiplayer. Read the description first, add one at a time, and treat anything rated above Safe as a deliberate experiment.
Related games
- VRChat 24 options·Unity Engine
- Sproggiwood 18 options·Unity Engine
- Total Tank Simulator 18 options·Unity Engine
- Subnautica: Below Zero 18 options·Unity Engine
- Project Warlock 18 options·Unity Engine
- Helltaker 18 options·Unity Engine
- Oxygen Not Included 17 options·Unity Engine
- Valheim 17 options·Unity Engine