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

Difference between revisions of "StartingDropships"

From ModEnc
Jump to: navigation, search
m (Template Updated)
(Fixed some formatting and removed redundant text.)
 
Line 1: Line 1:
 
{{Flag
 
{{Flag
 
|name={{PAGENAME}}
 
|name={{PAGENAME}}
|files=Maps
+
|files={{Categ|Maps}}
|values=unsigned integers
+
|values={{values|unsigned integers|0–3}}
 
|default=0
 
|default=0
|types=[[Basic|[Basic]]]
+
|types={{Categ|Basic}}
 
|ts=yes
 
|ts=yes
 
|fs=yes
 
|fs=yes
|ets=yes
+
|hp=yes
 
|ra2=yes
 
|ra2=yes
 
|yr=yes
 
|yr=yes
|rp=yes
+
|ares=yes
 
}}
 
}}
  
The flag is set in a maps [Basic] section and takes a value of 0,1,2 or 3 (Default is 0). When set to 1 or higher, the player will get a loadout screen allowing them to select units that they will recieve as dropship reinforcments during the mission. The value specifies the number of dropships that will reinforce the player and is limited to 3 as this is the maximum number that load screens exist for. Each dropship can be loaded with up to 5 units. Although undocumented, the player progresses to the game by pressing the space key after selecting his reinforcements.<br>
+
This flag is set in a map's [[Basic]] section and takes an integer value from 0 to 3 (default is 0). When set to 1 or higher, the player will get a [[Dropship loadout|loadout screen]] allowing them to select units that they will recieve as dropship reinforcments during the mission. The value specifies the number of dropships that will reinforce the player and is limited to three as this is the maximum number supported in the loadout.
The feature was never completed for TS and was left in RA2 as none functional. In TS there is a bug that prevents the cursor showing on screen making the feature difficult to use and in RA2 the reinforcements cannot be made to arrive at all in game. This can be set on multiplayer maps and all players will get the chance to select units, irrespective of their side actually getting a suitable reinforcement trigger or not. The game will also timeout if any player is delayed at the screen, something quite likely with no cursor or explaination of how to progress.
 
  
See also:
+
== See Also ==
[[AllowableUnits]]
+
* [[Dropship loadout]]
[[AllowableUnitMaximums]]
+
* [[AllowableUnits]]
 +
* [[AllowableUnitMaximums]]

Latest revision as of 22:42, 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: StartingDropships
File(s): Maps
Values: Unsigned integers: All non-negative whole numbers from 0 to either 32767, 2147483647 or 4294967295. (Limited to: 0–3)
Default: 0
Applicable to: Basic


This flag is set in a map's Basic section and takes an integer value from 0 to 3 (default is 0). When set to 1 or higher, the player will get a loadout screen allowing them to select units that they will recieve as dropship reinforcments during the mission. The value specifies the number of dropships that will reinforce the player and is limited to three as this is the maximum number supported in the loadout.

See Also