Database Characters (Tokens)
| Token Name | Type | Default Value | Accepted Values | Category | Description |
|---|---|---|---|---|---|
| ActorDatabaseFile | STRING | NULL | N/A | Database Characters | The configuration file to use for the actor database. |
| CharacterDatabaseFile | STRING | NULL | N/A | Database Characters | The configuration file to use for the character database. |
| GndCrewMaxRange | FLOAT | 2800 | 0 to 300000, inclusive | Database Characters | |
| GndTroopMaxRange | FLOAT | 1400 | 0 to 300000, inclusive | Database Characters | |
| GroundActorAnimsCfgFile | STRING | NULL | N/A | Database Characters | The configuration file to use for the new advanced ground actor animations. Only loaded if groundActors is ON. |
| GroundActorSkinsCfgFile | STRING | NULL | N/A | Database Characters | The configuration file to use for the new advanced ground actor skins. Only loaded if groundActors is ON. |
| GroundActors | BOOL | OFF | OFF, ON, 1, 0, TRUE, FALSE | Database Characters | When true, new advanced ground actors will be loaded during initialization. |
| GroundCrew | BOOL | OFF | OFF, ON, 1, 0, TRUE, FALSE | Database Characters | When true, ground crew will be loaded during initialization. Ignored if groundActors is ON. |
| GroundCrewAnimCfgFile | STRING | NULL | N/A | Database Characters | The configuration file to use for ground crew animations. Only loaded if groundCrew is ON and groundActors is OFF. |
| GroundCrewSkinCfgFile | STRING | NULL | N/A | Database Characters | The configuration file to use for ground crew skins. Only loaded if groundCrew is ON and groundActors is OFF. |
| GroundTroops | BOOL | OFF | OFF, ON, 1, 0, TRUE, FALSE | Database Characters | When true, ground troops will be loaded during initialization. Ignored if groundActors is ON. |
| GroundTroopsAnimCfgFile | STRING | NULL | N/A | Database Characters | The configuration file to use for ground troop animations. Only loaded if groundTroops is ON and groundActors is OFF. |
| GroundTroopsSkinCfgFile | STRING | NULL | N/A | Database Characters | The configuration file to use for ground troop skins. Only loaded if groundTroops is ON and groundActors is OFF. |
| ScriptedBehaviorTable | STRING | NULL | N/A | Database Characters | The configuration file to use for the new atomic ground actor behavior scripts. Only loaded if groundActors is ON. |