TechnoTypes: Difference between revisions
EvilRenegade (talk | contribs) m Replacing Template:TTL with Template:F. |
m Wrong flags? |
||
Line 656: | Line 656: | ||
| {{Ini|Art}} || Object's Image || {{f|EliteWeaponXTurretLocked|link}} || boolean || 0 || | | {{Ini|Art}} || Object's Image || {{f|EliteWeaponXTurretLocked|link}} || boolean || 0 || | ||
|- | |- | ||
| {{Ini|Art}} || Object's Image || {{f| | | {{Ini|Art}} || Object's Image || {{f|PrimaryFireFLH|link}} || XYZ || {0;0;0} || | ||
|- | |- | ||
| {{Ini|Art}} || Object's Image || {{f|PBarrelLength|link}} || int || 0 || | | {{Ini|Art}} || Object's Image || {{f|PBarrelLength|link}} || int || 0 || | ||
Line 662: | Line 662: | ||
| {{Ini|Art}} || Object's Image || {{f|PBarrelThickness|link}} || int || 0 || | | {{Ini|Art}} || Object's Image || {{f|PBarrelThickness|link}} || int || 0 || | ||
|- | |- | ||
| {{Ini|Art}} || Object's Image || {{f| | | {{Ini|Art}} || Object's Image || {{f|SecondaryFireFLH|link}} || XYZ || {0;0;0} || | ||
|- | |- | ||
| {{Ini|Art}} || Object's Image || {{f|SBarrelLength|link}} || int || 0 || | | {{Ini|Art}} || Object's Image || {{f|SBarrelLength|link}} || int || 0 || | ||
Line 668: | Line 668: | ||
| {{Ini|Art}} || Object's Image || {{f|SBarrelThickness|link}} || int || 0 || | | {{Ini|Art}} || Object's Image || {{f|SBarrelThickness|link}} || int || 0 || | ||
|- | |- | ||
| {{Ini|Art}} || Object's Image || {{f| | | {{Ini|Art}} || Object's Image || {{f|ElitePrimaryFireFLH|link}} || XYZ || {0;0;0} || | ||
|- | |- | ||
| {{Ini|Art}} || Object's Image || {{f|ElitePBarrelLength|link}} || int || 0 || | | {{Ini|Art}} || Object's Image || {{f|ElitePBarrelLength|link}} || int || 0 || | ||
Line 674: | Line 674: | ||
| {{Ini|Art}} || Object's Image || {{f|ElitePBarrelThickness|link}} || int || 0 || | | {{Ini|Art}} || Object's Image || {{f|ElitePBarrelThickness|link}} || int || 0 || | ||
|- | |- | ||
| {{Ini|Art}} || Object's Image || {{f| | | {{Ini|Art}} || Object's Image || {{f|EliteSecondaryFireFLH|link}} || XYZ || {0;0;0} || | ||
|- | |- | ||
| {{Ini|Art}} || Object's Image || {{f|EliteSBarrelLength|link}} || int || 0 || | | {{Ini|Art}} || Object's Image || {{f|EliteSBarrelLength|link}} || int || 0 || |
Revision as of 07:50, 3 January 2010
TechnoType is the parent class of the main objects of the game - Infantry, Vehicles, Aircraft and Buildings. This class derives from ObjectType, but again, no object of this class is ever created.
BuildingTypes are buildings (includes those built from the Structures menu, Armory menu, deployed from vehicles (MCVs) and pre-placed (such as Tech buildings and urban combat buildings)).
VehicleTypes are the [land-based] vehicles and, in Red Alert 2 and Yuri's Revenge, the naval vehicles and some aircraft.
InfantryTypes are the infantry (soldiers) and animals.
AircraftTypes are the true aircraft objects.
The term 'unit' can refer to any of the above TechnoTypes, although the term is usually not applied to BuildingTypes and is often used to refer solely to VehicleTypes.
Applicable INI Flags
These tables show all INI flags applicable1 to TechnoTypes. The flags are grouped by the internal classes the flags are inherited from, and then listed in the order they are read in by the game. You can re-sort the rows by column values by clicking the arrow icons in the column headings. Each flag can be clicked to visit its page for detailed information.
Please note that this section is accurate only for Yuri's Revenge. All other C&C games use different sets of flags.
1 ↑ "Applicable" in this context means "read from the INI files". Certain flags listed here don't have any effect ingame , but they are read and in certain cases cause a crash if not present. Again, refer to each flag's individual page for 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 |