Difference between revisions of "CULL"
Jump to navigation
Jump to search
(New page: {{IplSection | game = GTA 3 GTA VC GTA SA GTA IV | description = Create a culling zone }} '''Cull''' is one of the major IPL sections used ...) |
|||
Line 31: | Line 31: | ||
{|{{Prettytable}} class="collapsible" | {|{{Prettytable}} class="collapsible" | ||
− | !Flag | + | !width="120px"|Flag |
− | !Binary | + | !width="25%"|Binary |
!Description | !Description | ||
|- | |- | ||
− | |<center>1</center>||<center>0000 0001</center>||Camera close in into player using closest third-person view camera mode, does not close in if in first person or cinematic mode, camera mode cannot be changed while in the zone | + | |<center>1</center>||<center>0000 0000 0000 0001</center>||Camera close in into player using closest third-person view camera mode, does not close in if in first person or cinematic mode, camera mode cannot be changed while in the zone |
|- | |- | ||
− | |<center>2</center>||<center>0000 0010</center>||camera remotely placed outside the zone, no control of camera, camera mode cannot be changed while in the zone | + | |<center>2</center>||<center>0000 0000 0000 0010</center>||camera remotely placed outside the zone, no control of camera, camera mode cannot be changed while in the zone |
|- | |- | ||
|<center>4</center>||<center>0000 0000 0000 0100</center>||Unknown | |<center>4</center>||<center>0000 0000 0000 0100</center>||Unknown | ||
Line 48: | Line 48: | ||
{{Incomplete}} | {{Incomplete}} | ||
− | {|{{ | + | == GTA SA == |
− | + | ||
− | + | == GTA IV == | |
+ | |||
+ | {{Research}} | ||
+ | |||
+ | == See also == | ||
+ | * [[IPL|Item placement file format specification]] | ||
+ | |||
+ | == External Link == | ||
+ | * {{GTAF|202532|IPL documentation topic}} | ||
+ | |||
+ | {{SA-navi}} | ||
+ | {{IV-navi}} | ||
+ | |||
+ | [[Category:Map Formats]][[Category:GTA LCS]][[Category:GTA VCS]] |
Revision as of 14:42, 5 April 2009
Short description: | Create a culling zone | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Supported games: | GTA 3 GTA VC GTA SA GTA IV | |||||||||||||||||||||
IPL Sections:
|
Cull is one of the major IPL sections used in plaintext map placement files. It is used to create zones with different behaviour like mirrors or fixed camera positions just as it is able to influence the environment. For example it is able to disable rain in certain areas.
GTA III / Vice City
Cull zones in the first 2 parts of the GTA 3D series are built by a box which is controlled by various flags.
CenterX, CenterY, CenterZ, LowerLeftX, LowerLeftY, LowerLeftZ, UpperRightX, UpperRightY, UpperRightZ, Flags, Unknown
Identifier | Description |
---|---|
A point which defines the center of the box in real world coordinates | |
A point which corresponds to the lower left corner of the box. | |
A point which corresponds to the upper right corner of the box. | |
The behaviour of the cull zone – see below. | |
Allways 0 |
Flags
Flags are numbers which are build out of a collection of numbers formed by the power of 2-numbers lower than 231. Some are defining various behaviours of the zone. They can be combined by simply adding one lag value to another.
Flag | Binary | Description |
---|---|---|
Camera close in into player using closest third-person view camera mode, does not close in if in first person or cinematic mode, camera mode cannot be changed while in the zone | ||
camera remotely placed outside the zone, no control of camera, camera mode cannot be changed while in the zone | ||
Unknown | ||
Rain-free, police helicopter-free zone | ||
5-star military zone |
This section is incomplete. You can help by fixing and expanding it.
GTA SA
GTA IV
See also
External Link
- GTAForums: IPL documentation topic