| 12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="utf-8"?>
- <!-- *********************************************************************** -->
- <!-- * Handles Radar Mode Component * -->
- <!-- *********************************************************************** -->
- <UIComponentRadar xmlns="uri:ea.com:eala:asset"
- Priority="210"
- RadarWidth="128"
- RadarHeight="128"
- StatusTextInfiltration="RADAR:Infiltration"
- OrientationArrowImage="ViewFrustrumIcon"
- OrientationArrowSize="40"
- LeftStickMultiplier="115"
- RightStickMultiplier="0.045"
- LeftTriggerTolerance="900">
- </UIComponentRadar>
- <!-- Comment by Arao 5/31/08
-
- If you keep a ratio of Left Stick 150 to Right Stick 0.06 they move at roughly the same speed in Radar Mode.
- So if you reduce them both by the same percentage, you can keep them in parity.
- -->
- <!-- Comment by Arao 8/30/08
- Reduced 0.045 to 0.03 which breaks the above ratio. If you want to maintain leftstick/rightstick moving at the same speed
- then use LeftStick to 76.6
- -->
|