AircraftTypes: Difference between revisions
No edit summary |
Appendix - Listing Applicable INI flags |
||
Line 8: | Line 8: | ||
And you shouldn't expect help on an unlisted object from anyone, either. | And you shouldn't expect help on an unlisted object from anyone, either. | ||
== Applicable INI Flags == | |||
This table is only valid for YR 1.001. Other games/versions might use a different table. Be sure to check the flag's own page for more detailed information. | |||
{{:AbstractTypes}} | |||
{{:ObjectTypes}} | |||
{{:TechnoTypes}} | |||
<onlyinclude> | |||
{| class="table_descrow sortable" width="90%" | |||
|+'''AircraftType''' | |||
! width="10%" | INI File | |||
! width="15%" | Section | |||
!Key | |||
!Value Type | |||
!Default Value | |||
!Adds to list | |||
|- | |||
| {{Ini|Rules}} || Object's ID || {{TTL|Landable}} || boolean || 0 || | |||
|- | |||
| {{Ini|Rules}} || Object's ID || {{TTL|AirportBound}} || boolean || 0 || | |||
|- | |||
| {{Ini|Rules}} || Object's ID || {{TTL|Fighter}} || boolean || 0 || | |||
|- | |||
| {{Ini|Rules}} || Object's ID || {{TTL|Carryall}} || boolean || 0 || | |||
|- | |||
| {{Ini|Art}} || Object's Image || {{TTL|Rotors}} || boolean || 0 || | |||
|- | |||
| {{Ini|Art}} || Object's Image || {{TTL|CustomRotor}} || boolean || 0 || | |||
|- | |||
| {{Ini|Art}} || Object's Image || {{TTL|Trailer}} || Animation || 0 || + | |||
|- | |||
| {{Ini|Art}} || Object's Image || {{TTL|SpawnDelay}} || int || 3 || | |||
|- | |||
| {{Ini|Rules}} || Object's ID || {{TTL|FlyBy}} || boolean || 0 || | |||
|- | |||
| {{Ini|Rules}} || Object's ID || {{TTL|FlyBack}} || boolean || 0 || | |||
|} | |||
</onlyinclude> | |||
</onlyinclude> | |||
[[Category:Rules(md).ini Sections]] | [[Category:Rules(md).ini Sections]] | ||
<!-- [[Category:General Editing Information]] --> | <!-- [[Category:General Editing Information]] --> |
Revision as of 10:02, 13 April 2008
This section of rules(md).ini lists all AircraftTypes the game should be able to use. AircraftTypes not listed here cannot be accessed by the game - they don't exist.
Okay, that's actually not entirely true. It seems like objects that are parsed by other objects, like BuildingTypes being called by DeploysInto or InfantryTypes being referenced by Enslaves are added into the internal *Types arrays as well. However, there is no reason to rely on this method, and you really, really should add your objects to their respective lists.
And you shouldn't expect help on an unlisted object from anyone, either.
Applicable INI Flags
This table is only valid for YR 1.001. Other games/versions might use a different table. Be sure to check the flag's own page for more detailed information.
INI File | Section | Key | Value Type | Default Value | Adds to list |
---|---|---|---|---|---|
Rules(md).ini | Object's ID | Name | string(48 symbols) | ID | |
Rules(md).ini | Object's ID | UIName | string(31 symbol) | "" |
INI File | Section | Key | Value Type | Default Value | Adds to list |
---|---|---|---|---|---|
Rules(md).ini | Object's ID | Image | string (31 symbol) | Object's ID | |
Rules(md).ini | Object's ID | AlphaImage | string (31 symbol) | "" | |
Rules(md).ini | Object's ID | CrushSound | Sound (128 symbols) | "" | |
Rules(md).ini | Object's ID | AmbientSound | Sound (128 symbols) | "" | |
Rules(md).ini | Object's ID | Crushable | boolean | 0 | |
Rules(md).ini | Object's ID | Bombable | boolean | 1 | |
Rules(md).ini | Object's ID | NoSpawnAlt | boolean | 0 | |
Rules(md).ini | Object's ID | AlternateArcticArt | boolean | 0 | |
Rules(md).ini | Object's ID | RadarInvisible | boolean | 0 | |
Rules(md).ini | Object's ID | Selectable | boolean | 1 | |
Rules(md).ini | Object's ID | LegalTarget | boolean | 1 | |
Rules(md).ini | Object's ID | Armor | Armor | 0 | |
Rules(md).ini | Object's ID | Strength | int | 0 | |
Rules(md).ini | Object's ID | Immune | boolean | 0 | |
Rules(md).ini | Object's ID | Insignificant | boolean | 0 | |
Rules(md).ini | Object's ID | HasRadialIndicator | boolean | 0 | |
Rules(md).ini | Object's ID | RadialColor | Color | 0,0,0 | |
Rules(md).ini | Object's ID | IgnoresFirestorm | boolean | 0 | |
Art(md).ini | Object's Image | UseLineTrail | boolean | 0 | |
Art(md).ini | Object's Image | LineTrailColor | Color | 0,0,0 | |
Art(md).ini | Object's Image | LineTrailColorDecrement | int | 16 | |
Art(md).ini | Object's Image | Theater | boolean | 0 | |
Art(md).ini | Object's Image | NewTheater | boolean | 0 | |
Art(md).ini | Object's Image | Voxel | boolean | 0 |
INI File | Section | Key | Value Type | Default Value | Adds to list |
---|---|---|---|---|---|
Rules(md).ini | Object's ID | Template:TTL | boolean | 0 | |
Rules(md).ini | Object's ID | Template:TTL | boolean | 0 | |
Rules(md).ini | Object's ID | Template:TTL | boolean | 0 | |
Rules(md).ini | Object's ID | Template:TTL | boolean | 0 | |
Art(md).ini | Object's Image | Template:TTL | boolean | 0 | |
Art(md).ini | Object's Image | Template:TTL | boolean | 0 | |
Art(md).ini | Object's Image | Template:TTL | Animation | 0 | + |
Art(md).ini | Object's Image | Template:TTL | int | 3 | |
Rules(md).ini | Object's ID | Template:TTL | boolean | 0 | |
Rules(md).ini | Object's ID | Template:TTL | boolean | 0 |