# Home

<figure><img src="https://3391358899-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBGS3f4dryqLYkjCpYsqQ%2Fuploads%2F1M6V2kYXBopwHqiXra5v%2Fmain.avif?alt=media&#x26;token=31220614-c5ac-4eef-915c-2341ad4bda91" alt=""><figcaption></figcaption></figure>

### Description

There are three types of settings in the game: graphics, controls, and gameplay. Unlike graphics and controls, which are stored in separate configuration files, gameplay settings, such as battle, system, and sound, are stored in each save file.

As a result, the music in the title menu plays at full volume after starting the game, since gameplay settings such as sound volume have not been loaded yet. This is especially frustrating because it can not be worked around by adjusting the total volume with the volume mixer, as that resets each time the game is started.

### Features

This mod ensures that gameplay settings are globally stored and applied, rather than tied to individual save files.

Settings will now persist across different save files, eliminating the need to reconfigure them when switching between saves.

Additionally, this change solves the issue mentioned above, as gameplay settings will now be applied before reaching the title menu.


---

# Agent Instructions: 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://xeavin.gitbook.io/global-gameplay-settings/home.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.
