Difference between revisions of "ObjectTemplate.SubPos"

From Pilot_51's Wiki
Jump to navigation Jump to search
(New page: == MDT description == If on, the special graphics for a submarine are used.<br> ''[http://mdt.planetbattlefield.gamespy.com/scripting/ObjectTemplate/Properties/SubPos.shtm Source and more ...)
 
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
<br>
 
<br>
 
== Additional Description ==
 
== Additional Description ==
 +
The "special graphics" include the periscope circular overlay, periscope direction indicator, depth indicators, underwater overlay, and underwater expanded map.<br>
 +
<br>
 +
Left (actual depth) indicator and underwater HUD activation is relative to the center of the PlayerControlObject and can not give readings above water. It requires these property settings:<br>
 +
[[ObjectTemplate.HasMobilePhysics]] 1
 +
[[ObjectTemplate.HasCollisionPhysics]] 1
 +
<br>
 +
Right (set depth) indicator depends on a controllable FloatingBundle added to the PlayerControlObject.<br>
 +
<br>
 +
If this property is enabled, the soldier cannot exit the vehicle when [[ObjectTemplate.SetSoldierExitLocation]] is below water.<br>
 +
<br>
 +
Related property: [[ObjectTemplate.SubmarineData]]<br>
 
<br>
 
<br>
 
 
[[Category:Battlefield 1942]]
 
[[Category:Battlefield 1942]]

Latest revision as of 09:36, 29 November 2008

MDT description

If on, the special graphics for a submarine are used.
Source and more details

Additional Description

The "special graphics" include the periscope circular overlay, periscope direction indicator, depth indicators, underwater overlay, and underwater expanded map.

Left (actual depth) indicator and underwater HUD activation is relative to the center of the PlayerControlObject and can not give readings above water. It requires these property settings:

ObjectTemplate.HasMobilePhysics 1
ObjectTemplate.HasCollisionPhysics 1


Right (set depth) indicator depends on a controllable FloatingBundle added to the PlayerControlObject.

If this property is enabled, the soldier cannot exit the vehicle when ObjectTemplate.SetSoldierExitLocation is below water.

Related property: ObjectTemplate.SubmarineData