Skip to main content

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.

info

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

FieldDescription
CodeUnique code of the Remote Config table
NameRemote Config table name
Modified DateLast modified date
Created DateTable creation date
ActionsEdit, Delete buttons

Register Table

To register a new Remote Config table, click the Register button at the bottom of the list.

FieldDescription
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

FieldDescription
Key / DescriptionVariable key name and description
TypeVariable data type
ValueValue stored in the variable
Created DateVariable creation date
ActionsEdit, 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.

info

After adding or editing variables, you must click the Save button for the changes to take effect.