Rail transport

From GTAMods Wiki
Revision as of 19:02, 1 June 2015 by Seemann (talk | contribs) (trains article stub)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Train in GTA 1

Rail transport is 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 the 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 collide with another train, both immediately explode.

Earlier games does not actively use trains for the player activity. 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 transporting 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

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

Related Files

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

Tools