Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

User:Suicide machine/Research bunker/SAR4 Config structure

From PCGamingWiki, the wiki about fixing PC games
Offset: Type (byte length) Description
0x00000000 Int (4) Probably Refresh rate.
0x00000004 Int (4) Screen Width
0x00000008 Int (4) Screen Height
0x0000000C Int (4) Color Bits
0x00000010 Float (4) Visibility Range
0x00000014 Float (4) Building density
0x00000018 Float (4) Cloud density
0x0000001C Int (4) Low detail textures (on/off)
0x00000020 Float (4) Sfx volume
0x00000024 Float (4) Voice volume
0x00000028 Float (4) Music volume
0x0000002C Int (4) Roll control method (enum)
0x00000030 Int (4) Pitch control method (enum)
0x00000034 Int (4) Tail rotor control method (enum)
0x00000038 Int (4) Collective control method (enum)
0x0000003C Byte (1) Roll inversion (bool)
0x0000003D Byte (1) Pitch inversion (bool)
0x0000003E Byte (1) Tail rotor inversion (bool)
0x0000003F Byte (1) Collective inversion (bool)

Input method enum:

  • 0x0 - Keyboard left/right
  • 0x1 - Keyboard up/down
  • 0x2 - Keyboard A-Z
  • 0x3 - Keyboard X-C
  • 0x4 - Mouse X-axis
  • 0x5 - Mouse Y-axis
  • 0x6 - Joystick X-axis
  • 0x7 - Joystick Y-axis
  • 0x8 - Joystick Rudder
  • 0x9 - Joystick Throttle