home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2000 February / Gamestar_15_2000-02_cd1.bin / Patche / BZ2BetaPatch101b.exe / addon / bzinput_pantherxl.cfg < prev    next >
Text File  |  2000-01-10  |  477b  |  17 lines

  1. // BATTLEZONE 2 INPUT MAP
  2. // PANTHER-XL-SPECIFIC CONTROLS
  3. // =========================
  4.  
  5. // read the common controls
  6. Exec("bzinput_common.cfg");
  7.  
  8. // bind joystick-specific controls
  9. BindAnalog("steer", "StickU");
  10. BindAnalog("pitch", "StickV");
  11. BindAnalog("strafe", "StickX");
  12. BindAnalog("throttle", "!StickY");
  13. BindDiscrete("jump", "Stick3");
  14. BindDiscrete("weapon_fire", "Stick1");
  15. BindDiscrete("weapon_special", "Stick4");
  16. BindDiscrete("weapon_next", "Stick2");
  17.