Chase.dat

From GTAMods Wiki
Revision as of 08:51, 22 January 2011 by Aschratt (talk | contribs)
Jump to navigation Jump to search

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