REMOTE CONFIG
Remote Config is a feature that allows you to manage configuration values used by the game client from the server. You can change values on the server and apply them to the client without a game update.
To use the Remote Config feature, the Data Management (Storage) service must be activated first. If it is not activated, navigate to the Data Management page to activate the service.
Remote Config Table Management
Table List
| Field | Description |
|---|---|
| Code | Unique code of the Remote Config table |
| Name | Remote Config table name |
| Modified Date | Last modified date |
| Created Date | Table creation date |
| Actions | Edit, Delete buttons |
Register Table
To register a new Remote Config table, click the Register button at the bottom of the list.
| Field | Description |
|---|---|
| Name * | Enter the name of the Remote Config table |
Edit Table
Click the edit button in the list to modify the table's name.
Variable Management
Click the code in the table list to view the variable list for that table.
Variable List
| Field | Description |
|---|---|
| Key / Description | Variable key name and description |
| Type | Variable data type |
| Value | Value stored in the variable |
| Created Date | Variable creation date |
| Actions | Edit, Delete buttons |
Add Variable
Click the Add button at the bottom of the variable list to add a new variable. After adding a variable, click the Save button to save the changes.
Edit Variable
Click the edit button in the list to modify the variable's key, value, type, and description. After editing, make sure to click the Save button to save the changes.
After adding or editing variables, you must click the Save button for the changes to take effect.