Create basic sector control gamemode and add 2+ sectors with their connected modules and game logic.
Use enableSimulation to disable one of the sectors at the start.
Add the following code, or similar, into the expression field of the other sector.
if ((_this select 1) == west) then {(_this select 0) enableSimulation false}; flag2 enableSimulation true}
Capture the other sector.