Syntax Overview
DexComX uses a simple, command-based syntax with the > separator.
Basic Format
Scoped Mode
Use dot-notation to scope to a command class:
Slash-Style
You can prefix commands with / for readability:
Command Structure
Global Commands
Scoped Commands
FILTER.UPDATE > BALL > REGIME > Democracy > Republic
FILE.READ > ./settings.json
EVAL.RUN > my_preset
Models
DexComX works with these BallsDex models:
- BALL - Country balls/collectibles
- REGIME - Political regimes
- ECONOMY - Economic systems
- SPECIAL - Special items
Optional Arguments
Some commands have optional arguments marked with (?):
If omitted, the command uses default behavior.
Examples
Simple Update
Scoped Filter
File Operation
Next Steps
- Aliases - Speed up commands with shortcuts
- Comments - Document your scripts
- Batch Execution - Run multiple commands at once