Grand Theft Auto - Misc

Back to main menu

  1. Download Magic ISO
  2. Rip your original CD into "UIF" files (using Magic ISO)
    Note: UIF files can have data and audio tracks. ISO files can only have 1 track, afaik.
  3. Create a virtual Magic ISO drive. The drive letter must be BEFORE any other physical CD drives.
    To change drive letters of your physical drives, go into Disk management in the Windows control panel.
  4. Before starting the game, mount the UIF file.

Player animation offset in GRY/G24 files

Animation offsets according to https://github.com/niklasvh/WebGL-GTA/blob/gh-pages/js/person.js#L53

Debug options in GTADATA\CONFIG.INI

If this file exists, various values of the game can be overwritten. The exact values and config keys are unknown (if you have research results, please let me know!):

Example contents:

[car 15 centre of mass x]
123.456

[car 15 moment of inertia]
123.456

[car 15 mass]
123.456

The following strings in the EXE file show the following strings which might be config options:

car
centre of mass x
centre of mass y
moment of inertia
mass
gear 1
tyre adhesion x
tyre adhesion y
handbrake friction
footbrake friction
front brake bias
turn ratio
drive wheel offset
steering wheel offset
back end slide value
handbrake slide value
car %d centre of mass x
car %d centre of mass y
car %d moment of inertia
car %d mass
car %d gear 1
car %d tyre adhesion x
car %d tyre adhesion y
car %d handbrake friction
car %d footbrake friction
car %d front brake bias
car %d turn ratio
car %d steering wheel offset
car %d drive wheel offset
car %d back end slide value
car %d handbrake slide value

Languages in GTADOS\STARTUP.INI

The file can look like this:

[language]
0

The values are:

(Other config options need to be documented)