Difference between revisions of "PICK"

From GTAMods Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
| description = Creates a pickup
 
| description = Creates a pickup
 
}}
 
}}
'''PICK''' is one of the [[item placement]] sections introduced with [[San Andreas]]. It was used to create fire extinguisher pickups at fast food restaurants. It does exist in [[GTA IV]], although it is never used there.
+
'''PICK''' is a section in the [[item placement]] files introduced in [[San Andreas]]. It is used to define item pickups, mainly [[weapons]]. It was mainly used to create fire extinguisher pickups at fast food restaurants. It does exist in [[GTA IV]], although it is never used there.
 
 
==San Andreas Format==
 
  
 +
==San Andreas==
 +
===Format===
 
  ID, PosX, PosY, PosZ
 
  ID, PosX, PosY, PosZ
  
Line 18: Line 18:
 
|}
 
|}
  
===San Andreas Weapon List===
+
===Pick Weapon IDs===
 
 
 
Weapons in San Andreas are defined in the [[default.ide]] file. Their statistics are specified in the [[weapon.dat]] file. By default these are the weapons available in the game.
 
Weapons in San Andreas are defined in the [[default.ide]] file. Their statistics are specified in the [[weapon.dat]] file. By default these are the weapons available in the game.
  
Line 243: Line 242:
 
* [[WEAP|WEAP (IDE Section)]]
 
* [[WEAP|WEAP (IDE Section)]]
  
==External Link==
+
==External link==
 
* {{GTAF|202532|Item Placement file specification}}
 
* {{GTAF|202532|Item Placement file specification}}
  
 
{{N|4|SA}}
 
{{N|4|SA}}

Revision as of 15:08, 9 August 2009

PICK (IPL section)
Short description:Creates a pickup
Supported games:GTA SA, GTA IV
IPL Sections:
2DFX AUZO BLOK CARS CULL ENEX GRGE
INST JUMP LINK LODM MLO+ MULT OCCL
PATH PICK RTFX SLOW TCYC VNOD ZONE

PICK is a section in the item placement files introduced in San Andreas. It is used to define item pickups, mainly weapons. It was mainly used to create fire extinguisher pickups at fast food restaurants. It does exist in GTA IV, although it is never used there.

San Andreas

Format

ID, PosX, PosY, PosZ
Identifier Description
ID
A number which defines a weapon
PosX, PosY, PosZ
Floating point values defining where the pickup should be placed in the world.

Pick Weapon IDs

Weapons in San Andreas are defined in the default.ide file. Their statistics are specified in the weapon.dat file. By default these are the weapons available in the game.

Tools

See also

External link