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

Difference between revisions of "BaseUnit"

From ModEnc
Jump to: navigation, search
 
(Greatly Updated; Reworded for Clarity)
Line 1: Line 1:
{{DeeZireInclusion}}<br />
+
{{Flag
This lists the units to consider 'home' (Allied, Soviet) when no structures are present and thus the point jumped to on the map when a player hits the 'home' key as defined in KEYBOARD.INI. This is also used when the game determines which unit you will always get when the game starts (i.e. your MCV) and changing this is one way to get players to start without an MCV thus disabling base building (note that whatever unit you place here, its loss still counts as an MCV so losing it will constitute a 'game over' trigger). Must be valid unit names from the [VehicleTypes]list and be defined as all units are.
+
|name={{PAGENAME}}
 +
|files={{Categ|Rules(md).ini}}
 +
|values={{Values|strings|{{Categ|VehicleTypes}}}}
 +
|default=MCV?
 +
|types={{Categ|InfantryTypes}}, {{Categ|VehicleTypes}}, {{Categ|AircraftTypes}}, {{Categ|BuildingTypes}}
 +
|ts=yes
 +
|fs=yes
 +
|ets=yes
 +
|ra2=yes
 +
|yr=yes
 +
|rp=yes
 +
}}
 +
 
 +
This lists the VehicleType(s) that is considered an MCV: it is capable of deploying into a structure with [[ConstructionYard]]=yes set. This is used when the game determines which unit the player will always get when starting a skirmish.
 +
 
 +
In the absence of a Construction Yard, this unit also counts as "home base" for centering the camera on the player's base using the appropriate keyboard shortcut. This is also important when the "[[Short Game]]" game option is set, as the player will not automatically lose when he controls a Base Unit but no structures.
 +
 
 +
Although the unit specified does not have to be an MCV, or even a VehicleType necessarily, doing otherwise will result in quirky behavior.
 +
 
 +
 
 +
==In TS and FS==
 +
 
 +
Only one VehicleType should be specified here as the game is hardcoded to share a single MCV unit between playable [[Sides]].
 +
 
 +
 
 +
==In RA2==
 +
 
 +
A comma-separated list of two VehicleTypes should be used. The first is the Allied MCV and the second is the Soviet's.
 +
 
 +
 
 +
==In YR==
 +
 
 +
A comma-separated list of three VehicleTypes should be used. In addition to the Allies' and the Soviet's, an MCV for Yuri's Side is parsed.

Revision as of 11:00, 9 April 2008

Tiberian Dawn The Covert Operations Red Alert Counterstrike Aftermath Tiberian Sun Firestorm HyperPatch Red Alert 2 Yuri's Revenge Ares Generals Zero Hour Tiberium Wars Kane's Wrath
Flag: BaseUnit
File(s): Rules(md).ini
Values: Strings: Normal text. (Limited to: VehicleTypes)
Default: MCV?
Applicable to: InfantryTypes, VehicleTypes, AircraftTypes, BuildingTypes


This lists the VehicleType(s) that is considered an MCV: it is capable of deploying into a structure with ConstructionYard=yes set. This is used when the game determines which unit the player will always get when starting a skirmish.

In the absence of a Construction Yard, this unit also counts as "home base" for centering the camera on the player's base using the appropriate keyboard shortcut. This is also important when the "Short Game" game option is set, as the player will not automatically lose when he controls a Base Unit but no structures.

Although the unit specified does not have to be an MCV, or even a VehicleType necessarily, doing otherwise will result in quirky behavior.


In TS and FS

Only one VehicleType should be specified here as the game is hardcoded to share a single MCV unit between playable Sides.


In RA2

A comma-separated list of two VehicleTypes should be used. The first is the Allied MCV and the second is the Soviet's.


In YR

A comma-separated list of three VehicleTypes should be used. In addition to the Allies' and the Soviet's, an MCV for Yuri's Side is parsed.