Jump to content

StartingDropships: 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
Sets the number of Dropships with which the player(s) can receive reinforcements throughout the mission. This refers to the Dropship Loadout feature which is residual from Tiberian Sun, and this can only hold a value of 0,1,2 or 3. Setting this to 0 gives the player no dropships (thus disables the feature). It needs 1,2 or 3 because this is the physical limit on the Dropship Loadout screen - 3 dropships, each of which holds up to a maximum of 5 units. Note that the Dropship Loadout feature is entirely residual from Tiberian Sun and has an inherent bug in that you do not, by default, get a cursor on the screen. Use caution if enabling this for Internet use, since all players on the map get this feature regardless of their side or house and whether or not they even get reinforcements. This can lead to server time-outs if one or more players are delayed at this screen (something which can happen with no cursor).
|name={{PAGENAME}}
|files={{Categ|Maps}}
|values={{values|unsigned integers|0–3}}
|default=0
|types={{Categ|Basic}}
|ts=yes
|fs=yes
|hp=yes
|ra2=yes
|yr=yes
|ares=yes
}}
 
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.
 
== See Also ==
* [[Dropship loadout]]
* [[AllowableUnits]]
* [[AllowableUnitMaximums]]

Latest revision as of 22:05, 31 March 2025

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