Difference between revisions of "CULL"

From GTAMods Wiki
Jump to navigation Jump to search
m
Line 28: Line 28:
 
====Flags====
 
====Flags====
  
Flags are numbers which are build out of a collection of numbers formed by the ''[[Wikipedia:Power_of_2|power of 2]]''-numbers lower than 2<sup>31</sup>. Some are defining various behaviours of the zone. They can be combined by simply adding one lag value to another.
+
Flags are numbers which are build out of a collection of numbers formed by the ''[[Wikipedia:Power_of_2|power of 2]]''-numbers lower than 2<sup>30</sup>. Some are defining various behaviours of the zone. They can be combined by simply adding one lag value to another.
  
 
{|{{Prettytable}} class="collapsible"
 
{|{{Prettytable}} class="collapsible"
Line 34: Line 34:
 
!width="25%"|Binary
 
!width="25%"|Binary
 
!Description
 
!Description
 +
|-
 +
|<center>-1</center>||||Enables all flags.
 
|-
 
|-
 
|<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>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
Line 52: Line 54:
 
[[Category:GTA SA|San Andreas]] has 2 major formats which are differed by the game:
 
[[Category:GTA SA|San Andreas]] has 2 major formats which are differed by the game:
  
  CenterX, CenterY, CenterZ, Unknown, Ywidth, bottomZ, Xwidth, 0 (some kind of rotation), topZ, Flag, Flag 2
+
  CenterX, CenterY, CenterZ, Unknown1, WidthY, BottomZ, WidthX, Unknown2, TopZ, Flag, Unknown3
  CenterX, CenterY, CenterZ, Unknown, Ywidth, bottomZ, Xwidth, 0 (some kind of rotation), topZ, Flag, Vx, Vy, Vz, Cm
+
  CenterX, CenterY, CenterZ, Unknown1, WidthY, BottomZ, WidthX, Unknown2, TopZ, Flag, Vx, Vy, Vz, Cm
  
 +
Coordinates are allways rounded to the nearest world [[unit]] so that they are no floating point values any longer. They are non-decimal integers.
 +
 +
{{Incomplete}}
  
 
==== Flags ====
 
==== Flags ====
  
 
Not all flags from the previous game are still compatible with San Andreas.
 
Not all flags from the previous game are still compatible with San Andreas.
 +
 +
{{Incomplete}}
  
 
== GTA IV ==
 
== GTA IV ==

Revision as of 15:08, 5 April 2009

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 one of the major IPL sections used in plaintext map placement files. It is used to create zones with different behaviour like mirrors [1] 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. [2]

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
Allways 0

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 lag value to another.

Flag Binary Description
-1
Enables all flags.
1
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
0000 0000 0000 0010
camera remotely placed outside the zone, no control of camera, camera mode cannot be changed while in the zone
4
0000 0000 0000 0100
Unknown
8
0000 0000 0000 1000
Rain-free, police helicopter-free zone
4096
0001 0000 0000 0000
5-star military zone

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

GTA SA

has 2 major formats which are differed by the game:

CenterX, CenterY, CenterZ, Unknown1, WidthY, BottomZ, WidthX, Unknown2, TopZ, Flag, Unknown3
CenterX, CenterY, CenterZ, Unknown1, WidthY, BottomZ, WidthX, Unknown2, TopZ, Flag, Vx, Vy, Vz, Cm

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

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

Flags

Not all flags from the previous game are still compatible with San Andreas.

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

GTA IV

References

See also

External Link