• Start
  • Map Editing
  • Fields
  • Controls
  • Sand Definitions
  • Text
  • Units
  • Scripting
  • Save/Load

Third tab of the editor

Controls

Global map settings

C/AC Breeder Type

The buttons that follow control the strength of various Breeder Type settings of sands. In the Fourth tab (Sand definitions), sands have a parameter called “C/AC Breeder Type”. The strength of these special properties is altered here.

AMT controls the amount of creeper to remove (in case of Absorber) or spawn (in case of others) per game frame (a second is 30 frames). MAX will not add more creeper if the amount on top already exceeds this maximum. ON/OFF declare the duty cycle of the action, for example by default breeder is enabled for 45 frames then disabled for 90 frames and repeat.

Control Buttons

Objectives

The MISSION REQUIREMENTS section sets what objectives are required for the map to be completed. All assigned objectives must be completed for the map to trigger a victory.

Most objectives require certain units to be removed from the level (IXE cores, items, etc.). Mapmakers are allowed to override defaults and configure various units to be needed to complete certain objectives. For example, a Survival Pod has a Objective Type of 3, that means it must be removed (through collection, for example), and if no units with this objective type remain present in the level, the Items Collected objective is completed. A mapmaker could for example give an Upgrade Gem the same objective type, and now they will also be required for this objective. An Objective Type of 0 will deassign this unit from any objective.

Objective How it works Technical explanation
IXE CORES DESTROYED The player must destroy all IXE Cores. A destruction of IXE Core means either the IXE Core is killed in a level (possible with some destructive sands), or when all remaining IXE Cores are charged, they will all self destruct. If no IXE Cores were ever present in the level, this objective cannot be completed and the map cannot be won if this objective is enabled. All units with objective type 1 must be removed from the level for this objective to be cleared.
INHIBITORS DESTROYED This objective is cleared when a Rift Inhibitor is destroyed. A Rift Inhibitor will also immediately charge (and therefore destroy) all IXE Cores in the level, clearing that objective as well. All units with objective type 2 must be removed from the level for this objective to be cleared.
ITEMS COLLECTED All special items in the level must be collected to win. By default, these are Info Cache, Tech Module and Hibernation Pod All units with objective type 3 must be removed from the level for this objective to be cleared.
EMITTERS DESTROYED All enemy emitters must be destroyed to win. This includes most enemy units but not all of them. All units with objective type 4 must be removed from the level for this objective to be cleared.
CREEPER ELIMINATED All enemy creeper must be cleared from the level.
SPECIALS DESTROYED Not achievable with default units; this objective can be used to specify a target unit that must be eliminated to win. All units with objective type 6 must be removed from the level for this objective to be cleared.
SCRIPT MISSION COMPLETE information needed information needed

Objective type of a unit can be altered by changing the unit settings. Select the unit in the editor, press the cog icon in the UI panel:
And then change the objective_type parameter:

How Mission Objectives Trigger a Victory

For a map to be completed, all required objectives need to be fulfilled and at least one needs to be achieved. Suppose that you have the default objective settings of IXE Cores Destroyed, Inhibitors Destroyed and Items Collected. You would win if and when you destroy the IXE Cores, destroy the Inhibitors and collect all the Items. However, if none of these objects exist on the map, you cannot achieve any of the objectives and (barring interference by IRPL) you cannot win.

The IRPL call AwardMissionComplete overrides all of this and grants the mission victory regardless of mission settings.