Rail transport

From GTAMods Wiki
Revision as of 16:45, 22 May 2016 by Seemann (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
A train in GTA 1

Rail transport is a part of public transport system used across the entire Grand Theft Auto game series. It was first introduced in GTA 1 as high-speed rail. The player may enter a train at a station and travel around the city. The train is controlled by game logic, however the player is able to take control of the train and its speed. If the train controlled by the player collides with another train, both immediately explode.

Earlier games does not intensively use trains for the player activity. Beyond that there is lack of rail transport in Vice City. Things changed since San Andreas, when the first missions involving trains were introduced, such as 'Wrong Side of the Tracks', 'Snail Trail', 'Green Goo'. There is also a side mission where the player transports freight around the state under a time limit.

Mission Script

  • 06D7 – SWITCH_RANDOM_TRAINS
  • 06D8 – CREATE_MISSION_TRAIN
  • 06D9 – DELETE_MISSION_TRAINS
  • 06DA – MARK_MISSION_TRAINS_AS_NO_LONGER_NEEDED
  • 06DB – DELETE_ALL_TRAINS
  • 06DC – SET_TRAIN_SPEED
  • 06DD – SET_TRAIN_CRUISE_SPEED
  • 06DE – GET_TRAIN_CABOOSE
  • 078A – GET_TRAIN_CARRIAGE
  • 07BD – DELETE_MISSION_TRAIN
  • 07BE – MARK_MISSION_TRAIN_AS_NO_LONGER_NEEDED
  • 07C7 – SET_MISSION_TRAIN_COORDINATES
  • 0981 – HAS_TRAIN_DERAILED
  • 09AE – IS_CHAR_IN_ANY_TRAIN
  • 09CF – SET_TRAIN_FORCED_TO_SLOW_DOWN
  • 09E3 – FIND_TRAIN_DIRECTION

This section is incomplete. You can help by fixing and expanding it.

Train data

This section is incomplete. You can help by fixing and expanding it.

Tools