Skip to content

vehicle_seat_addon

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
SeatEntryintunsignedPRINOVehicleSeatEntry.dbc identifier
SeatOrientationfloatYES0Seat Orientation override value
ExitParamXfloatYES0
ExitParamYfloatYES0
ExitParamZfloatYES0
ExitParamOfloatYES0
ExitParamValuetinyint(1)signedYES0
 

Description of fields ​

SeatEntry ​

The ID from VehicleSeatEntry.db2.  

SeatOrientation ​

This field overrides the VehicleSeatEntry's Orientation.  

ExitParamX ​

This field sets the VehicleSeatEntry's exit PositionX. This field is not parsed automatically when the .SQL file is created. It can be retrieved from the _parsed.txt file.  

ExitParamY ​

This field sets the VehicleSeatEntry's exit PositionY. This field is not parsed automatically when the .SQL file is created. It can be retrieved from the _parsed.txt file.  

ExitParamZ ​

This field sets the VehicleSeatEntry's exit PositionZ. This field is not parsed automatically when the .SQL file is created. It can be retrieved from the _parsed.txt file.  

ExitParamO ​

This field sets the VehicleSeatEntry's exit Orientation. This field is not parsed automatically when the .SQL file is created. It can be retrieved from the _parsed.txt file.  

ExitParamValue ​

This field determines how each ExitParam(X,Y,Z,O) works for the given entry. If set to:

  • 0: the provided parameters will be ignored.
  • 1: the provided parameters will be used as offset of the given creature's position when a passenger exits it.
  • 2: the provided parameters will be used as absolute positions.