Difference between revisions of "Chase.dat"

From GTAMods Wiki
Jump to navigation Jump to search
(thanks Shadow-Link)
 
m
Line 17: Line 17:
 
* 0355
 
* 0355
 
* 040A
 
* 040A
 +
 +
== See also ==
 +
 +
* [[Script Path]]
  
 
[[Category:File Formats]][[Category:GTA 3]]
 
[[Category:File Formats]][[Category:GTA 3]]

Revision as of 08:51, 22 January 2011

CHASE*.DAT is a set of binary files in GTA III that controls the cars seen in the introduction cutscene of the game. The files are located in the data\paths folder.

Format

The format is near identical to its successor, RRR, in San Andreas. Each entry is 28 bytes in size, with the following format:

6b - int[3] - velocity in x,y,z direction
3b - int[3] - right x,y,z
3b - int[3] - top x,y,z
1b - int - steering angle
1b - int - gas pedal power
1b - int - brake pedal power
1b - int - handbrake used
12b - flt[3] - x,y,z position

Script

The following opcodes are related to the chase files.

  • 0354
  • 0355
  • 040A

See also