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

Difference between revisions of "AllowableUnits"

From ModEnc
Jump to: navigation, search
(Re-write, needs categories for map ini files.)
(Fixed some formatting mostly.)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{Flag
 
{{Flag
 
|name={{PAGENAME}}
 
|name={{PAGENAME}}
|files=
+
|files={{Categ|Maps}}
|values=comma seperated list
+
|values={{values|stringlist|[[InfantryTypes]] and [[VehicleTypes]]}}
|special=None
+
|types={{Categ|Basic}}
|default=
+
|ts=yes
|types=
+
|fs=yes
|games=[[TS]], [[RA2]], [[YR]]
+
|hp=yes
 +
|ra2=yes
 +
|yr=yes
 +
|ares=yes
 
}}
 
}}
  
Specified in a maps [Basic] section in conjunction with [[StartingDropships]]. The value is a comma seperated list of [[InfantryTypes]] and [[VehicleTypes]] from [[rulesmd.ini]]. It specifies the units that the player is allowed to choose as dropship reinforcements using the [[Dropship loadout]] feature. By default there are very few limitations, the player can choose any units that have his country specified in their [[Owner]] flag. In TS this already provides considerable limitation, but in RA2 and YR, units that are normally limited by [[RequiredHouses]], [[ForbiddenHouses]] or a requirement to infiltrate a battle lab will normally be available. In conjunction with [[AllowableUnitMaximums]], the map designer can adjust specifically what units the player can select and how many.
+
Specified in a map's {{sl|Basic}} section in conjunction with {{f|StartingDropships|link}}. The value is a comma-separated list of [[InfantryTypes]] and [[VehicleTypes]] from {{ini|rules}}. It specifies the units that the player is allowed to choose as dropship reinforcements using the [[Dropship loadout]] feature. By default the player can choose any units that have the player [[house]]/[[country]] specified as the units' [[owner]] and meet the house's/country's [[TechLevel|tech level]]. In TS this already provides considerable limitation, but in RA2 and YR, units that are normally limited by [[RequiredHouses]], [[ForbiddenHouses]] or a requirement to infiltrate a battle lab will normally be available. In conjunction with {{f|AllowableUnitMaximums|link}}, the map designer can adjust specifically what units the player can select and how many.
  
See also:
+
== See Also ==
[[StartingDropships]]
+
* [[Dropship loadout]]
[[AllowableUnitMaximums]]
+
* [[StartingDropships]]
 +
* [[AllowableUnitMaximums]]

Latest revision as of 22:48, 28 September 2022

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: AllowableUnits
File(s): Maps
Values: Comma-separated list of strings. (Limited to: InfantryTypes and VehicleTypes)
Applicable to: Basic


Specified in a map's [Basic] section in conjunction with StartingDropships. The value is a comma-separated list of InfantryTypes and VehicleTypes from rules(md).ini. It specifies the units that the player is allowed to choose as dropship reinforcements using the Dropship loadout feature. By default the player can choose any units that have the player house/country specified as the units' owner and meet the house's/country's tech level. In TS this already provides considerable limitation, but in RA2 and YR, units that are normally limited by RequiredHouses, ForbiddenHouses or a requirement to infiltrate a battle lab will normally be available. In conjunction with AllowableUnitMaximums, the map designer can adjust specifically what units the player can select and how many.

See Also