# Configuring your game

## The System Configuration Manager

All configuration options that apply to the entire game are set through the System Configuration Manager. &#x20;

After using the New Game Wizard to create your game, you can find the System Configuration Manager in the Game Manager prefab at the following directory path : *Games/YourGameName/Prefab/GameManager.*

![](/files/unEkyY8VvmzmLs0QoWCE)

## Settings

The System Configuration Manager has over 100 settings. They are grouped in common related themes, and listed below.

### Game Configuration

| Name                   | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Game Name              | The name of the game that will show on the main menu screen when the game is first launched.                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| Game Version           | The version number that will show on the main menu screen when the game is first launched.                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| Load Resources Folders | <p>Because AnyRPG supports multiple games in the same project, it is necessary to only load the Scriptable Objects that apply to the correct game.  Each game has its own resources in subfolder of a Resources folder in the format <em>Resources/YourGameName</em>.<br>This has the added benefit of allowing the developer to have shared resources that can be re-used across multiple games.<br>This list contains the names of all Resources subfolders that should be loaded into memory when the game is launched.</p> |
| Allow Offline Play     | If true, the play offline menu will be available from the main menu.                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| Allow Online Play      | If true, the play online menu will be available from the main menu.                                                                                                                                                                                                                                                                                                                                                                                                                                                            |

### Scenes

| Name                  | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Initialization Scene  | <p>The name of the scene that contains the GameManager prefab.  In the launching process, the GameManager prefab is set to <code>DontDestroyOnLoad</code> and then the <em>Main Menu Scene</em> is loaded.<br>If the game is launched from a content scene that has a <a href="/pages/htQ7OlytL8ICWIH1TCV1">Scene Config</a> prefab in it, that scene will be unloaded, and the <em>Initialization Scene</em> will be immediately loaded to start the launching process properly.</p> |
| Main Menu Scene       | <p>The name of the scene that contains the main menu, where the player can start new games or load existing saved games.<br>This name can be the name of the scene on disk, or the friendly name configured in a <a href="/pages/DMFNEvvI6kMP1APqTwQ9">Scene Node</a>.</p>                                                                                                                                                                                                            |
| Default Starting Zone | <p>If your game is not configured to allow choosing a Faction when starting a game, or the the Faction's Default Starting Zone field is empty, then new players will start their adventures in this scene.<br>This name can be the name of the scene on disk, or the friendly name configured in a <a href="/pages/DMFNEvvI6kMP1APqTwQ9">Scene Node</a>.</p>                                                                                                                          |

### New Game Options

| Name                        | Description                                                                                                                                                                                                                                                                                                                                                           |
| --------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Default Player Name         | <p>If <em>Use New Game Window</em> is false, the player will start a new game with this name.<br>If <em>Use New Game Window</em> is true, the player will have its name set to this by default.</p>                                                                                                                                                                   |
| Use New Game Window         | If true, the player will be presented with a screen to customize the character name before launching a new game.                                                                                                                                                                                                                                                      |
| Edit Player Name            | If true, the player name can be modified in the new game window.                                                                                                                                                                                                                                                                                                      |
| Player Name Source          | <p><strong>Default Player Name</strong><br>The player name will be set to the default defined above.<br><strong>Unit Profile</strong><br>The player name will be changed based on the unit profile selected.</p>                                                                                                                                                      |
| Character Selection Type    | <p>When the new game window is used, what method will be used to select a character.<br><br><strong>Default Character</strong><br>Only the default character will be available. <strong>Character List</strong><br>The faction will control the list.<br><strong>Race And Gender</strong><br>A Male or Female character can be chosen after the race is selected.</p> |
| New Game Appearance         | If true, and *Use New Game Window* is true, show the appearance tab in the New Game Window.                                                                                                                                                                                                                                                                           |
| New Game Faction            | If true, and *Use New Game Window* is true, the player can select their [Faction](/scriptable-objects/faction.md) in the New Game Window.                                                                                                                                                                                                                             |
| New Game Race               | If true, and *Use New Game Window* is true, the player can select their [Race](/scriptable-objects/character-race.md) in the New Game Window.                                                                                                                                                                                                                         |
| New Game Class              | If true, and *Use New Game Window* is true, the player can select their [Character Class](/scriptable-objects/character-class.md) in the New Game Window.                                                                                                                                                                                                             |
| New Game Specialization     | If true, and *Use New Game Window* is true, and *New Game Class* is true, the player can select their [Class Specialization](/scriptable-objects/class-specialization.md) in the New Game Window.                                                                                                                                                                     |
| New Game Audio              | An [Audio Profile](/scriptable-objects/audio-profile.md) that contains an audio clip to play while the New Game Window is open.                                                                                                                                                                                                                                       |
| Default Player Unit Profile | If *Use New Game Window* is false, all new players will start the game using this [Unit Profile](/scriptable-objects/unit-profile.md).                                                                                                                                                                                                                                |
| Default Unit Profiles       | A list of [Unit Profiles](/scriptable-objects/unit-profile.md) that should always be available if the character selection type is 'Character List' or no faction is available or the current faction is configured to show default profiles.                                                                                                                          |

