Difference between revisions of "Memory Addresses (VC)"

From GTAMods Wiki
Jump to navigation Jump to search
m (Set correct heading level; applied more appropriate list formatting.)
Line 1: Line 1:
=Display=
+
==Display==
* 0x68AEE0 Cinema top border height [float]
+
; 0x68AEE0: Cinema top border height [float].
* 0x68AEE4 Cinema bottom border height [float]
+
; 0x68AEE4: Cinema bottom border height [float].
* 0x7E46F5 Cinema border on/off [byte]
+
; 0x7E46F5: Cinema border on/off [byte].
* 0xA10AF6 Replay display on/off [byte]
+
; 0xA10AF6: Replay display on/off [byte].
* 0x86963A Hud on/off [byte]
+
; 0x86963A: Hud on/off [byte].
* 0x869652 Widescreen on/off [byte]
+
; 0x869652: Widescreen on/off [byte].
  
=Mp3 player=
+
==Mp3 player==
* 0xA108B0 Number of mp3s found [dword]
+
; 0xA108B0: Number of mp3s found [dword].
* 0xA10B50 Mp3 station playing [byte]
+
; 0xA10B50: Mp3 station playing [byte].
* 0x9753E0 Pointer to first mp3 file block [dword]
+
; 0x9753E0: Pointer to first mp3 file block [dword].
* 0x97881C Index of mp3 playing [dword]
+
; 0x97881C: Index of mp3 playing [dword].
* 0x978550 Pointer to HDIG Driver (mss) [dword]
+
; 0x978550: Pointer to HDIG Driver (mss) [dword].
* 0x978668 Current stream (mss) [dword]
+
; 0x978668: Current stream (mss) [dword].
* 0x94C104 Total length of all mp3s (in milliseconds) [dword]
+
; 0x94C104: Total length of all mp3s (in milliseconds) [dword].
  
=Loading screen=
+
==Loading screen==
* 0xA0CE94 Progress [float]
+
; 0xA0CE94: Progress [float].
* 0x68E6FC Progress step [float]
+
; 0x68E6FC: Progress step [float].
* 0x68E70C Bar width [float]
+
; 0x68E70C: Bar width [float].
* 0x68E710 Bar height [float]
+
; 0x68E710: Bar height [float].
* 0x68E708 Distance from bottom [float]
+
; 0x68E708: Distance from bottom [float].
* 0x68E704 Distance from left [float]
+
; 0x68E704: Distance from left [float].
  
=Menu=
+
==Menu==
* 0x703997 Selected menu index [byte]
+
; 0x703997: Selected menu index [byte].
* 0x936908 Mouse button pressed [byte]
+
; 0x936908: Mouse button pressed [byte].
* 0x869660 Selected menu item id [byte]
+
; 0x869660: Selected menu item id [byte].
* 0x869728 Current menu id [byte]
+
; 0x869728: Current menu id [byte].
* 0x68D5D4 Stats menu scroll speed [float]
+
; 0x68D5D4: Stats menu scroll speed [float].
* 0x68D12C Stats menu line spacing [float]
+
; 0x68D12C: Stats menu line spacing [float].
  
=Player block=
+
==Player block==
* +1032 Current weapon blocks [24 bytes]
+
; +1032: Current weapon blocks [24 bytes].
==Weapon Block==
 
* +12 Ammo [dword]
 
  
=Functions=
+
===Weapon Block===
* Memadress directory for [[Function Memory Addresses (VC)|Functions]]
+
; +12: Ammo [dword].
  
=Values=
+
==See Also==
 +
* [[Function Memory Addresses (VC)]]
  
 
[[Category:Memory Addresses]]
 
[[Category:Memory Addresses]]

Revision as of 06:31, 4 January 2007

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].

Weapon Block

+12
Ammo [dword].

See Also