Difference between revisions of "CULL"

From GTAMods Wiki
Jump to navigation Jump to search
m (Flags)
m (Looks cool =))
Line 74: Line 74:
 
!Description
 
!Description
 
|-
 
|-
|<center>-1</center>||<center>&ndash;</center>||<center>1111 1111 1111 1111 {{ref|3}}</center>||Enables all flags.
+
|<center>-1</center>||<center>&ndash;</center>||<center><code>1111 1111 1111 1111</code></center>||Enables all flags. {{ref|3}}
 
|-
 
|-
|<center>1</center>||<center>{{Icon|3}} {{Icon|VC}} {{Icon|SA}} {{Icon|4}}</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>1</center>||<center>{{Icon|3}} {{Icon|VC}} {{Icon|SA}} {{Icon|4}}</center>||<center><code>0000 0000 0000 0001</code></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>{{Icon|3}} {{Icon|VC}} {{Icon|SA}} {{Icon|4}}</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>2</center>||<center>{{Icon|3}} {{Icon|VC}} {{Icon|SA}} {{Icon|4}}</center>||<center><code>0000 0000 0000 0010</code></center>||Camera remotely placed outside the zone, no control of camera, camera mode cannot be changed while in the zone
 
|-
 
|-
|<center>4</center>||<center>{{Icon|3}} {{Icon|VC}} {{Icon|SA}} {{Icon|4}}</center>||<center>0000 0000 0000 0100</center>||Lowers the camera angle on boats
+
|<center>4</center>||<center>{{Icon|3}} {{Icon|VC}} {{Icon|SA}} {{Icon|4}}</center>||<center><code>0000 0000 0000 0100</code></center>||Lowers the camera angle on boats
 
|-
 
|-
|<center>8</center>||<center>{{Icon|3}} {{Icon|VC}} {{Icon|SA}} {{Icon|4}}</center>||<center>0000 0000 0000 1000</center>||Rain-free, police helicopter-free zone
+
|<center>8</center>||<center>{{Icon|3}} {{Icon|VC}} {{Icon|SA}} {{Icon|4}}</center>||<center><code>0000 0000 0000 1000</code></center>||Rain-free, police helicopter-free zone
 
|-
 
|-
|<center>16</center>||<center>{{Icon|3}} {{Icon|VC}}</center>||<center>0000 0000 0001 0000</center>||Police will not exit their vehicles voluntarily. They will only exit if you do something to them (like shoot it). Cops both on foot and in vehicles will not chase you but can shoot at you.
+
|<center>16</center>||<center>{{Icon|3}} {{Icon|VC}}</center>||<center><code>0000 0000 0001 0000</code></center>||Police will not exit their vehicles voluntarily. They will only exit if you do something to them (like shoot it). Cops both on foot and in vehicles will not chase you but can shoot at you.
 
|-
 
|-
|<center>256</center>||<center>{{Icon|3}} {{Icon|VC}}</center>||<center>0000 0001 0000 0000</center>||Police will always exit their vehicles once they are spawned ONLY IF you have a wanted level. If you don't, they'll drive normally.
+
|<center>256</center>||<center>{{Icon|3}} {{Icon|VC}}</center>||<center><code>0000 0001 0000 0000</code></center>||Police will always exit their vehicles once they are spawned ONLY IF you have a wanted level. If you don't, they'll drive normally.
 
|-
 
|-
|<center>1024</center>||<center>{{Icon|VC}}</center>||<center>0000 0010 0000 0000</center>||Some visual ocean water effects are removed like the transparent waves and sparkles on the water
+
|<center>1024</center>||<center>{{Icon|VC}}</center>||<center><code>0000 0010 0000 0000</code></center>||Some visual ocean water effects are removed like the transparent waves and sparkles on the water
 
|-
 
