Difference between revisions of "02ED"

From GTAMods Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{Icon|3}} {{Icon|VC}}
+
{{Icon|3}} {{Icon|VC}} '''SET_COLLECTABLE1_TOTAL'''
 
<hr />
 
<hr />
 
'''Description'''
 
'''Description'''
: Sets the total number of hidden packages
+
: Sets the total number of [[hidden package]]s
 
'''Syntax'''
 
'''Syntax'''
 
: 02ED: set_total_hidden_packages_to [''int'']
 
: 02ED: set_total_hidden_packages_to [''int'']

Revision as of 20:35, 8 February 2015

GTA III Vice City SET_COLLECTABLE1_TOTAL


Description

Sets the total number of hidden packages

Syntax

02ED: set_total_hidden_packages_to [int]

Parameter

[int]
Total number of hidden packages

This opcode sets the total number of hidden packages. If no value is set with this opcode, the game will set the total to 3 by default. The value set here will not change the total number of packages displayed in the stats menu but the ratio of collected packages to the ratio of total number of packages will be correct. For example, if there are only five hidden packages and the third is collected, the onscreen display will correctly show "Hidden Package 3 of 5" but the stats menu will show "60 out of 100". The value set with this opcode is saved in block 18 of the save file in Vice City.

Keywords

set, total, hidden, package