Difference between revisions of "02EC"

From GTAMods Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 
[[File:02EC.png|thumb|02EC pickup in Vice City]]
 
[[File:02EC.png|thumb|02EC pickup in Vice City]]
{{Icon|3}} {{Icon|VC}} '''CREATE_<wbr>COLLECTABLE1'''
+
{{OpCode
<hr />
+
| games      = {{Icon|3}} {{Icon|VC}}
'''Description'''
+
| command    = CREATE_<wbr>COLLECTABLE1
: Creates a [[hidden package]] [[pickup]]
+
| description = Creates a [[hidden package]] [[pickup]]
'''Syntax'''
+
| syntax1    = 02EC: put_hidden_package_at [''flt1''] [''flt2''] [''flt3'']
: 02EC: put_hidden_package_at [''flt1''] [''flt2''] [''flt3'']
+
| p1t        = [''flt1'']
'''Parameter'''
+
| p1d        = X-coordinate
: [''flt1'']
+
| p2t        = [''flt2'']
:: X-coordinate
+
| p2d        = Y-coordinate
: [''flt2'']
+
| p3t        = [''flt3'']
:: Y-coordinate
+
| p3d        = Z-coordinate (or &le;''-100.0'' for [[02CE|ground z]] + 0.5 units)
: [''flt3'']
+
}}
:: Z-coordinate (or ''-100.0'' for [[02CE|ground z]] + 0.5 units)
 
  
This opcode creates a type 5 hidden package pickup in [[0213#GTA III|GTA III]] and a type 6 hidden package pickup in [[0213#Vice City|Vice City]]. It uses the <code>package1</code> [[DFF]] model, which produces a unique type 5 [[024F|corona hexagon]] around the package. This opcode is almost equivalent to opcode [[0213]] but the model is preset and a pickup handle is not stored.
+
This opcode creates a type 5 hidden package pickup in [[0213#GTA III|GTA III]] and a type 6 hidden package pickup in [[0213#Vice City|Vice City]] at the coordinates point. It uses the <code>package1</code> [[DFF]] model, which produces a unique type 5 [[024F|corona hexagon]] around the package. This opcode is almost equivalent to opcode [[0213]] but the model is preset and a pickup handle is not stored.
  
 
The hidden package pickup type in general behaves as follows. Like most pickups, the package can be "picked up" by walking through it. Each time a package is collected, [[GXT]] string <code>CO_ONE</code> (Hidden Package ''X'' of ''Y'') appears, where ''X'' is the number of packages collected so far and ''Y'' is the set [[02ED|total number of packages]], and affects the statistics as described in [[02ED]]. The player is rewarded $1,000 in GTA III and $100 in Vice City, and [[SFX]] 163 is played in GTA III and SFX 364 is played in Vice City. When the number of packages collected so far matches the set total number of packages, GXT string <code>CO_ALL</code> is displayed and the player is rewarded $1,000,000 in GTA III and $100,000 in Vice City. If the total number of packages is not set, the games default the total to 3. Additional packages can still be collected and recorded into the stats. Packages can only be picked up once.
 
The hidden package pickup type in general behaves as follows. Like most pickups, the package can be "picked up" by walking through it. Each time a package is collected, [[GXT]] string <code>CO_ONE</code> (Hidden Package ''X'' of ''Y'') appears, where ''X'' is the number of packages collected so far and ''Y'' is the set [[02ED|total number of packages]], and affects the statistics as described in [[02ED]]. The player is rewarded $1,000 in GTA III and $100 in Vice City, and [[SFX]] 163 is played in GTA III and SFX 364 is played in Vice City. When the number of packages collected so far matches the set total number of packages, GXT string <code>CO_ALL</code> is displayed and the player is rewarded $1,000,000 in GTA III and $100,000 in Vice City. If the total number of packages is not set, the games default the total to 3. Additional packages can still be collected and recorded into the stats. Packages can only be picked up once.
Line 20: Line 19:
 
== Keywords ==
 
== Keywords ==
 
create, put, hidden, package, collectible, collectable, pickup
 
create, put, hidden, package, collectible, collectable, pickup
 
[[Category:OpCodes]]
 

Revision as of 05:32, 11 February 2016

File:02EC.png
02EC pickup in Vice City

GTA III Vice City CREATE_COLLECTABLE1


Description
Creates a hidden package pickup
Syntax
02EC: put_hidden_package_at [flt1] [flt2] [flt3]
Parameter
[flt1]
X-coordinate
[flt2]
Y-coordinate
[flt3]
Z-coordinate (or ≤-100.0 for ground z + 0.5 units)

This opcode creates a type 5 hidden package pickup in GTA III and a type 6 hidden package pickup in Vice City at the coordinates point. It uses the package1 DFF model, which produces a unique type 5 corona hexagon around the package. This opcode is almost equivalent to opcode 0213 but the model is preset and a pickup handle is not stored.

The hidden package pickup type in general behaves as follows. Like most pickups, the package can be "picked up" by walking through it. Each time a package is collected, GXT string CO_ONE (Hidden Package X of Y) appears, where X is the number of packages collected so far and Y is the set total number of packages, and affects the statistics as described in 02ED. The player is rewarded $1,000 in GTA III and $100 in Vice City, and SFX 163 is played in GTA III and SFX 364 is played in Vice City. When the number of packages collected so far matches the set total number of packages, GXT string CO_ALL is displayed and the player is rewarded $1,000,000 in GTA III and $100,000 in Vice City. If the total number of packages is not set, the games default the total to 3. Additional packages can still be collected and recorded into the stats. Packages can only be picked up once.

Keywords

create, put, hidden, package, collectible, collectable, pickup