Jump to content

TooBigToFitUnderBridge: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
en>DCoder
Rewrite
Line 1: Line 1:
{{DeeZireInclusion}}<br />
{{Flag
Can be set to 'true' or 'false' and should be used on voxel units only (eg vehicles and ships). Specifies that the units voxel image is too big to be handled by the games z-buffering routines and thus should not be allowed to travel under bridges (or else it will cause some graphical unpleasantries). I haven't actually seen this have that much of an effect.
|name={{PAGENAME}}
|files={{Categ|Rules(md).ini}}
|values=boolean
|special=none
|default=no
|types={{Categ|VehicleTypes}}
|games=[[TS]], [[RA2]], [[YR]]
}}
 
Specifies whether this unit is forbidden from parking under a bridge. Attempting to park such a unit under a bridge will automatically move it away.
 
{{NeedTesting}}
*Parking such a unit under a destroyed bridge will prevent the bridge from being repaired.
**DLPH lacks this, needs to be tested if preventing bridge repairs is a function of this flag or simply any VehicleType.
*Seems to work just fine on both voxel and SHP units.
**DZ note says it "''should only be used on voxel units''", however SQD has this and apparently works.

Revision as of 12:12, 10 August 2006

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: TooBigToFitUnderBridge
File(s): Rules(md).ini
Values: boolean
Special Values: none
Default: no
Applicable to: VehicleTypes


Specifies whether this unit is forbidden from parking under a bridge. Attempting to park such a unit under a bridge will automatically move it away.

Template:NeedTesting

  • Parking such a unit under a destroyed bridge will prevent the bridge from being repaired.
    • DLPH lacks this, needs to be tested if preventing bridge repairs is a function of this flag or simply any VehicleType.
  • Seems to work just fine on both voxel and SHP units.
    • DZ note says it "should only be used on voxel units", however SQD has this and apparently works.