User Tools

Site Tools


ixe:mapmaking:editor:controls

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ixe:mapmaking:editor:controls [2024/12/10 07:16] Grabzixe:mapmaking:editor:controls [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 17: Line 17:
    * PHYSICS GRAVITY controls the gravity of physics objects in the level.    * PHYSICS GRAVITY controls the gravity of physics objects in the level.
    * SAND GRAVITY controls how fast sands will fall.    * SAND GRAVITY controls how fast sands will fall.
-   * SAND SUPPORT MIN controls the minimum number of tiles needed to prevent land from decaying to sand. The input number is the minimum number of tiles in a 3x3 area around the tile to maintain terrain, including the tile itself. So, when set to 1, terrain doesn't decay to sand, when set to 2, isolated 1x1 pixels of terrain are converted to sand. Terrain needs at least 1 adjacent air block to decay to sand, so any number above is just treated as 9.+   * SAND SUPPORT MIN controls the minimum number of tiles needed to prevent sands with the rock type from decaying to sand. The input number is the minimum number of tiles in a 3x3 area around the tile to maintain terrain, excluding the tile itself. So, when set to 1, it needs at least 1 adjacent tile or it will turn to sand, when set to 2 it needs two of the surrounding 9 tiles, etc. Terrain needs at least 1 adjacent air block to decay to sand, so any number above is just treated as 9.
  
 ===== C/AC Breeder Type ===== ===== C/AC Breeder Type =====
Line 27: Line 27:
  
 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. 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 =====
 +  * FOG OF WAR gives the level a fog of war. A unit with the JSON property "fowrange" will illuminate an area of approximately that range around itself, blocked by certain terrain types.
 +  * SAND INTERACTIONS PANEL enables or disables the Interactions element of the top right UI panel.
 +  * TERRAFORMING ENABLED enables or disables the players ability to give terraforming orders, including placing shields.  Note that this does not prevent lathes from acting on terraforming orders that are already on the map.
 +  * SHIELDS ENABLED enables or disables the players ability to give terraforming orders to make shields.  Note that this does not prevent lathes from acting on terraform shield orders that are already on the map.
  
 ===== Objectives ===== ===== Objectives =====
Line 46: Line 52:
 And then change the objective_type parameter: \\ And then change the objective_type parameter: \\
 {{ mapeditor_guide_unitsettings2.png }} {{ mapeditor_guide_unitsettings2.png }}
 +
 +==== 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.
ixe/mapmaking/editor/controls.1733815004.txt.gz · Last modified: 2025/02/14 14:56 (external edit)