Creating a Single Player Mission
List of Strategic Scripts (5.12)
These are all the scripts that are available to use in the base game. Unlike in Dark Reign 2, Army Men RTS has no pointer file for including the scripts in bulk. Therefore, for each script you want to use in your mission, you will need to include the script file through your strategic.cfg file.
- squad_move_spawntoregion.cfg -
squad.move.spawntoregion
- This script will spawn a recruit type at a source region, then move them to a destination region.
- squad_move_spawntoregion_tag.cfg -
squad.move.spawntoregion_tag
- Same as above, but this script will also assign the spawned units to a given tag, which can be used to keep track of the units later.
- squad_move_spawntotrail.cfg -
squad.move.spawntotrail
- This script will spawn a recruit type at a region, then make them follow a trail.
- squad_move_spawntotrail_tag.cfg -
squad.move.spawntotrail.tag
- Same as above, but the spawned units will be assigned to a tag.
- squad_move_tagtoregion.cfg -
squad.move.tagtoregion
- This script takes the given tagged units and moves them to a region.
- squad_move_tagtotrail.cfg -
squad.move.tagtotrail
- This script takes the given tagged units and makes them follow a trail.
- squad_move_typebasetotrail.cfg -
squad.move.typebasetotrail
- This script will recruit a recruit type from an AI base, then make them follow a trail.
- squad_move_typebasetotrail_tag.cfg -
squad.move.typebasetotrail_tag
- Same as above, but the recruited units will be assigned to a tag.
- squad_move_typetoregion.cfg -
squad.move.typetoregion
- This script will recruit a recruit type from a source region within a certain distance. Then the recruited units will move to a destination region.
- squad_transport_tagtoregion.cfg -
squad.transport.tagtoregion
- This is a left over from Dark Reign 2. It will take the given tagged units, then make them board a transport unit from the team. The transport unit will then deliver its payload to a destination region. Transport units do not naturally exist in Army Men RTS, so while the script does fully function, it is practically useless.
- squad_turn_tagtoregion.cfg -
squad.turn.tagtoregion
- This script takes the given tagged units and makes them turn to face towards a region.
- unit_move_spawntospline.cfg -
unit.move.spawntospline
- This script will spawn a recruit type and make it follow a cineractive curve. For information on curves, see Section 5: Creating a Single Player Mission - Cineractives.