List of statistics (III)

From GTAMods Wiki
Revision as of 20:45, 23 March 2015 by Seemann (talk | contribs)
Jump to navigation Jump to search

Statistics in GTA III is a set of different values reflecting the player activity during gameplay. It includes but not limited to the criminal activities, the results of the story and side missions, statistic information. Most of the values can be seen in the Stats menu. All the stats data is saved in the 17th block of a savegame file.

Stats can be altered in two ways. The game updated the hardcoded values while or if the player is performing some in-game actions, such as shooting, walking, driving, etc. They can't be changed unless you're using some memory memory hacking tools. The other values are controlled by the scripts, and can be changed via the main.scm, or CLEO scripts.

As stats in GTA III has no IDs assigned to them, they will be documented in order they appear in a savegame file.

# TYPE Hardcoded Opcode DESCRIPTION
1 integer people wasted by player
2 integer people wasted by others
3 integer cars exploded
4 integer shots made
5 integer peds of pedtype PLAYER1 wasted
6 integer peds of pedtype PLAYER2 wasted
7 integer peds of pedtype PLAYER3 wasted
8 integer peds of pedtype PLAYER4 wasted
9 integer peds of pedtype CIVMALE wasted
10 integer peds of pedtype CIVFEMALE wasted
11 integer peds of pedtype COP wasted
12 integer peds of pedtype GANG1 wasted
13 integer peds of pedtype GANG2 wasted
14 integer peds of pedtype GANG3 wasted
15 integer peds of pedtype GANG4 wasted
16 integer peds of pedtype GANG5 wasted
17 integer peds of pedtype GANG6 wasted
18 integer peds of pedtype GANG7 wasted
19 integer peds of pedtype GANG8 wasted
20 integer peds of pedtype GANG9 wasted
21 integer peds of pedtype EMERGENCY wasted
22 integer peds of pedtype FIREMAN wasted
23 integer peds of pedtype CRIMINAL wasted
24 integer peds of pedtype SPECIAL wasted
25 integer peds of pedtype PROSTITUTE wasted
26 integer peds of pedtype 21 wasted
27 integer peds of pedtype 22 wasted
28 integer helis destroyed
29 integer player progress
30 integer 030D progress total
31 integer kgs explosives used
32 integer bullets fired
33 integer bullets that hit
34 integer cars crushed
35 integer headshots made
36 integer times busted
37 integer hospital visits
38 integer days passed
39 integer mm rain fallen
40 float max insane jump distance
41 float max insane jump height
42 integer max insane jump flips
43 integer max insane jump rotation
44 integer best stunt so far (see table below)
45 integer 0313 unique stunt jumps found
46 integer 0314 unique stunt jumps total
47 integer 0317 missions attempts
48 integer 030C missions passed
49 integer 0315 passengers dropped off (opcode )
50 integer 0316 cash made in taxi
51 integer 034A Portland passed
52 integer 034B Staunton Island passed
53 integer 034C Shoreside Vale passed
54 integer el burro time (Best 'Turismo' time in secs)
55 float distance travelled on foot
56 float distance travelled in car
57 integer 4x4one time ('Patriot Playground' in secs)
58 integer 4x4two time ('A Ride In The Park' in secs)
59 integer 4x4three time ('Gripped!' in secs)
60 integer 4x4mayhem time ('Multistorey Mayhem' in secs)
61 integer 0401 people saved in an ambulance
62 integer 0402 criminals killed on vigilante mission
63 integer 0403 highest paramedic mission level
64 integer 0404 total fires extinguished
65 integer 0406 longest flight in dodo
66 integer 0407 best time bomb defusal
67 integer 041B rampages passed
68 integer 0408 total number rampages
69 integer 042C total number missions
70 integer 042E fastest time record (unused)
71 integer 042E fastest time record (unused)
72 integer 042E fastest time record (unused)
73 integer 042E fastest time record (unused)
74 integer 042E fastest time record (unused)
75 integer 042E fastest time record (unused)
76 integer 042E fastest time record (unused)
77 integer 042E fastest time record (unused)
78 integer 042E fastest time record (unused)
79 integer 042E fastest time record (unused)
80 integer 042E fastest time record (unused)
81 integer 042E fastest time record (unused)
82 integer 042E fastest time record (unused)
83 integer 042E fastest time record (unused)
84 integer 042E fastest time record (unused)
85 integer 042E fastest time record (unused)
86 integer 042F highest score record
87 integer 042F highest score record
88 integer 042F highest score record
89 integer 042F highest score record
90 integer 042F highest score record
91 integer 042F highest score record
92 integer 042F highest score record
93 integer 042F highest score record
94 integer 042F highest score record
95 integer 042F highest score record
96 integer 042F highest score record
97 integer 042F highest score record
98 integer 042F highest score record
99 integer 042F highest score record
100 integer 042F highest score record
101 integer 042F highest score record
102 integer people killed since last checkpoint
103 integer people killed no wasted/busted

See also