Difference between revisions of "Pipeline Set (RW Section)"

From GTAMods Wiki
Jump to navigation Jump to search
m
m
Line 11: Line 11:
 
The section only consists of an 4-byte integer which can have one of three different values. This value will determine which of the engine's rendering pipeline to use for an [[Atomic (RW Section)|atomic]].
 
The section only consists of an 4-byte integer which can have one of three different values. This value will determine which of the engine's rendering pipeline to use for an [[Atomic (RW Section)|atomic]].
  
* <code>0x53F20098</code> &ndash; Render pipeline used for buildings with Reflection_Material_(RW_Section)reflective materials]].
+
* <code>0x53F20098</code> &ndash; Render pipeline used for buildings with [[Reflection_Material_(RW_Section)reflective materials]].
 
* <code>0x53F2009A</code> &ndash; Render pipeline used for vehicles.
 
* <code>0x53F2009A</code> &ndash; Render pipeline used for vehicles.
 
* <code>0x53F2009C</code> &ndash; Render pipeline used for [[Night_Vertex_Colors_(RW_Section)|night vertex colors]].
 
* <code>0x53F2009C</code> &ndash; Render pipeline used for [[Night_Vertex_Colors_(RW_Section)|night vertex colors]].

Revision as of 15:35, 15 November 2010

{{{NAME}}}
RenderWare Stream Section
Vendor {{{VENDORNAME}}}
Module {{{MODULENAME}}}
Module ID 0x{{{MODULEID}}}
Identifier 0x{{{IDENTIFIER}}}
Chunk ID 0x{{{MODULEID}}}{{{IDENTIFIER}}}
Versions All
Hierarchy
Parents:
None
Children:
None
Extensions:
None
File Format

A Pipeline Set is one of Rockstar's custom sections.



Binary structure

The section only consists of an 4-byte integer which can have one of three different values. This value will determine which of the engine's rendering pipeline to use for an atomic.

For example if the data is 0x53F2009A a specular material can be added to a non-vehicle object. Primarily this is used for vehicle upgrade parts and some cutscene objects. Vehicles are using this rendering pipeline by default and do not need a pipeline set. It is not possible to add specular or reflective materials to a player, pedestrian or other 'skinned' models.

External Links