Jump to content

Pip: Difference between revisions

From ModEnc²
en>Vinifera7
m see also
en>EvilRenegade
m Replacing Template:TTL with Template:F.
Line 11: Line 11:
}}
}}


This flag specifies the graphical representation to use for an [[InfantryType]] loaded into a [[VehicleType]] with {{TTL|PipScale|passengers}} set. These types of special graphics are referred to as "pips".
This flag specifies the graphical representation to use for an [[InfantryType]] loaded into a [[VehicleType]] with {{f|PipScale|passengers|link}} set. These types of special graphics are referred to as "pips".


Each value for {{TTL|Pip}} denotes a specific frame of ''pips2.shp'' to use for the first pip of a loaded InfantryType. If the {{TTL|Size}} of that InfantryType is greater than 1, it will take up that many pips, with each pip beyond the first drawn using the fourth frame of pips2.shp.
Each value for {{f|Pip|link}} denotes a specific frame of ''pips2.shp'' to use for the first pip of a loaded InfantryType. If the {{f|Size|link}} of that InfantryType is greater than 1, it will take up that many pips, with each pip beyond the first drawn using the fourth frame of pips2.shp.


==Accepted values==
==Accepted values==
Line 38: Line 38:


== See also ==
== See also ==
* {{TTL|OccupyPip}}
* {{f|OccupyPip|link}}
* [[Pip Distortion Bug]]
* [[Pip Distortion Bug]]

Revision as of 10:25, 27 November 2009

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: Pip
File(s): rules(md).ini
Values: Strings: Normal text. (Limited to: hardcoded values)
Default: green
Applicable to: InfantryTypes


This flag specifies the graphical representation to use for an InfantryType loaded into a VehicleType with PipScale=passengers set. These types of special graphics are referred to as "pips".

Each value for Pip denotes a specific frame of pips2.shp to use for the first pip of a loaded InfantryType. If the Size of that InfantryType is greater than 1, it will take up that many pips, with each pip beyond the first drawn using the fourth frame of pips2.shp.

Accepted values

All values are case-insensitive. Any other values will simply be ignored and the default used instead.

Value Frame of pips2.shp
green 2
yellow 3
white 4
red 5
blue 6

See also