Closed sprunk closed 6 years ago
The disabledunits modoption handles both internal (eg. cloakraid) and regular (eg. Glaive) names but Circuit only works with the internal name.
disabledunits
cloakraid
Glaive
https://github.com/rlcevg/CircuitAI/blob/0fd548daccc76665ae89e8d1a6304da9c2382b7d/src/circuit/setup/SetupManager.cpp#L61
Some regular names may map to multiple internal ones (eg Assault Commander -> dynassault1, dynassault2...) in which case they are all supposed to be disabled. I think no such unit is buildable though.
Assault Commander
dynassault1
dynassault2
Chobby will do the conversion to internal names in its modoption interface.
The
disabledunits
modoption handles both internal (eg.cloakraid
) and regular (eg.Glaive
) names but Circuit only works with the internal name.https://github.com/rlcevg/CircuitAI/blob/0fd548daccc76665ae89e8d1a6304da9c2382b7d/src/circuit/setup/SetupManager.cpp#L61
Some regular names may map to multiple internal ones (eg
Assault Commander
->dynassault1
,dynassault2
...) in which case they are all supposed to be disabled. I think no such unit is buildable though.