Jump to content

Aircraft: Difference between revisions

From ModEnc²
en>E1 Elite
Created page with "{{WrongTitle|[Aircraft]}} {{MappingBar}} This section lists all the AircraftTypes that should be preplaced on the map when the game starts. __TOC__ == Section == ===..."
 
ATHSE (talk | contribs)
m ATHSE moved page Aircraft (maps) to Aircraft: screws with header and unnecessary distinction
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{WrongTitle|[Aircraft]}}
{{Sectionheader
 
|files={{Categ|Maps}}
{{MappingBar}}
|td=yes
 
|ra=yes
This section lists all the [[AircraftTypes]] that should be preplaced on the map when the game starts.
|ts=yes
 
|fs=yes
__TOC__
|ra2=yes
 
|yr=yes
== Section ==
}}
 
The [Aircraft] section defines the pre-placement of all [[AircraftTypes]] on a map, and takes the following format:
=== <span id="td"></span>{{td}} ===
 
=== <span id="ra"></span>{{ra}}, {{cs}}, {{am}} ===
 
=== <span id="ts"></span><span id="ra2"></span><span id="yr"></span>{{ts}}, {{fs}}, {{ra2}}, {{yr}} ===
 
The [{{Tt|Aircraft}}] section takes the following format:


  [Aircraft]
  [Aircraft]
  Index=OWNER,ID,HEALTH,X,Y,FACING,MISSION,TAG,VETERANCY,GROUP,AUTOCREATE_NO_RECRUITABLE,AUTOCREATE_YES_RECRUITABLE
  INDEX=OWNER,ID,HEALTH,X,Y,FACING,MISSION,TAG,VETERANCY,GROUP,AUTOCREATE_NO_RECRUITABLE,AUTOCREATE_YES_RECRUITABLE


{| style="width: 80%" border=1 class="table_descrowdesccol"
{| class="wikitable"
|+ Meanings of each string
! Parameter
! style="width: 13em; " | String
! Meaning
! Meaning
|-
|-
! {{Anchor|Index|ts}}
! {{Anchor|INDEX|ts}}
| This is an index for the list. Any unique string without equals signs will do.
| This is an index for the list. Any unique string without equals signs will do.
|-
|-
! {{Anchor|Owner|ts}}
! {{Anchor|OWNER|ts}}
| The Name of the House who should receive this AircraftType.
| The Name of the House who should receive this AircraftType.
|-
|-
Line 59: Line 51:
|-
|-
! {{Anchor|AUTOCREATE_NO_RECRUITABLE|ts}}
! {{Anchor|AUTOCREATE_NO_RECRUITABLE|ts}}
| When a TeamType has Autocreate=no, this AircraftType is
| Is the aircraft recruitable when a TeamType with <tt>Autocreate=no</tt> needs it?
 
{| style="margin-left: 50px;" border=1 class='table_descrowdesccol'
|+ Possible values
! style="width: 50px; text-align: center; " | Value
! Meaning
|-
|-
! style="width: 50px; text-align: center; " | 0
! {{Anchor|AUTOCREATE_YES_RECRUITABLE|ts}}
| Not available for recruitment.
| Is the aircraft recruitable when a TeamType with <tt>Autocreate=yes</tt> needs it?
|-
! style="width: 50px; text-align: center; " | 1
| Available for recruitment. If recruitment fails, don't produce from factory.
|}
|}


|-
==See Also==
! {{Anchor|AUTOCREATE_YES_RECRUITABLE|ts}}
[[Autocreate]]
| When a TeamType has Autocreate=yes, this AircraftType is
 
{| style="margin-left: 50px;" border=1 class='table_descrowdesccol'
|+ Possible values
! style="width: 50px; text-align: center; " | Value
! Meaning
|-
! style="width: 50px; text-align: center; " | 0
| Not available for recruitment.
|-
! style="width: 50px; text-align: center; " | 1
| Available for recruitment. If recruitment fails, produce from factory.
|}


|}
[[Houses]]


See also: [[Autocreate]]
[[Recruitable]]


[[Category:Map Information]]
[[Category:Map Information]]

Latest revision as of 01:49, 15 April 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Section: [Aircraft]
File(s): Maps


The [Aircraft] section defines the pre-placement of all AircraftTypes on a map, and takes the following format:

[Aircraft]
INDEX=OWNER,ID,HEALTH,X,Y,FACING,MISSION,TAG,VETERANCY,GROUP,AUTOCREATE_NO_RECRUITABLE,AUTOCREATE_YES_RECRUITABLE
Parameter Meaning
INDEX This is an index for the list. Any unique string without equals signs will do.
OWNER The Name of the House who should receive this AircraftType.
ID The ID of this AircraftType.
HEALTH The amount of health this AircraftType has, expressed in 1/256ths of its total Strength=. (0-256)
X The X coordinate of the cell which this AircraftType should be placed in.
Y The Y coordinate of the cell which this AircraftType should be placed in.
FACING The 256-based facing of this AircraftType. 0 stands for game North (North East of the screen) and increasing numbers rotate clockwise. (0,32..256)
MISSION The Name of the Mission this AircraftType should be placed in.
TAG The ID of the Tag attached to this AircraftType, or <none> if no tag should be attached.
VETERANCY The veteran level of this AircraftType multiplied by 100 - 0 for 'rookie', 100 for 'Veteran', 200 for 'Elite'. Note that you can assign other values, e.g. if you assign 75 then the AircraftType will be created with 75/100ths of experience necessary for Veteran level already accumulated. (0/100/200/0-200)
GROUP The Group of this AircraftType.
AUTOCREATE_NO_RECRUITABLE Is the aircraft recruitable when a TeamType with Autocreate=no needs it?
AUTOCREATE_YES_RECRUITABLE Is the aircraft recruitable when a TeamType with Autocreate=yes needs it?

See Also

Autocreate

Houses

Recruitable