Rail transport

From GTAMods Wiki
Revision as of 19:14, 1 June 2015 by Seemann (talk | contribs)
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 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
  • 078A – GET_TRAIN_CARRIAGE
  • 07BD – DELETE_MISSION_TRAIN
  • 07BE – MARK_MISSION_TRAIN_AS_NO_LONGER_NEEDED
  • 07C7 – SET_MISSION_TRAIN_COORDINATES
  • 086F – IS_THIS_MODEL_A_TRAIN
  • 0981 – HAS_TRAIN_DERAILED
  • 09AE – IS_CHAR_IN_ANY_TRAIN
  • 09CF – SET_TRAIN_FORCED_TO_SLOW_DOWN
  • 09E3 – FIND_TRAIN_DIRECTION
  • 09F3 – GET_RANDOM_TRAIN_IN_SPHERE_NO_SAVE

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