Difference between revisions of "CARS (IPL Section)"
m |
|||
Line 14: | Line 14: | ||
<pre>PosX, PosY, PosZ, Angle, CarID, PrimCol, SecCol, ForceSpawn, Alarm, DoorLock, Unknown1, Unknown2</pre> | <pre>PosX, PosY, PosZ, Angle, CarID, PrimCol, SecCol, ForceSpawn, Alarm, DoorLock, Unknown1, Unknown2</pre> | ||
+ | |||
+ | {|{{Prettytable}} width="100%" class="collapsible" | ||
+ | !width="250px"|Identifier | ||
+ | !Description | ||
+ | |- | ||
+ | |<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 dagrees. | ||
+ | |- | ||
+ | |<center>CarID</center>||The ID number of the car as defined in the [[IDE]] or -1 for random car parks (influened by the [[pocycle.dat]] file) | ||
+ | |} | ||
==== Binary format ==== | ==== Binary format ==== |
Revision as of 09:31, 19 April 2009
Short description: | Creates a IPL parked car generator | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Supported games: | GTA SA, GTA IV | |||||||||||||||||||||
IPL Sections:
|
The CARS section is a simplified method to create parked cars. Usually parked cars are created by the Script, but just as unique stunt jumps they can be seperated and written inside plain text or binary IPLs. Since parked car generators are related into savegames 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.[1]
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.
GTA 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 dagrees. | |
The ID number of the car as defined in the IDE or -1 for random car parks (influened by the pocycle.dat file) |
Binary format
This section is incomplete. You can help by fixing and expanding it.
GTA IV
Script representation
- 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 – Identifies a parked car generator to be owned by the player
This section is incomplete. You can help by fixing and expanding it.
See also
- ^ Creating a parked car generator using SCM.
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 |