MigratedConfigurationUpdated Aug 30, 20266 min read

MissionChief Bot X regional support

The bot chooses a region at startup and imports the matching regional main module. This keeps shared configuration separate from region-specific parsing and dispatch logic.

01

Current region modules

  • UK uses regions.uk.main_uk and the MissionChief UK domain.
  • US uses regions.us.main_us and the MissionChief US domain.
  • The region tracker validates the selected value before browser work begins.
02

Regional data

Vehicle, building, mission, personnel, and requirement data live inside each region's data package. The first run can gather missing data files for the selected region.

03

Adding another region

Add the region URL to the region tracker, create the matching regional package and main module, then verify its data and dispatch behavior before enabling it in production.

Was this guide useful?Tell us what could be clearer