02ED

From GTAMods Wiki
Jump to navigation Jump to search

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 defaults to 3 as the total. 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 16 of the save file in GTA III and block 18 in Vice City.

In GTA3script the parameter for this opcode should be 0. The compiler will automatically discover the total number of collectables by counting all occurrences of 02EC.

Keywords

set, total, hidden, package, collectable, collectible