home *** CD-ROM | disk | FTP | other *** search
/ Hráč 1998 January / Hrac_17_1998-01_cd.bin / PATCHE / IWAR_TM.ZIP / IWar.phr < prev    next >
Text File  |  1997-10-27  |  2KB  |  48 lines

  1. REM                 .PHR for I-War by Particle Systems
  2. REM
  3. REM      Written & Tested by:Matt Clark        Date:16/08/97
  4. REM
  5. REM ************************PRELIMINARY SETTINGS**************************
  6. REM **********************************************************************
  7. REM 
  8. REM 
  9. REM
  10. REM **********************************************************************
  11. REM **** Setup instructions for I-War......Calibrate the Phazer pad   ****
  12. REM **** as normal using either the Joystick or Game Controller       ****
  13. REM **** section of the windows Control Panel. Download this file     ****
  14. REM **** (I-War.phr) to your pad.                           ****
  15. REM ****                                              ****
  16. REM **** When playing I-War set Control Type to Joystick on the       ****
  17. REM **** Options Page.                                                ****
  18. REM **********************************************************************
  19.  
  20. RATE       20
  21.  
  22. REM ╔═══════════════════════════════╗
  23. REM ║Phazer Pad Directional Settings║
  24. REM ╚═══════════════════════════════╝
  25. DPLR IS PORTX1
  26. DPUD IS PORTY1
  27.  
  28.  
  29. REM ╔══════════════════════════╗
  30. REM ║Phazer Pad Button Settings║
  31. REM ╚══════════════════════════╝
  32.  
  33. BTN SELECT /H x        REM Next Objective
  34. BTN START  /H p        REM Pause
  35.  
  36. BTN APU    /H t      REM target
  37. BTN APD    a        REM Increase Velocity
  38. APL    IS  PortB1    REM Fire Selected Weapon
  39. BTN APR    z        REM Decrease Velocity   
  40.  
  41. FFL        IS PortB3    REM PBC 
  42. FFR        IS PortB4    REM Missile 
  43.  
  44. BTN TGL    KP1        REM Yaw Left
  45. BTN TGR    KP3        REM Yaw Right
  46.  
  47. THW        is PortY2    REM Set Speed
  48.