### Inventory

| Name                    | Description                                                                                                                                                                                |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Default Inventory Slots | The number of slots the player inventory contains, without any [Bags](/scriptable-objects/items/bag.md) equipped.                                                                          |
| Default Bank Slots      | The number of slots the [Bank](/scriptable-objects/interactable-option-configurations/bank-config.md) contains, without any [Bags](/scriptable-objects/items/bag.md) equipped.             |
| Max Inventory Bags      | The maximum number of bags a player can have equipped on their character.                                                                                                                  |
| Max Bank Bags           | The maximum number of bags a player can have equipped at the [Bank](/scriptable-objects/interactable-option-configurations/bank-config.md).                                                |
| Default Backpack Item   | If this field is not null, the player will have this item equipped as their backpack when starting a new game.                                                                             |
| Default Bank Contents   | A list of [Items](/scriptable-objects/items.md) that the player will have in their [Bank](/scriptable-objects/interactable-option-configurations/bank-config.md) when starting a new game. |
| Can Drop Items          | If true, the player can drop items on the ground. If false, they cannot drop items and must sell or destroy them to get rid of them.                                                       |
| Split Stacks On Drop    | If true, any stacked items will be split when dropped.                                                                                                                                     |

### Camera

| Name                      | Description                                                                                                                   |
| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| Camera View Mode          | In free mode, the player can move the camera. In isometric mode, the camera is locked to the specified angle.                 |
| Initial Isometric Vector  | When the camera is in isometric mode, this is the world space initial vector from the target (defaults to looking NorthEast). |
| Allow First Person Camera | If true, when the camera is in free mode, allow it to be zoomed all the way in.                                               |

### Controller

| Name                             | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| -------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Default Controller Configuration | <p>The controller configuration that will be enabled by default the first time the game is launched.  This can be changed by the player in the in-game options menu.<br><strong>Mouse And Keyboard</strong><br>Mouse and Keyboard control will be enabled and the player will use strafe mode as the movement default.  Mouse and Keyboard action bars will be shown.<br><strong>Game Pad</strong><br>Game Pad control will be enabled and the player will use free run mode as the movement default.  Game Pad action bars will be shown.</p> |
| Tab Target Max Distance          | Targets must be closer than this distance for tab target to target them.                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Default Ground Mask              | When standing on any object in this layer mask, the character will be considered to be grounded.                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Max Movement Speed               | The maximum movement speed in meters per second. Any movement over this speed will be capped.                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Max Turn Speed                   | The maximum turn speed in degrees per second.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Use Encumbrance                  | If true, the character will have an encumbered speed when carrying too much weight.                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Base Carry Weight                | The weight limit (in kilograms) at which the character will be encumbered. Any value provided by stats be added to this value.                                                                                                                                                                                                                                                                                                                                                                                                                 |
| Encumbered Speed                 | The default character encumbered speed in meters per second.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| Walk Speed                       | The default character walk speed in meters per second.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Run Speed                        | The default character run speed in meters per second.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| Swim Speed                       | The default character swim speed in meters per second.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Fly Speed                        | The default character fly speed in meters per second.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| Glide Speed                      | The default character glide speed in meters per second.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Glide Fall Speed                 | The speed the character will fall while gliding in meters per second.                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| Use Fall Damage                  | If true, the player will take damage when falling from heights.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Fall Damage Per Meter            | If fall damage is used, the amount of damage per meter fallen the player will take.                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Fall Damage Min Distance         | If fall damage is used, the minimum distance the player must fall before damage is taken.                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| Allow Free Move                  | If true, the player can be moved using the keyboard.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| Allow Click To Move              | If true, the player can be moved by clicking on the ground.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Allow Auto Attack                | If true, the player will automatically attack with the current auto-attack even when no abilities are actively used. If a third party movement controller is used, disable this to prevent movement lock in combat.                                                                                                                                                                                                                                                                                                                            |

