Difference between revisions of "Memory Addresses (VC)"

From GTAMods Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
==Cheats==
 +
* 0x4ABFC4: LEAVEMEALONE set wanted level [1 byte]
 +
* 0x4AC009: APLEASANTDAY set weather [1 byte]
 +
* 0x4AC04E: ALOVELYDAY set weather [1 byte]
 +
* 0x4AC099: ABITDRIEG set weather [1 byte]
 +
* 0x4AC0DE: CATSANDDOGS set weather [1 byte]
 +
* 0x4AC129: CANTSEEATHING set weather [1 byte]
 +
* 0x4AC976: THELASTRIDE Romero [2 bytes]
 +
* 0x4AC9A6: ROCKANDROLLCAR Love Fist [2 bytes]
 +
* 0x4AC9D6: RUBBISHCAR Trashmaster [2 bytes]
 +
* 0x4ACA06: GETTHEREFAST Sabre Turbo [2 bytes]
 +
* 0x4AEBCF: NUTTERTOOLS M4 ammo [2 bytes]
 +
* 0x4AEBE4: NUTTERTOOLS Laser Sniper ammo [2 bytes]
 +
* 0x4AEBF6: NUTTERTOOLS Minigun ammo [2 bytes]
 +
 
==Display==
 
==Display==
 
; 0x68AEE0: Cinema top border height [float].
 
; 0x68AEE0: Cinema top border height [float].

Revision as of 21:40, 1 February 2010

Cheats

  • 0x4ABFC4: LEAVEMEALONE set wanted level [1 byte]
  • 0x4AC009: APLEASANTDAY set weather [1 byte]
  • 0x4AC04E: ALOVELYDAY set weather [1 byte]
  • 0x4AC099: ABITDRIEG set weather [1 byte]
  • 0x4AC0DE: CATSANDDOGS set weather [1 byte]
  • 0x4AC129: CANTSEEATHING set weather [1 byte]
  • 0x4AC976: THELASTRIDE Romero [2 bytes]
  • 0x4AC9A6: ROCKANDROLLCAR Love Fist [2 bytes]
  • 0x4AC9D6: RUBBISHCAR Trashmaster [2 bytes]
  • 0x4ACA06: GETTHEREFAST Sabre Turbo [2 bytes]
  • 0x4AEBCF: NUTTERTOOLS M4 ammo [2 bytes]
  • 0x4AEBE4: NUTTERTOOLS Laser Sniper ammo [2 bytes]
  • 0x4AEBF6: NUTTERTOOLS Minigun ammo [2 bytes]

Display

0x68AEE0
Cinema top border height [float].
0x68AEE4
Cinema bottom border height [float].
0x7E46F5
Cinema border on/off [byte].
0xA10AF6
Replay display on/off [byte].
0x86963A
Hud on/off [byte].
0x869652
Widescreen on/off [byte].

Mp3 player

0xA108B0
Number of mp3s found [dword].
0xA10B50
Mp3 station playing [byte].
0x9753E0
Pointer to first mp3 file block [dword].
0x97881C
Index of mp3 playing [dword].
0x978550
Pointer to HDIG Driver (mss) [dword].
0x978668
Current stream (mss) [dword].
0x94C104
Total length of all mp3s (in milliseconds) [dword].

Loading screen

0xA0CE94
Progress [float].
0x68E6FC
Progress step [float].
0x68E70C
Bar width [float].
0x68E710
Bar height [float].
0x68E708
Distance from bottom [float].
0x68E704
Distance from left [float].

Menu

0x703997
Selected menu index [byte].
0x936908
Mouse button pressed [byte].
0x869660
Selected menu item id [byte].
0x869728
Current menu id [byte].
0x68D5D4
Stats menu scroll speed [float].
0x68D12C
Stats menu line spacing [float].

Player block

+1032
Current weapon blocks [24 bytes].
+354
Health [float].

Weapon Block

+12
Ammo [dword].

Entity Block

+34
Position X [float].
+38
Position Y [float].
+3C
Position Z [float].

Helicopter::Process Block

0xA10ADB
Police helicopter state [byte].

See Also

External Link