Monorail

Installation process

FaQ about monorail map

  1. Map and script need to be directyl in resource folder, not in any subfolder

  2. Map need to be ensured in server.cfg before script

  3. If you have duplicate gta5.meta file you need to edit:

TRAINCONFIGS_FILE and TRAINTRACK_FILE inside.

It need be in every gta5.meta file like this:

resources:/cfx-nteam-monorail-map/trains.xml TRAINCONFIGS_FILE resources:/cfx-nteam-monorail-map/traintracks.xml TRAINTRACK_FILE

  1. Script can't work with any other metro script for now ( trains script won't affect )

  2. If you have duplicate traintracks.xml files you need to edit that too

In traintracks.xml you need to add this on end:

<train_track
    filename="resources:/cfx-nteam-monorail-map/trains13.dat"
    trainConfigName="metro_group"
    isPingPongTrack="false"
    stopsAtStations="true"
    MPstopsAtStations="true"
    speed="8"
    brakingDist="10"/>

Don't try to find train in noclip, go on station and wait. ## Tutotiral on how to edit your gta5.meta files:

Last updated