### Animation

| Name                          | Description                                                                                                                                                                                                                                   |
| ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| System Animation Profile Name | This [Animation Profile](/scriptable-objects/animation-profile.md) should contain references to all the default animations that are on the default animation controller so the system knows which animations to replace when overriding them. |
| Sync Movement Animation Speed | If true, movement animations will be sped up or slowed down to match the actual speed (in m/s) the character is moving at. This will reduce foot sliding, but may result in more jerky looking movement.                                      |

### Character Animation Configuration

| Name                           | Description                                                                                                                                                                                |
| ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Default Animation Profile Name | This [Animation Profile](/scriptable-objects/animation-profile.md) will override the system animations included in the engine when no other unit or weapon specific animations are in use. |
| Default Animation Controller   | The animation controller that will be used to animate characters by default.                                                                                                               |

### Level Values

| Name             | Description                                                                                                                                                                                      |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Max Level        | The character cannot level up past this level.                                                                                                                                                   |
| Experience Chart | A list of experience amounts required to level up the character. The index of the list (starting at 1) is the character level, and the value is the experience required to reach the next level. |

### Currency

| Name                    | Description                                                                                                                                                                                                                    |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Currency Group Name     | A [Currency Group](/scriptable-objects/currency-group.md) that will be shown by default in tooltips and the Vendor UI window.                                                                                                  |
| Vendor Price Multiplier | When selling an [Item](/scriptable-objects/items.md) to a [Vendor](/scriptable-objects/interactable-option-configurations/vendor-config.md), the offered amount will be the regular purchase amount multiplied by this number. |

### Mail Currency

| Name                                   | Description                                                                                                                                                        |
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Base Postage Currency Amount           | The amount of currency required to send a mail message (in the base currency of the default system currency group).                                                |
| Postage Currency Amount Per Attachment | The amount of currency required to post an item for auction (in the base currency of the default system currency group). This will be returned on successful sale. |

### Auction Currency

| Name                        | Description                                                                                                                                                                          |
| --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Auction Deposit Amount      | The amount of currency required to post an item for auction (in the base currency of the default system currency group). This will be returned on successful sale.                   |
| Auction Sold Fee Percentage | The percentage of the auction proceeds that will be removed from the total amount sent to the player when an item sells (in the base currency of the default system currency group). |

### Guildmaster Currency

| Name                         | Description                                                                                                    |
| ---------------------------- | -------------------------------------------------------------------------------------------------------------- |
| Create Guild Currency Amount | The amount of currency required to create a guild (in the base currency of the default system currency group). |

### Currency Scaling

| Name                            | Description                                                                                                                                                                                                                                            |
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Kill Currency Name              | If *Automatic Currency* is enabled for a [Lootable Character](/scriptable-objects/interactable-option-configurations/lootable-character-config.md), this [Currency](/scriptable-objects/currency.md) will be dropped.                                  |
| Kill Currency Amount Per Level  | If *Automatic Currency* is enabled for a [Lootable Character](/scriptable-objects/interactable-option-configurations/lootable-character-config.md), this [Currency](/scriptable-objects/currency.md) amount will be multiplied by the character level. |
| Quest Currency Name             | If *Automatic Currency* is enabled for a [Quest](/scriptable-objects/quest.md), this [Currency](/scriptable-objects/currency.md) will be rewarded.                                                                                                     |
| Quest Currency Amount Per Level | If *Automatic Currency* is enabled for a [Quest](/scriptable-objects/quest.md), this [Currency](/scriptable-objects/currency.md) amount will be multiplied by the [Quest](/scriptable-objects/quest.md) level.                                         |

