ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
TechnoTypes: Difference between revisions
Jump to navigation
Jump to search
Creating content - listing Applicable INI flags |
No edit summary |
||
Line 13: | Line 13: | ||
== Applicable INI Flags == | == 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. | 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. The flags in the list are initially listed in the order they are read by the game, click the column headings to sort differently. | ||
{{:AbstractTypes}} | {{:AbstractTypes}} | ||
{{:ObjectTypes}} | {{:ObjectTypes}} |
Revision as of 10:50, 13 April 2008
TechnoTypes is the parent class of the main objects of the game - Infantry, Vehicles, Aircraft and Buildings. This class derives from ObjectTypes, but again, no object of this class is ever created.
BuildingTypes are buildings in the game.
VehicleTypes are the vehicles (and in RA2 the naval units and some aircraft).
InfantryTypes are the infantry and animal units.
AircraftTypes are the true aircraft objects.
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. The flags in the list are initially listed in the order they are read by the game, click the column headings to sort differently.
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 |