OCCL: Difference between revisions

No edit summary
No edit summary
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{IplSection
{{IplSection
| name        = OCCL
| name        = OCCL
| game        = [[GTA VC]], [[GTA SA]], [[GTA IV]]
| game        = [[Grand Theft Auto: Vice City|GTA VC]], [[Grand Theft Auto: San Andreas|GTA SA]], [[Grand Theft Auto IV|GTA IV]]
| description = Creates zones for separated rendering
| description = Creates zones for separated rendering
}}
}}

Revision as of 01:02, 21 September 2010

OCCL (IPL section)
Supported games:GTA VC, GTA SA, GTA IV
Short description:Creates zones for separated rendering
IPL Sections:
AUZO CARS CULL ENEX GRGE INST
JUMP MULT OCCL PATH PICK TCYC

OCCL is a section in the IPL file that helps make the game run smoother in certain parts of the map. The occlusions are created using invisible boxes. These boxes disable models that are behind the boxes from rendering. This feature is not really effective and Rockstar did not use this feature efficiently. There are not much improvements on occlusions in San Andreas compared to Vice City. Deleting all entries in the occlu section does not have any major effects on the game.

Location

Occlusions are controlled by the occl section of the IPL files. Rockstar created the occlusions through the occlu.ipl in Vice City and the occlu.ipl, occluint.ipl, occluLA.ipl, occlusf.ipl, and the occluveg.ipl in San Andreas. You can open these files using Microsoft Notepad. You do not need to use these files to create your own occlusions as long as the entry is in a defined IPL file.

Format

mid x, mid y, bottom height z, width x, width y, height from bottom height to top, rotation
Identifier Description
mid x, mid y
The middle of the occlusion box in X and Y coordinates.
bottom height z
The bottom Z coordinate of the occlusion box.
width x, width y
The width of the occlusion box in units.
height from bottom height to top
The difference in height from the top of the occlusion box to the bottom.
rotation
The rotation of the occlusion box in angles.

Viewing It

Vice City's occlusions can only be viewed through KEd. KEd sees occlusion boxes as green, transparent boxes with a small triangular hole in the 3D View. KEd does not support editing the occlusions through the program so you have to create the boxes yourself.

For San Andreas you can use User:Deniska's script pack [1] that contains an small tool to import and export the occlusion section of the IPL

Creating It

The following way to make occlusion boxes is practiced by User:spaceeinstein. First find a building that you want to make occlusion boxes and align it to the X- and Y-axis. Get the coordinates of the lower left corner of the building and the upper right corner of the building. The coordinates for the lower left and upper right corner of the building can be inputted as X1, Y1, and Z1, and X2, Y1, and Z2, respectively, into the occlusion tool. If you are not bothered to get the lower Z coordinate of the box, you can input any number that is lower than the foundation of your building. Making the boxes with angles is pretty tough to do and probably needs some trial and error to fit it into the building.

Using User:Deniska's script [2] you need only to create a box, press the Export button on the script and paste the line from the MAXScript listener to the IPL section.

Problems

If you delete the buildings in Vice City or San Andreas without deleting the occlusions, you would see pop ups behind the occlusions. These occlusions had created problems for a few modifications, most notably in the Liberty City modification. In the Liberty City mod, the team experienced unexpected pop ups caused by the occlusion boxes. These boxes are loading and unloading the models behind boxes where Vice City's buildings used to be at. Someone realized that the occlu.ipl was the problem and deleted every line in that file. The pop ups disappeared.

Tools & Scripts


Copyrighted

This page is licensed under the GNU Free Documentation Licence. This page has a separate license to the CC-BY-SA that applies to most of Grand Theft Wiki.

The full text of the GNU FDL v1.2 is here. Click the "History" button to see the full list of authors. See Grand Theft Wiki:Copyright for more detail on our copyright policy.

GNU Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
See Grand Theft Wiki:Copyright for more information.