> For the complete documentation index, see [llms.txt](https://devastator.gitbook.io/devastator/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devastator.gitbook.io/devastator/getting-started/settings.md).

# Settings

##

Optimizing the game experience.The settings below are accessed via the game start menu or the in-game ESC menu.

## Video

<figure><img src="/files/031FtkwvopeDDUEmmVFV" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="222">Setting</th><th>Details</th></tr></thead><tbody><tr><td>Cap FPS</td><td>Limit the game's frame rate to adjust for system limits.</td></tr><tr><td>Render Quality</td><td>Option to downscale render quality to adjust for system limits.</td></tr><tr><td>VSYNC</td><td>Enable to combat <a href="https://www.selecthub.com/resources/vsync/"><strong>Screen Tearing</strong></a>.</td></tr><tr><td>Grass / Detailed Water</td><td>Renders greater detail for a more interesting visual experience.</td></tr><tr><td>Score Animation</td><td>Default <strong>On.</strong> When a player earns points, an animation shows those points 'flying' from the target to the player. Can be disabled.</td></tr></tbody></table>

## Audio&#x20;

<figure><img src="/files/QcMfxF1SL7tUOOFqcNNI" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="196">Setting</th><th>Details</th></tr></thead><tbody><tr><td>Master</td><td>Volume control for all sounds.</td></tr><tr><td>Music</td><td>Menu screen and in-game music volume.</td></tr><tr><td>Ambience</td><td>Ambient environmental sound volume (ocean, wind, etc.)</td></tr><tr><td>Game</td><td>Shots, footsteps, explosions, etc.</td></tr><tr><td>UI</td><td>Button clicks and other navigational sounds.</td></tr></tbody></table>

## Gameplay Settings

<figure><img src="/files/FktukPwDsJBaUK0R6txC" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="210">Setting</th><th>Details</th></tr></thead><tbody><tr><td>Damage Numbers</td><td>Shows small numbers on targets (and your player) indicating the amount of damage caused by a weapon or attack. Useful for understanding different weapons and tracking your accuracy.</td></tr><tr><td>Auto Drop Empty Weapons</td><td>Default <strong>On.</strong> When you run out of ammo, you automatically drop your weapon and switch to melee.</td></tr><tr><td>Size</td><td>Increase or decrease the size of Health and Stamina bars.</td></tr><tr><td>Show Health Text</td><td>Overlay numbers on graphical health bar (ex. 47/100).</td></tr></tbody></table>

## Input

Configure input settings for either Keyboard & Mouse or Gamepad (controller) play.

<figure><img src="/files/Qs3hVIZ0DfktgiejK4ub" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="288">Setting</th><th>Details</th></tr></thead><tbody><tr><td>Confine Mouse to Window</td><td>Ensure mouse doesn't go "off screen" out of the gaming window.</td></tr><tr><td>Movement / Weapons</td><td>Change key assignments for input device of choice.</td></tr></tbody></table>

&#x20;'APPLY' saves settings but stays in current menu.

'DONE' saves settings and returns to ESC screen.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://devastator.gitbook.io/devastator/getting-started/settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
