UIComponentRadar.xml 993 B

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