Difference between revisions of "Collectibles"

From GTAMods Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
A '''hidden package''' is a [[pickup]] placed in different map locations difficult to find or reach. First introduced in [[GTA 2]] as a collectible item, which means the player is rewarded for finding a certain amount of them.
 
A '''hidden package''' is a [[pickup]] placed in different map locations difficult to find or reach. First introduced in [[GTA 2]] as a collectible item, which means the player is rewarded for finding a certain amount of them.
[[File:hidden_package_gta3.jpg|thumb|One of hidden packages in GTA III]]
+
[[File:hidden_package_gta3.jpg|thumb|A hidden package in GTA III]]
[[File:hidden_package_vc.jpg|thumb|One of hidden packages in Vice City]]
+
[[File:hidden_package_vc.jpg|thumb|A hidden package in Vice City]]
== GTA 2 ==
+
== Collection ==
 +
Each game features an unique set of hidden packages. They are created from the very beginning of the game and exist all the time until the player finds and collect them.
 +
 
 +
=== GTA 2 ===
 
In GTA 2 each of three game levels contains 50 hidden badges resembling the game logo. Finding all of 50 grants the player an access to the bonus level.
 
In GTA 2 each of three game levels contains 50 hidden badges resembling the game logo. Finding all of 50 grants the player an access to the bonus level.
  
== GTA III ==
+
=== GTA III ===
  
 
GTA III features 100 hidden packages around the city. They are the pickups with the model <code>package1.dff</code> and [[0213#GTA III|type 5]], created by the opcode [[02EC]].
 
GTA III features 100 hidden packages around the city. They are the pickups with the model <code>package1.dff</code> and [[0213#GTA III|type 5]], created by the opcode [[02EC]].
  
== Vice City ==
+
=== Vice City ===
  
 
Similar to GTA III, there are 100 hidden packages located on the Vice City map. They are again the pickups with the model <code>package1.dff</code> and [[0213#Vice City|type 6]], created by the opcode [[02EC]].
 
Similar to GTA III, there are 100 hidden packages located on the Vice City map. They are again the pickups with the model <code>package1.dff</code> and [[0213#Vice City|type 6]], created by the opcode [[02EC]].
  
== San Andreas ==
+
=== San Andreas ===
 
Here hidden packages composed of 50 horseshoes and 50 oysters to collect. But unlike the previous games, San Andreas introduces new types of collectable items. They are 100 graffiti tags to spray using a spray can and 50 snapshots to photo using the camera.
 
Here hidden packages composed of 50 horseshoes and 50 oysters to collect. But unlike the previous games, San Andreas introduces new types of collectable items. They are 100 graffiti tags to spray using a spray can and 50 snapshots to photo using the camera.
  
== GTA IV ==
+
=== GTA IV ===
 
{{Incomplete}}
 
{{Incomplete}}
 +
 +
== Mission Script ==
 +
{|
 +
| [[02EC]] || style="width: 4em;" | {{Icon|3}} {{Icon|VC}} || creates a hidden pickup
 +
|-
 +
| [[02ED]] || {{Icon|t}} || sets the total number of hidden packages (unused in SA)
 +
|-
 +
| [[03E1]] || {{Icon|3}} {{Icon|VC}} || gets the number of collected packages
 +
|-
 +
| [[0702]] || {{a|r}} | {{Icon|SA}} || gets painted percentage of a tag at the point
 +
|-
 +
| [[0703]] || {{a|r}} | {{Icon|SA}} || sets painted percentage of a tag at the point
 +
|-
 +
| [[07A6]] || {{a|r}} | {{Icon|SA}} || gets a tag nearest to the point
 +
|-
 +
| [[08E1]] || {{a|r}} | {{Icon|SA}} || gets the number of tags sprayed
 +
|-
 +
| [[0958]] || {{a|r}} | {{Icon|SA}} || creates a snaphot
 +
|-
 +
| [[0959]] || {{a|r}} | {{Icon|SA}} || creates a horseshoe
 +
|-
 +
| [[095A]] || {{a|r}} | {{Icon|SA}} || creates an oyster
 +
|}
 +
  
 
{{N|4|SA|VC|3}}
 
{{N|4|SA|VC|3}}
  
 
[[Category:Mission Scripting]]
 
[[Category:Mission Scripting]]

Revision as of 19:40, 9 February 2015

A hidden package is a pickup placed in different map locations difficult to find or reach. First introduced in GTA 2 as a collectible item, which means the player is rewarded for finding a certain amount of them.

A hidden package in GTA III
A hidden package in Vice City

Collection

Each game features an unique set of hidden packages. They are created from the very beginning of the game and exist all the time until the player finds and collect them.

GTA 2

In GTA 2 each of three game levels contains 50 hidden badges resembling the game logo. Finding all of 50 grants the player an access to the bonus level.

GTA III

GTA III features 100 hidden packages around the city. They are the pickups with the model package1.dff and type 5, created by the opcode 02EC.

Vice City

Similar to GTA III, there are 100 hidden packages located on the Vice City map. They are again the pickups with the model package1.dff and type 6, created by the opcode 02EC.

San Andreas

Here hidden packages composed of 50 horseshoes and 50 oysters to collect. But unlike the previous games, San Andreas introduces new types of collectable items. They are 100 graffiti tags to spray using a spray can and 50 snapshots to photo using the camera.

GTA IV

This section is incomplete. You can help by fixing and expanding it.

Mission Script

02EC GTA III Vice City creates a hidden pickup
02ED GTA III Vice City San Andreas sets the total number of hidden packages (unused in SA)
03E1 GTA III Vice City gets the number of collected packages
0702 San Andreas gets painted percentage of a tag at the point
0703 San Andreas sets painted percentage of a tag at the point
07A6 San Andreas gets a tag nearest to the point
08E1 San Andreas gets the number of tags sprayed
0958 San Andreas creates a snaphot
0959 San Andreas creates a horseshoe
095A San Andreas creates an oyster