Jump to content

AllowableUnits: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
m 4 revisions imported
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{DeeZireInclusion}}<br />
{{Flag
Specifies which units are allowed for the player to choose for the Dropship Loadout. This is in the form of a list and disregards TechLevel settings. This allows the player to choose from specific units for their Dropship Loadout, regardless of the BuildLimit= or TechLevel setting in the game or in the map file. If you do not include this line, but you utilize the Dropship Loadout feature, the game will default to making all units available for selection by the player.
|name={{PAGENAME}}
|files={{Categ|Maps}}
|values={{values|stringlist|[[InfantryTypes]] and [[VehicleTypes]]}}
|types={{Categ|Basic}}
|ts=yes
|fs=yes
|hp=yes
|ra2=yes
|yr=yes
|ares=yes
}}
 
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 ==
* [[Dropship loadout]]
* [[StartingDropships]]
* [[AllowableUnitMaximums]]

Latest revision as of 21:35, 31 March 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
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