home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 November / maximum-cd-1999-11.iso / Battlezone II / Disk1 / data1.cab / Program_Executable_Files / data.pak / config_input_bzinput_joystick.cfg < prev    next >
Encoding:
Text File  |  1999-08-25  |  501 b   |  17 lines

  1. // BATTLEZONE 2 INPUT MAP
  2. // JOYSTICK-SPECIFIC CONTROLS
  3. // =========================
  4.  
  5. // read the common controls
  6. Exec("bzinput_common.cfg");
  7.  
  8. // bind joystick-specific controls
  9. BindAnalog("steer", "!JoystickX");
  10. BindAnalog("pitch", "JoystickY");
  11. BindAnalog("strafe", "JoystickRZ");
  12. BindAnalog("throttle", "!JoystickZ");
  13. BindDiscrete("jump", "Joystick3");
  14. BindDiscrete("weapon_fire", "Joystick1");
  15. BindDiscrete("weapon_special", "Joystick4");
  16. BindDiscrete("weapon_next", "Joystick2");
  17.