### Quest Experience Scaling

| Name                                      | Description                                                                                                               |
| ----------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| Base Quest XP                             | A flat experience amount to add to all quests that does not scale with level.                                             |
| Quest XP Per Level                        | A flat experience amount to add to all quests that does scale with level.                                                 |
| Use Quest XP Level Multiplier Denominator | If true, the experience per level will be multiplied by `(1 / level)`.                                                    |
| Quest XP Multiplier Level Cap             | If the above option is true, and this value is more than 0, the experience per level will be multiplied by `(1 / level)`. |

### Kills

| Name                                     | Description                                                                                                               |
| ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| Base Kill XP                             | A flat experience amount to add to all kills that does not scale with level.                                              |
| Kill XP Per Level                        | A flat experience amount to add to all kills that does scale with level.                                                  |
| Use Kill XP Level Multiplier Denominator | If true, the experience per level will be multiplied by `(1 / level)`.                                                    |
| Kill XP Multiplier Level Cap             | If the above option is true, and this value is more than 0, the experience per level will be multiplied by `(1 / level)`. |
| Default Despawn Timer                    | The default amount of time before a unit despawns after killed and looted.                                                |

### AI Behavior

| Name            | Description                                                                         |
| --------------- | ----------------------------------------------------------------------------------- |
| Enable Leashing | If true, the AI will return to their start position if pulled too far away from it. |

### DPS Scaling

| Name                        | Description                                                                                                            |
| --------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| Weapon DPS Budget Per Level | [Weapons](/scriptable-objects/items/weapon.md) with *Dynamic Level* set to true will get this amount of DPS per level. |

### Primary Stats and Scaling

| Name                  | Description                                                                                                                                            |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Stat Budget Per Level | A Per level stat budget that will be applied to all [Character Stats](/scriptable-objects/character-stat.md), in addition to their individual budgets. |

### Power Resource and Capabilities

| Name            | Description                                                                                       |
| --------------- | ------------------------------------------------------------------------------------------------- |
| Power Resources | A list of [Power Resources](/scriptable-objects/power-resource.md) that all characters will have. |
| Capabilities    | A list of [Capabilities](/shared-properties/capabilities.md) that all characters will have.       |

### Layer

| Name                         | Description                                                                                                                              |
| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| Default Character Unit Layer | Character units will automatically be set to this layer so they can respond to AOE / looting and other things that filter by this layer. |
| Default Player Unit Layer    | Player units will automatically be set to this layer.                                                                                    |
| Default Preview Unit Layer   | Preview units will automatically be set to this layer.                                                                                   |

### System Abilities

| Name                     | Description                                                                                                                   |
| ------------------------ | ----------------------------------------------------------------------------------------------------------------------------- |
| Level Up Effect Name     | The [Ability Effect](/scriptable-objects/ability-effects.md) to cast on a player when they level up.                          |
| Death Effect Name        | The [Ability Effect](/scriptable-objects/ability-effects.md) to cast on a player when they die.                               |
| Loot Sparkle Effect Name | The [Ability Effect](/scriptable-objects/ability-effects.md) to cast on any character when it has loot that can be collected. |

### System Audio

| Name                      | Description                                                                                                                                                                                                                                                                |
| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Weapon Miss Audio Clip    | The audio clip to play whenever a weapon (or unarmed) attack misses.                                                                                                                                                                                                       |
| Vendor Audio Clip         | This audio clip will play whenever buying from or selling to a [Vendor](/scriptable-objects/interactable-option-configurations/vendor-config.md).                                                                                                                          |
| Vendor Audio Profile Name | This [Audio Profile](/scriptable-objects/audio-profile.md) will play whenever buying from or selling to a [Vendor](/scriptable-objects/interactable-option-configurations/vendor-config.md). If this value is set, it will override the *Vendor Audio Clip* setting above. |
| Max Chat Text Distance    | The maximum distance at which chat in dialogs above characters will also appear in the player chat log. Prevents distant conversations from spamming logs.                                                                                                                 |

