ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Mission Control

From ModEnc
Jump to: navigation, search

This section in rules(md).ini specifies behavioural characteristics of objects engaged in missions. These mission types are not singleplayer campaign missions or anything like that. A mission in this sense is something like 'Attack', or 'Area Guard' or 'Harvest'. Something that the computer performs automatically.

Most mission behaviour is hardcoded, but a few values can be overridden in each mission's subsection. New missions cannot be added, and conversely you should not remove any mission's section either.

The available missions depend on the game at hand, with Tiberian Dawn having the least and Red Alert 2/Yuri's Revenge having the most mission types. Most missions have carried over from past games, with the exception being the 'Timed Hunt' mission that only appears in TD.

Available Mission Types

Here are all missions available in each game in the order they are read by the game:

Mission Type Available In Function / Objective
Tiberian Dawn Red Alert Tiberian Sun & Firestorm Red Alert 2 & Yuri's Revenge
Sleep Cc apply.png Cc apply.png Cc apply.png Cc apply.png Unit basically plays dead.
Attack Cc apply.png Cc apply.png Cc apply.png Cc apply.png Attack mission used by team logic.
Move Cc apply.png Cc apply.png Cc apply.png Cc apply.png Move to a destination. Simple as that.
QMove Cc cancel.png Cc apply.png Cc apply.png Cc apply.png Queued move. Similar to move, but allows queueing movement missions.
Retreat Cc apply.png Cc apply.png Cc apply.png Cc apply.png Run away. The INI states that the unit may leave the map too.
Guard Cc apply.png Cc apply.png Cc apply.png Cc apply.png Engage any enemy that enters weapons range. The defending unit may follow the aggressor.
Sticky Cc apply.png Cc apply.png Cc apply.png Cc apply.png Operates like Guard mode, but the unit will not move from its current location.
Enter Cc apply.png Cc apply.png Cc apply.png Cc apply.png Enter a building or transport.
Capture Cc apply.png Cc apply.png Cc apply.png Cc apply.png Mission used whenever an Engineer unit enters something.
Harvest Cc apply.png Cc apply.png Cc apply.png Cc apply.png Automatic mission used by harvester units. Collect ore, dump it, repeat.
Area Guard Cc apply.png Cc apply.png Cc apply.png Cc apply.png Guard the general area around the unit.
Return Cc apply.png Cc apply.png Cc apply.png Cc apply.png Head back to refinery.
Stop Cc apply.png Cc apply.png Cc apply.png Cc apply.png Halt! Basically, the unit will cease firing and moving whenever it can.
Ambush Cc apply.png Cc apply.png Cc apply.png Cc apply.png Wait until discovered.
Hunt Cc apply.png Cc apply.png Cc apply.png Cc apply.png Seek out and attack enemy units.
Timed Hunt Cc apply.png Cc cancel.png Cc cancel.png Cc cancel.png Wait a while, then go into hunt mission
Unload Cc apply.png Cc apply.png Cc apply.png Cc apply.png Unloading cargo, e.g. an APC unloading passengers.
Sabotage Cc apply.png Cc apply.png Cc apply.png Cc apply.png C4 mission.
Construction Cc apply.png Cc apply.png Cc apply.png Cc apply.png Mission used by buildings when they are initially placed.
Selling Cc apply.png Cc apply.png Cc apply.png Cc apply.png Mission used by buildings during deconstruction, i.e. when they're sold.
Repair Cc apply.png Cc apply.png Cc apply.png Cc apply.png Used by the Service Depot to repair the docked unit.
Rescue Cc apply.png Cc apply.png Cc apply.png Cc apply.png A special override mission. Perhaps used if a critical unit is in danger.
Missile Cc apply.png Cc apply.png Cc apply.png Cc apply.png Used by a Nuke Silo when it is firing.
Harmless Cc cancel.png Cc apply.png Cc apply.png Cc apply.png Unit will not return fire, and is not considered a threat by the AI.
Open Cc cancel.png Cc cancel.png Cc apply.png Cc apply.png Gate structure operation.
Patrol Cc cancel.png Cc cancel.png Cc apply.png Cc apply.png Patrol a series of waypoints. Used by units in a waypoint loop.
Eaten Cc cancel.png Cc cancel.png Cc cancel.png Cc apply.png Used by units when entering a grinder.


Applicable INI Flags

These tables show all INI flags applicable1 to Mission Control. The flags are grouped by the internal classes the flags are inherited from, and then listed in the order they are read in by the game. You can re-sort the rows by column values by clicking the arrow icons in the column headings. Each flag can be clicked to visit its page for detailed information.

Please note that this section is accurate only for Yuri's Revenge. All other C&C games use different sets of flags.

1 "Applicable" in this context means "read from the INI files". Certain flags listed here don't have any effect ingame , but they are read and in certain cases cause a crash if not present. Again, refer to each flag's individual page for detailed information.


MissionType
INI File Section Key Value Type Default Value Adds to list
Rules(md).ini Object's ID NoThreat boolean no
Rules(md).ini Object's ID Zombie boolean no
Rules(md).ini Object's ID Recruitable boolean yes
Rules(md).ini Object's ID Paralyzed boolean no
Rules(md).ini Object's ID Retaliate boolean yes
Rules(md).ini Object's ID Scatter boolean yes
Rules(md).ini Object's ID Rate boolean  ?
Rules(md).ini Object's ID AARate boolean Same as Rate


Notes

Tiberian Dawn doesn't have a rules.ini. All of the game's rules, including mission types, are hardcoded. However, the mission types available in the game are still listed here for reference.

See Also