|-
|<center>4096</center>||<center>{{Icon|SA}} {{Icon|4}}</center>||<center>0001 0000 0000 0000</center>||5-Star Military zone.
+
|<center>4096</center>||<center>{{Icon|SA}} {{Icon|4}}</center>||<center><code>0001 0000 0000 0000</code></center>||5-Star Military zone.
 
|}
 
|}
  

Revision as of 10:53, 26 July 2010

CULL (IPL section)
Short description:Create a culling zone
Supported games:GTA 3 GTA VC 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

CULL is a section in the IPL file. It is used to create zones with different behaviour like mirrors [1] or fixed camera positions. It can also influence the environment like disable rain within the zone and certain police behaviors.

GTA III / Vice City

Cull zones in GTA III and Vice City are built by a box which is controlled by various flags[2]. By default, most of the cull zones are located in data\maps\cull.ipl for both games.

CenterX, CenterY, CenterZ, LowerLeftX, LowerLeftY, LowerLeftZ, UpperRightX, UpperRightY, UpperRightZ, Flags, Unknown
Identifier Description
CenterX, CenterY, CenterZ
A point which defines the center of the box in real world coordinates.
LowerLeftX, LowerLeftY, LowerLeftZ
A point which corresponds to the lower left corner of the box.
UpperRightX, UpperRightY, UpperRightZ
A point which corresponds to the upper right corner of the box.
Flags
The behaviour of the cull zone – see below.
Unknown
Always 0

Changing the zones center coordinates does not directly affect the zone itself. Anyway this vector should always point to the real center of the zone since those values are used to calculate the distance of several instances (e.g. the player) to the zone itself.

GTA San Andreas / IV

San Andreas has two different major formats in the game:

CenterX, CenterY, CenterZ, Unknown1, Length, Bottom, Width, Unknown2, Top, Flag, Unknown3
CenterX, CenterY, CenterZ, Unknown1, Length, Bottom, Width, Unknown2, Top, Flag, Vx, Vy, Vz, Cm

Coordinates are always rounded to the nearest world unit so that they are no longer floating point values, they are non-decimal integers.

Value Description
CenterX, CenterY, CenterZ
Vector to the center of the cull zone.
Unknown1, Unknown2, Unknown3
Allways 0.
Length
Dimensions of the zone along y-axis.
Width
Dimensions of the zone along x-axis.
Top, Bottom
Absolute Z coordinate of the top and bottom of the box.
Flag
The behaviour of the cull zone – see below
Vx, Vy, Vz, Cm
Mirror parameters [4].

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

Mirrors

Flags

Flags are numbers which are build out of a collection of numbers formed by the power of 2-numbers lower than 230. Some are defining various behaviours of the zone. They can be combined by simply adding one flag value to another (see binary to decimal conversion).

Flag Supported games Binary Description
-1
1111 1111 1111 1111
Enables all flags. [3]
1
GTA III Vice City San Andreas GTA IV
0000 0000 0000 0001
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
2
GTA III Vice City San Andreas GTA IV
0000 0000 0000 0010
Camera remotely placed outside the zone, no control of camera, camera mode cannot be changed while in the zone
4
GTA III Vice City San Andreas GTA IV
0000 0000 0000 0100
Lowers the camera angle on boats
8
GTA III Vice City San Andreas GTA IV
0000 0000 0000 1000
Rain-free, police helicopter-free zone
16
GTA III Vice City
0000 0000 0001 0000
Police will not exit their vehicles voluntarily. They will only exit if you do something to them (like shoot it). Cops both on foot and in vehicles will not chase you but can shoot at you.
256
GTA III Vice City
0000 0001 0000 0000
Police will always exit their vehicles once they are spawned ONLY IF you have a wanted level. If you don't, they'll drive normally.
1024
Vice City
0000 0010 0000 0000
Some visual ocean water effects are removed like the transparent waves and sparkles on the water
4096
San Andreas GTA IV
0001 0000 0000 0000
5-Star Military zone.

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

References

See also

External links