### Mini Map

| Name                    | Description                                                                                                                                                                                                    |
| ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Auto Pixels Per Meter   | When a minimap texture for a scene cannot be found, how many pixels per meter should be used when taking an automatic snapshot. A higher number results in better image quality, but also higher memory usage. |
| Player Mini Map Icon    | The icon to show on the mini map to represent the player.                                                                                                                                                      |
| Character Mini Map Icon | The icon to show on the mini map to represent all PC and NPC characters that are not the current player.                                                                                                       |

### Unit Frames

| Name                        | Description                                       |
| --------------------------- | ------------------------------------------------- |
| Real Time Unit Frame Camera | Using a real time camera will reduce performance. |

### COLORS

| Name                     | Description                                                                                                                            |
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------- |
| Default UI Color         | Default UI color for static elements that have no additional transparency applied to them.                                             |
| Default UI Fill Color    | Default UI color for background of UI sliders.                                                                                         |
| Highlight Outline Color  | Default UI color for outline image, when the mouse is hovering over an image.                                                          |
| Highlight Image Color    | Default UI color for background highlight image, when a UI element has been clicked on and is the active image from a group of images. |
| Highlight Button Color   | Default UI color for the button image on highlight buttons.                                                                            |
| Button Normal Color      | The normal color for button UI elements.                                                                                               |
| Button Highlighted Color | The highlight color for button UI elements.                                                                                            |
| Button Pressed Color     | The pressed color for button UI elements.                                                                                              |
| Button Selected Color    | The selected color for button UI elements.                                                                                             |
| Button Disabled Color    | The disabled color for button UI elements.                                                                                             |

### IMAGES

| Name                   | Description                                                                      |
| ---------------------- | -------------------------------------------------------------------------------- |
| Default UI Panel Frame | The image to use for the frame of UI panel elements.                             |
| Default Faction Icon   | The faction icon to show on the load game screen when the player has no faction. |

### System Bar

| Name                    | Description                                         |
| ----------------------- | --------------------------------------------------- |
| System Bar Main Menu    | The main menu icon to show on the UI system bar.    |
| System Bar Ability Book | The ability book icon to show on the UI system bar. |
| System Bar Character    | The character icon to show on the UI system bar.    |
| System Bar Quest Log    | The quest log icon to show on the UI system bar.    |
| System Bar Map          | The map icon to show on the UI system bar.          |
| System Bar Skills       | The skills icon to show on the UI system bar.       |
| System Bar Reputations  | The reputations icon to show on the UI system bar.  |
| System Bar Currencies   | The currencies icon to show on the UI system bar.   |
| System Bar Achievements | The achievements icon to show on the UI system bar. |
| System Bar Inventory    | The inventory icon to show on the UI system bar.    |
| System Bar Pets         | The pets icon to show on the UI system bar.         |
| System Bar Social       | The social icon to show on the UI system bar.       |

### UI Elements

