Difference between revisions of "Saves (GTA VC)"

From GTAMods Wiki
Jump to navigation Jump to search
m
Line 44: Line 44:
 
| 0x54
 
| 0x54
 
| dword
 
| dword
| length (ms) of in-game minute
+
| length (ms) of in-game minute (1000=normal)
 
|-
 
|-
 
| 0x5C
 
| 0x5C
Line 53: Line 53:
 
| dword
 
| dword
 
| game minute
 
| game minute
 +
<!--
 +
|-
 +
| 0x64
 +
|
 +
|
 +
|-
 +
| 0x68
 +
|
 +
|
 +
-->
 +
|-
 +
| 0x6C
 +
| float
 +
| game speed ([[015D]])
 +
<!--
 +
|-
 +
| 0x70
 +
|
 +
|
 +
|-
 +
| 0x74
 +
|
 +
|
 +
|-
 +
| 0x78
 +
|
 +
|
 +
|-
 +
| 0x7C
 +
|
 +
|
 +
|-
 +
| 0x80
 +
|
 +
|
 +
|-
 +
| 0x84
 +
|
 +
|
 +
|-
 +
| 0x88
 +
|
 +
|
 +
|-
 +
| 0x8C
 +
|
 +
|
 +
-->
 +
|-
 +
| 0x90
 +
| dword
 +
| current weather
 +
<!--
 +
|-
 +
| 0x94
 +
|
 +
|
 +
-->
 +
|-
 +
| 0x98
 +
| dword
 +
| current weather table offset (between 0 and 63)
 
|-
 
|-
 
| 0x9C
 
| 0x9C
 
| float
 
| float
| current vehicle camera view
+
| current vehicle camera view (between 0.0 and 5.0)
 +
|-
 +
| 0xA0
 +
| float
 +
| current on foot camera view (classic controls only)
 
|-
 
|-
 
| 0xA4
 
| 0xA4
Line 69: Line 135:
 
| dword
 
| dword
 
| sky color ([[04F9]])
 
| sky color ([[04F9]])
 +
|-
 +
| 0xB4
 +
| dword
 +
| sky atmosphere (0=normal,1=interior)
 +
|-
 +
| 0xB8
 +
| float
 +
| sky atmosphere blue overlay (between 0.0 and 1.0)
 
|}
 
|}
  

Revision as of 02:50, 21 August 2010

Block 0: Miscellaneous

Offset Type Description
0x30 word Year
0x32 word Month
0x34 word Day of week
0x36 word Day
0x38 word Hour
0x3A word Minutes
0x3C word Seconds
0x3E word Milliseconds
0x48 float[3] camera coordinates (x,y,z)
0x54 dword length (ms) of in-game minute (1000=normal)
0x5C dword game hour
0x60 dword game minute
0x6C float game speed (015D)
0x90 dword current weather
0x98 dword current weather table offset (between 0 and 63)
0x9C float current vehicle camera view (between 0.0 and 5.0)
0xA0 float current on foot camera view (classic controls only)
0xA4 dword current interior (04BB)
0xA8 dword taxi boost jump (0572)
0xB0 dword sky color (04F9)
0xB4 dword sky atmosphere (0=normal,1=interior)
0xB8 float sky atmosphere blue overlay (between 0.0 and 1.0)

External links