Difference between revisions of "CARS (IPL Section)"
(I thought angle is in radians) |
|||
Line 5: | Line 5: | ||
|description = Creates a parked car generator | |description = Creates a parked car generator | ||
}} | }} | ||
− | + | '''CARS''' is a section in the [[item placement]] file introduced in [[San Andreas]]. This section is a simplified method to create parked cars. Usually parked cars are created by the [[script]]s, but just as [[JUMP|unique stunt jumps]] they can be written inside plain text or [[binary IPL]]s. Since parked car generators are related to [[savegame]]s{{ref|1}} a new game must be started before they are applied to the game. It is possible to create parked car generators without starting a new game using [[CLEO]]{{ref|2}}. | |
== Format == | == Format == | ||
Line 21: | Line 21: | ||
|<center>PosX, PosY, PosZ</center>||The real world coordinates of the car as floating point values. | |<center>PosX, PosY, PosZ</center>||The real world coordinates of the car as floating point values. | ||
|- | |- | ||
− | |<center>Angle</center>||The angle of the car in | + | |<center>Angle</center>||The angle of the car in radians (degrees/~57.2958). |
|- | |- | ||
− | |<center>CarID</center>||The ID number of the car as defined in the [[IDE]] or -1 for random car parks ( | + | |<center>CarID</center>||The ID number of the car as defined in the [[IDE]] or -1 for random car parks (influenced by the <code>[[popcycle.dat]]</code> file) |
|- | |- | ||
|<center>PrimCol, SecCol</center>||A car color defined in the <code>[[carcols.dat]]</code> file. If it is set to -1 the color will be randomly choosed. | |<center>PrimCol, SecCol</center>||A car color defined in the <code>[[carcols.dat]]</code> file. If it is set to -1 the color will be randomly choosed. | ||
|- | |- | ||
− | |<center>ForceSpawn</center>||Vehicles spawn more reliably if this is 1. | + | |<center>ForceSpawn</center>||Vehicles spawn more reliably if this is set to 1. |
|- | |- | ||
|<center>Alarm</center>||The probability of triggering the alarm system (0 - 100). | |<center>Alarm</center>||The probability of triggering the alarm system (0 - 100). | ||
|- | |- | ||
− | |<center>DoorLock</center>||The | + | |<center>DoorLock</center>||The probability that the doors of the vehicle is locked (0 - 100). |
|- | |- | ||
|<CeNtEr>Unknown1, Unknown2</CeNtEr>||Unknown (Zero). | |<CeNtEr>Unknown1, Unknown2</CeNtEr>||Unknown (Zero). | ||
Line 71: | Line 71: | ||
{{note|2}} {{Icon|SA}} [[Car_Spawn|Creating a parked car generator]] via scripts. | {{note|2}} {{Icon|SA}} [[Car_Spawn|Creating a parked car generator]] via scripts. | ||
− | == External | + | == External link == |
* {{GTAF|202532|Documentation of San Andreas IPL file format}} | * {{GTAF|202532|Documentation of San Andreas IPL file format}} | ||
{{N|4|SA}} | {{N|4|SA}} | ||
− | |||
− |
Revision as of 09:09, 9 August 2009
Short description: | Creates a parked car generator | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Supported games: | GTA SA, GTA IV | |||||||||||||||||||||
IPL Sections:
|
CARS is a section in the item placement file introduced in San Andreas. This section is a simplified method to create parked cars. Usually parked cars are created by the scripts, but just as unique stunt jumps they can be written inside plain text or binary IPLs. Since parked car generators are related to savegames[1] a new game must be started before they are applied to the game. It is possible to create parked car generators without starting a new game using CLEO[2].
Contents
Format
CARS or parked car generators are used to place permanently, randomly or limited cars which are placed (parked) around the world. For this they need a position, a rotation, information about which car should be placed, the car's colors and some additional information.
San Andreas
PosX, PosY, PosZ, Angle, CarID, PrimCol, SecCol, ForceSpawn, Alarm, DoorLock, Unknown1, Unknown2
Identifier | Description |
---|---|
The real world coordinates of the car as floating point values. | |
The angle of the car in radians (degrees/~57.2958). | |
The ID number of the car as defined in the IDE or -1 for random car parks (influenced by the popcycle.dat file)
| |
A car color defined in the carcols.dat file. If it is set to -1 the color will be randomly choosed.
| |
Vehicles spawn more reliably if this is set to 1. | |
The probability of triggering the alarm system (0 - 100). | |
The probability that the doors of the vehicle is locked (0 - 100). | |
Unknown (Zero). |
Binary format
CARS is one of the known sections which can be used in binary format inside streaming IPLs. For detailed information about the format see the format specification in the supposed article.
GTA IV
Scripts
Opcodes
- 014B – Creates a parked car generator in SCM
- 014C – Sets the flags for the parked car generator.
- 09E2 – Creates a parked car generator where the car has a special numplate text.
- 0A17 – Sets a parked car generator as owned by the player
Native functions
- CREATE_CAR_GENERATOR
- CREATE_CAR_GENERATOR_WITH_PLATE
- CREATE_CARS_ON_GENERATORS_IN_AREA
- DELETE_CAR_GENERATOR
- DISABLE_CAR_GENERATORS
- DISABLE_CAR_GENERATORS_WITH_HELI
- FORCE_GENERATE_PARKED_CARS_TOO_CLOSE_TO_OTHERS
- IS_OUR_PLAYER_HIGHER_PRIORITY_FOR_CAR_GENERATION
- REMOVE_CARS_FROM_GENERATORS_IN_AREA
- SET_ALL_CAR_GENERATORS_BACK_TO_ACTIVE
- SET_CAR_GENERATORS_ACTIVE_IN_AREA
- SET_HAS_BEEN_OWNED_FOR_CAR_GENERATOR
- SWITCH_CAR_GENERATOR
References
^ Car generators in save files
^ Creating a parked car generator via scripts.
External link
- GTAForums: Documentation of San Andreas IPL file format
Grand Theft Auto IV | |
---|---|
File Formats | .dat • .gxt • .ide • .img • .ipl • .nod • .sco • .rpf • .rrr • .wad • .wbd/.wbn • .wdd • .wdr • .wft • .whm • .wpl • .wtd |
Documentation | Audio • Bink Video • Cryptography • Cutscenes • GXT Text • Image listing • Keycodes • Map Listing • Native functions • Paths • Radar Blips • Radio Stations • Saves • Scenarios • VTable • Weapons |
Tools | ASI Loader • ENBSeries • G-Texture • GIMS IV • Ingame WPL Editor • IV Needle • OpenIV • SparkIV • XLiveLess • WPL Manager • X Mod Installer Alice • C++ Script Hook • .NET Script Hook • Scocl |
Tutorials | Importing Textures with OpenIV • Importing Textures with SparkIV |
Modifications | GTA Connected • Gostown IV • Four Multiplayer • IV Multiplayer • CitizenMP:IV Reloaded |
Useful links | Community portal • Discussion forums • Modding forums • Mods on GTAGarage.com |