| Name                             | Description                                                                                       |
| -------------------------------- | ------------------------------------------------------------------------------------------------- |
| Use Quest Tracker                | [UI Element Display Choices](#ui-element-display-choice)                                          |
| Use Quest Tracker Default        | If true, and User Choice is selected, the element is shown by default when a new game is started. |
| Use System Bar                   | [UI Element Display Choices](#ui-element-display-choice)                                          |
| Use System Bar Default           | If true, and User Choice is selected, the element is shown by default when a new game is started. |
| Use Action Bar 1                 | [UI Element Display Choices](#ui-element-display-choice)                                          |
| Use Action Bar 1 Default         | If true, and User Choice is selected, the element is shown by default when a new game is started. |
| Use Action Bar 2                 | [UI Element Display Choices](#ui-element-display-choice)                                          |
| Use Action Bar 2 Default         | If true, and User Choice is selected, the element is shown by default when a new game is started. |
| Use Action Bar 3                 | [UI Element Display Choices](#ui-element-display-choice)                                          |
| Use Action Bar 3 Default         | If true, and User Choice is selected, the element is shown by default when a new game is started. |
| Use Action Bar 4                 | [UI Element Display Choices](#ui-element-display-choice)                                          |
| Use Action Bar 4 Default         | If true, and User Choice is selected, the element is shown by default when a new game is started. |
| Use Action Bar 5                 | [UI Element Display Choices](#ui-element-display-choice)                                          |
| Use Action Bar 5 Default         | If true, and User Choice is selected, the element is shown by default when a new game is started. |
| Use Action Bar 6                 | [UI Element Display Choices](#ui-element-display-choice)                                          |
| Use Action Bar 6 Default         | If true, and User Choice is selected, the element is shown by default when a new game is started. |
| Use Action Bar 7                 | [UI Element Display Choices](#ui-element-display-choice)                                          |
| Use Action Bar 7 Default         | If true, and User Choice is selected, the element is shown by default when a new game is started. |
| Use Player Unit Frame            | [UI Element Display Choices](#ui-element-display-choice)                                          |
| Use Player Unit Frame Default    | If true, and User Choice is selected, the element is shown by default when a new game is started. |
| Use Target Unit Frame            | [UI Element Display Choices](#ui-element-display-choice)                                          |
| Use Target Unit Frame Default    | If true, and User Choice is selected, the element is shown by default when a new game is started. |
| Use Floating Cast Bar            | [UI Element Display Choices](#ui-element-display-choice)                                          |
| Use Floating Cast Bar Default    | If true, and User Choice is selected, the element is shown by default when a new game is started. |
| Use Mini Map                     | [UI Element Display Choices](#ui-element-display-choice)                                          |
| Use Mini Map Default             | If true, and User Choice is selected, the element is shown by default when a new game is started. |
| Use Experience Bar               | [UI Element Display Choices](#ui-element-display-choice)                                          |
| Use Experience Bar Default       | If true, and User Choice is selected, the element is shown by default when a new game is started. |
| Use Floating Combat Text         | [UI Element Display Choices](#ui-element-display-choice)                                          |
| Use Floating Combat Text Default | If true, and User Choice is selected, the element is shown by default when a new game is started. |
| Use Message Feed                 | [UI Element Display Choices](#ui-element-display-choice)                                          |
| Use Message Feed Default         | If true, and User Choice is selected, the element is shown by default when a new game is started. |
| Use Status Effect Bar            | [UI Element Display Choices](#ui-element-display-choice)                                          |
| Use Status Effect Bar Default    | If true, and User Choice is selected, the element is shown by default when a new game is started. |
| Use Message Log                  | [UI Element Display Choices](#ui-element-display-choice)                                          |
| Use Message Log Default          | If true, and User Choice is selected, the element is shown by default when a new game is started. |

#### UI Element Display Choice

| Name        | Description                                                                   |
| ----------- | ----------------------------------------------------------------------------- |
| Never       | Do not show the element.                                                      |
| User Choice | The user can enable or disable the element in the game settings when playing. |
| Always      | The element will always be shown.                                             |

### Interactable Configuration

| Name                                          | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| --------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Default Cast Target Circle                    | The material that will be used to display the cast target on the ground when casting ground targeted spells.                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| Default Movement Target Circle                | The material that will be used to display the movement target on the ground when using click-to-move.                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Highlight Circle Color Map                    | <p>A map of <a href="/pages/N8sUj6pl9VAwlgICxBe8">Faction</a> relationship colors to materials to use when displaying a highlight circle when a target character is selected.<br><strong>Source Color</strong><br>The <a href="/pages/N8sUj6pl9VAwlgICxBe8">Faction</a> relationship color.<br><strong>Projector Material</strong><br>The material to use for the highlight circle when the character relationship has the Source Color.<br><strong>Tint Material</strong><br>If true, the <em>Projector Material</em> will be tinted with the source color.</p> |
| Multiple Interaction Nameplate Image          | An image to use on a nameplate if there is more than 1 valid interactable option.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Multiple Craft Nameplate Image                | An image to use on a nameplate if only crafting is available, but more than 1 craft skill can be shown.                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| Auction Interaction Panel Image               | An image to use beside an auction option in the interaction UI window.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| Auction Nameplate Image                       | An image to use for an auction option on a nameplate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Bank  Interaction Panel Image                 | An image to use beside a bank option in the interaction UI window.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Bank Nameplate Image                          | An image to use for a bank option on a nameplate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Guildmaster Interaction Panel Image           | An image to use beside a guildmaster option in the interaction UI window.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Guildmaster Nameplate Image                   | An image to use for a guildmaster option on a nameplate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Quest Giver Interaction Panel Image           | An image to use beside a quest giver option in the interaction UI window.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Quest Giver Nameplate Image                   | An image to use for a quest giver option on a nameplate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Dialog Interaction Panel Image                | An image to use beside a dialog option in the interaction UI window.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| Dialog Nameplate Image                        | An image to use for a dialog option on a nameplate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Mailbox Interaction Panel Image               | An image to use beside a mailbox option in the interaction UI window.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Mailbox Nameplate Image                       | An image to use for a mailbox option on a nameplate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| Name Change Interaction Panel Image           | An image to use beside a name change option in the interaction UI window.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Name Change Nameplate Image                   | An image to use for a name change option on a nameplate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Storage Container Interaction Panel Image     | An image to use beside a storage container option in the interaction UI window.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Storage Container Nameplate Image             | An image to use for a storage container option on a nameplate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| Cutscene Interaction Panel Image              | An image to use beside a cutscene option in the interaction UI window.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| Cutscene Nameplate Image                      | An image to use for a cutscene option on a nameplate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Lootable Character Interaction Panel Image    | An image to use beside a lootable character option in the interaction UI window.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| Lootable Character Nameplate Image            | An image to use for a lootable character option on a nameplate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Character Creator Interaction Panel Image     | An image to use beside a character creator option in the interaction UI window.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Character Creator Nameplate Image             | An image to use for a character creator option on a nameplate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| Unit Spawn Controller Interaction Panel Image | An image to use beside a unit spawn controller option in the interaction UI window.                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Unit Spawn Controller Nameplate Image         | An image to use for a unit spawn controller option on a nameplate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Faction Change Interaction Panel Image        | An image to use beside a faction change option in the interaction UI window.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| Faction Change Nameplate Image                | An image to use for a faction change option on a nameplate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| Class Change Interaction Panel Image          | An image to use beside a class change option in the interaction UI window.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Class Change Nameplate Image                  | An image to use for a class change option on a nameplate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Vendor Interaction Panel Image                | An image to use beside a vendor option in the interaction UI window.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| Vendor Nameplate Image                        | An image to for a vendor option on a nameplate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Portal Interaction Panel Image                | An image to use beside a portal option in the interaction UI window.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| Portal Nameplate Image                        | An image to use for a portal option on a nameplate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Skill Trainer Interaction Panel Image         | An image to use beside a skill trainer option in the interaction UI window.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| Skill Trainer Nameplate Image                 | An image to for a skill trainer option on a nameplate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| Music Player Interaction Panel Image          | An image to use beside a music player option in the interaction UI window.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Music Player Nameplate Image                  | An image to use for a music player option on a nameplate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Activatable Object Interaction Panel Image    | An image to use beside an activatable object option in the interaction UI window.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Activatable Object Nameplate Image            | An image to use for an activatable object option on a nameplate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |

### Quest Configuration

| Name           | Description                                    |
| -------------- | ---------------------------------------------- |
| Quest Log Size | The maximum number of quests in the quest log. |

### Time Of Day

| Name                 | Description                                                                                                                                                                                                               |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Time Of Day Speed    | This value is a multiplier. For every 1 second of real-world time that passes, x seconds of in-game time will pass.                                                                                                       |
| Default Sun Angle    | The number of degrees around the X axis that the sun will be rotated compared to world space. 0 is pointing directly North, 90 is pointing straight down (directly over the player head), 180 is pointing directly South. |
| Default Sun Gradient | A color gradient to use for the sun color. The ends represent midnight, and the center is noon. The alpha value controls sun light intensity and skybox blending.                                                         |

### Network

See the [AnyMMO documentation](https://docs.anyrpg.org/anymmo/getting-started/configuring-your-game) for a list of settings that apply when online play is enabled.


---

# 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://docs.anyrpg.org/getting-started/configuring-your-game.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.
