home *** CD-ROM | disk | FTP | other *** search
/ Igromania 2000 August / Igromania_08.iso / Patches / gsuspatch.exe / readme.txt < prev   
Text File  |  2000-06-06  |  3KB  |  76 lines

  1. This customizable version of Gunship! allows you to alter the way the program behaves.
  2. The following keys have also been added.
  3. Shift W        - deletes waypoint 1
  4. ` (tilda)    - cycles weapons        
  5.  
  6. This version loads the custom.ini file and alters the settings it finds specified.
  7. You must alter the custom.ini file (text) in order for your preferences to take effect.
  8.  
  9. The following describes the alterable settings contained in custom.ini and their effects:
  10.  
  11. ReverseCollective= FALSE options: TRUE or FALSE. 
  12.                    TRUE reverses the joystick collective value
  13.  
  14. HatPanHorzSensitivity= 1.0
  15. HatPanVertSensitivity= 1.0
  16.         These settings control the panning rate from the joystick hat switch
  17.         They are a multiplier of the current 15 degrees/second pan rate
  18.  
  19. The following settings effect the sensitivity of the flight control values:
  20.  
  21. RudderSensitivity= 1.0
  22. CollectiveSensitivity= 1.0
  23. CyclicLeftRightSensitivity= 1.0
  24. CyclicForwardBackSensitivity= 1.0
  25.  
  26. These settings specify the keyboard increment of the tail rotor and collective values
  27.  
  28. RudderKeyIncrement= 32     // 32 out of +-128
  29. CollectiveKeyIncrement= 8  // 8 out of 256
  30.  
  31. HoldOnMap= FALSE      options: TRUE or FALSE
  32.         TRUE Prevents the computer pilot from entering waypoint mode when entering the map
  33.  
  34. FlareSalvo= 1   options: 0- 64 equals number of flares launched with one keystroke
  35.  
  36. MousePan= TRUE  options: TRUE or FALSE
  37.         TRUE enables cockpit panning with mouse when left button pressed
  38.  
  39. MousePanHorzRate= 1.0
  40. MousePanVertRate= 1.0
  41.         Scaling factors for rate of pan with mouse
  42.  
  43. ScalePanByZoom= TRUE options: TRUE or FALSE
  44.         TRUE slows the panning rate based on cockpit zoom
  45.  
  46. The following settings effect the flight model in realistic mode only
  47. They may be experimented with dynamically in the pilots cockpit as follows:
  48.  
  49. SHIFT V toggles parameter list
  50. UP ARROW / DOWN ARROW highlight and select parameter to alter
  51. + and - keys alter parameter by 1/10 of original value
  52. These values are not saved- they must be entered in the flight file manually
  53. These values are internal game values and are not necessarily in any recognizable units
  54.  
  55.  
  56. GroundEffectFactor= 0.001       // larger values = more ground effect
  57. TransLiftFactor= 0.16           // larger values = more lift above 20 knots
  58.  
  59. LoadFM= flt1.ini    // This loads a text file with flight model values - described below
  60.  
  61. [ApacheFlightModel]             // block for helo to modify - in this case AH64's
  62. Ycg= -0.03                      // effects amount of restoring torque from roll
  63. YawDrag= 5.0                    // yaw rate dampening factor
  64. TailRotorForce= 0.15            // side force from tail rotor
  65. TailTrim= 0.10                  // tail rotor force neutral value
  66. RotorTorque= 0.12               // rotor torque factor "yaw"
  67. TailPlane= 0.001                // Tail restoring "lift" factor from forward velocity
  68. SideSlip= 5.5                   // side slip torque restoring factor "yaw"
  69.  
  70. Other similar blocks are:
  71.  
  72. [TigerFlightModel]
  73. [HavocFlightModel]
  74.  
  75.  
  76.