List of statistics (III)

From GTAMods Wiki
Revision as of 21:07, 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 Notes
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_MADE_PROGRESS player progress
30 integer SET_PROGRESS_TOTAL 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
45 integer REGISTER_UNIQUE_JUMP_FOUND unique stunt jumps found
46 integer SET_UNIQUE_JUMPS_TOTAL unique stunt jumps total
47 integer REGISTER_MISSION_GIVEN missions attempts
48 integer REGISTER_MISSION_PASSED missions passed
49 integer REGISTER_PASSENGER_DROPPED_OFF_TAXI passengers dropped off
50 integer REGISTER_MONEY_MADE_TAXI cash made in taxi
51 integer INDUSTRIAL_PASSED Portland passed
52 integer COMMERCIAL_PASSED Staunton Island passed
53 integer SUBURBAN_PASSED Shoreside Vale passed
54 integer REGISTER_EL_BURRO_TIME el burro time Best 'Turismo' time in secs
55 float distance travelled on foot
56 float distance travelled in car
57 integer REGISTER_4x4ONE_TIME 4x4one time 'Patriot Playground' in secs
58 integer REGISTER_4x4TWO_TIME 4x4two time 'A Ride In The Park' in secs
59 integer REGISTER_4x4THREE_TIME 4x4three time 'Gripped!' in secs
60 integer REGISTER_4x4MAYHEM_TIME 4x4mayhem time 'Multistorey Mayhem' in secs
61 integer REGISTER_LIFE_SAVED people saved in an ambulance
62 integer REGISTER_CRIMINAL_CAUGHT criminals killed on vigilante mission
63 integer REGISTER_AMBULANCE_LEVEL highest paramedic mission level
64 integer REGISTER_FIRE_EXTINGUISHED total fires extinguished
65 integer REGISTER_LONGEST_DODO_FLIGHT longest flight in dodo
66 integer GET_OFFSET_FROM_CAR_IN_WORLD_COORDS best time bomb defusal
67 integer REGISTER_KILL_FRENZY_PASSED rampages passed
68 integer SET_TOTAL_NUMBER_OF_KILL_FRENZIES total number rampages
69 integer SET_TOTAL_NUMBER_OF_MISSIONS total number missions
70 integer REGISTER_FASTEST_TIME fastest time record unused
71 integer REGISTER_FASTEST_TIME fastest time record unused
72 integer REGISTER_FASTEST_TIME fastest time record unused
73 integer REGISTER_FASTEST_TIME fastest time record unused
74 integer REGISTER_FASTEST_TIME fastest time record unused
75 integer REGISTER_FASTEST_TIME fastest time record unused
76 integer REGISTER_FASTEST_TIME fastest time record unused
77 integer REGISTER_FASTEST_TIME fastest time record unused
78 integer REGISTER_FASTEST_TIME fastest time record unused
79 integer REGISTER_FASTEST_TIME fastest time record unused
80 integer REGISTER_FASTEST_TIME fastest time record unused
81 integer REGISTER_FASTEST_TIME fastest time record unused
82 integer REGISTER_FASTEST_TIME fastest time record unused
83 integer REGISTER_FASTEST_TIME fastest time record unused
84 integer REGISTER_FASTEST_TIME fastest time record unused
85 integer REGISTER_FASTEST_TIME fastest time record unused
86 integer REGISTER_HIGHEST_SCORE highest score record
87 integer REGISTER_HIGHEST_SCORE highest score record
88 integer REGISTER_HIGHEST_SCORE highest score record
89 integer REGISTER_HIGHEST_SCORE highest score record
90 integer REGISTER_HIGHEST_SCORE highest score record
91 integer REGISTER_HIGHEST_SCORE highest score record
92 integer REGISTER_HIGHEST_SCORE highest score record
93 integer REGISTER_HIGHEST_SCORE highest score record
94 integer REGISTER_HIGHEST_SCORE highest score record
95 integer REGISTER_HIGHEST_SCORE highest score record
96 integer REGISTER_HIGHEST_SCORE highest score record
97 integer REGISTER_HIGHEST_SCORE highest score record
98 integer REGISTER_HIGHEST_SCORE highest score record
99 integer REGISTER_HIGHEST_SCORE highest score record
100 integer REGISTER_HIGHEST_SCORE highest score record
101 integer REGISTER_HIGHEST_SCORE highest score record
102 integer people killed since last checkpoint
103 integer people killed no wasted/busted

See also