Gta sa.set

From GTAMods Wiki
Revision as of 14:58, 12 August 2010 by Programie (talk | contribs) (Created page with '== Controller Setup == * 0xB3A - [byte] Configuration ** 0 = Mouse+Keys ** 1 = Joypad === Redefine Controls === Each key can be saved on two places. Each key place uses 2 bytes.…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Controller Setup

  • 0xB3A - [byte] Configuration
    • 0 = Mouse+Keys
    • 1 = Joypad

Redefine Controls

Each key can be saved on two places. Each key place uses 2 bytes. The first byte is the key code. The second byte specifies the state (0 = Activated, 4 = Deactivated). Keys from A to Z and 0 to 9 are saved as ASCII. Keys like Home, Space or Return are saved with special codes.

Foot Controls

  • Fire
    • 0x8
    • 0x2CC
  • Next Weapon/Target
    • 0x20
    • 0x2E4
  • Previous Weapon/Target
    • 0x2C
    • 0x2F0
  • Group Ctrl Forward
    • 0x518
    • 0x254
  • Group Ctrl Back
    • 0x524
    • 0x260
  • Conversation - No
    • 0x50C
    • 0x248
  • Conversation - Yes
    • 0x23C
    • 0x500
  • Forward
    • 0x38
    • 0x2FC
  • Backwards
    • 0x308
    • 0x44
  • Left
    • 0x314
    • 0x50
  • Right
    • 0x320
    • 0x5C
  • Zoom In
    • 0x32C
    • 0x68
  • Zoom Out
    • 0x74
    • 0x338
  • Enter+Exit
    • 0x344
    • 0x80
  • Change Camera
    • 0x350
    • 0x8C
  • Jump
    • 0x98
    • 0x35C
  • Sprint
    • 0xA4
    • 0x368
  • Aim Weapon
    • 0x224
    • 0x4E8
  • Crouch
    • 0x380
    • 0xBC
  • Action
    • 0xC8
    • 0x38C
  • Walk
    • 0xD4
    • 0x398
  • Look Behind
    • 0xB0
    • 0x374

Vehicle Controls

  • Fire
    • 0x3A4
    • 0xE0
  • Seconday Fire
    • 0xEC
    • 0xEB0
  • Accelerate
    • 0x128
    • 0x3EC
  • Brake/Reverse
    • 0x134
    • 0x3F8
  • Left
    • 0xF8
    • 0x3BC
  • Right
    • 0x104
    • 0x3C8
  • Steer Forward/Down
    • 0x110
    • 0x3D4
  • Steer Backward/Up
    • 0x11C
    • 0x3E0
  • Enter+Exit
    • 0x344
    • 0x80
  • Trip Skip
    • 0x23C
    • 0x500
  • Next Radio Station
    • 0x140
    • 0x404
  • Previousradio Station
    • 0x14C
    • 0x410
  • User Track Skip
    • 0x158
    • 0x41C
  • Horn
    • 0x164
    • 0x428
  • Sub-Mission
    • 0x170
    • 0x434
  • Change Camera
    • 0x350
    • 0x8C
  • Handbrake
    • 0x17C
    • 0x440
  • Look Behind
    • 0x1B8
    • 0x47C
  • Mouse Look
    • 0x1C4
    • 0x488
  • Look Left
    • 0x1A0
    • 0x464
  • Look Right
    • 0x1AC
    • 0x470
  • Special Ctrl left
    • 0x1D0
    • 0x494
  • Special Ctrl right
    • 0x1DC
    • 0x4A0
  • Special Ctrl up
    • 0x1F4
    • 0x4B8
  • Special Ctrl down
    • 0x1E8
    • 0x4AC

Mouse Settings

  • 0xB14 - [dword] Mouse Sensitivity
  • 0xB18 - [byte] Invert Mouse Vertically
    • 0 = On
    • 1 = Off
  • 0xB19 - [byte] Steer with mouse
    • 0 = Off
    • 1 = On
  • 0xB1A - [byte] Fly with mouse
    • 0 = Off
    • 1 = On