London DLR Train - Docklands Light Railway 1.0
0
6
0
6
London DLR Train - Docklands Light Railway
The screenshots display "Lewisham", but the file is actually "Bank".
Instructions:
"1) Download and unzip/extract the "Trains, Trucks, Emergency & Service Vehicle Templates":
https://www.gta5-mods.com/vehicles/air-port-service-and-service-vehicles-template-pack
2) Using OpenIV, copy all files on the path below:
Stock Vehicle Template Pack\Trains\Metro Train Templated\Model Files
3) Using OpenIV, paste/replace all files above on:
\mods\x64e\levels\gta5\vehicles.rpf file
4) Unzip the London DLR file and using OpenIV, copy the "metrotrain.ytd".
5) Using OpenIV, paste/replace "metrotrain.ytd" inside:
\mods\x64e\levels\gta5\vehicles.rpf file"
Done!
If you want to add more carriages, edit the "trains.xml" file located on:
\mods\common.rpf\data\levels\gta5\
Then, you need to find the line of code for the DLR:
name = "metro_config0"
And duplicate the carriage code.
Check the pinned comment to get the code to replace.
The screenshots display "Lewisham", but the file is actually "Bank".
Instructions:
"1) Download and unzip/extract the "Trains, Trucks, Emergency & Service Vehicle Templates":
https://www.gta5-mods.com/vehicles/air-port-service-and-service-vehicles-template-pack
2) Using OpenIV, copy all files on the path below:
Stock Vehicle Template Pack\Trains\Metro Train Templated\Model Files
3) Using OpenIV, paste/replace all files above on:
\mods\x64e\levels\gta5\vehicles.rpf file
4) Unzip the London DLR file and using OpenIV, copy the "metrotrain.ytd".
5) Using OpenIV, paste/replace "metrotrain.ytd" inside:
\mods\x64e\levels\gta5\vehicles.rpf file"
Done!
If you want to add more carriages, edit the "trains.xml" file located on:
\mods\common.rpf\data\levels\gta5\
Then, you need to find the line of code for the DLR:
name = "metro_config0"
And duplicate the carriage code.
Check the pinned comment to get the code to replace.
首次上传时间: 2024年5月26日
最后更新时间: 2024年5月26日
All Versions
1个评论
More mods by lucaskun:
London DLR Train - Docklands Light Railway
The screenshots display "Lewisham", but the file is actually "Bank".
Instructions:
"1) Download and unzip/extract the "Trains, Trucks, Emergency & Service Vehicle Templates":
https://www.gta5-mods.com/vehicles/air-port-service-and-service-vehicles-template-pack
2) Using OpenIV, copy all files on the path below:
Stock Vehicle Template Pack\Trains\Metro Train Templated\Model Files
3) Using OpenIV, paste/replace all files above on:
\mods\x64e\levels\gta5\vehicles.rpf file
4) Unzip the London DLR file and using OpenIV, copy the "metrotrain.ytd".
5) Using OpenIV, paste/replace "metrotrain.ytd" inside:
\mods\x64e\levels\gta5\vehicles.rpf file"
Done!
If you want to add more carriages, edit the "trains.xml" file located on:
\mods\common.rpf\data\levels\gta5\
Then, you need to find the line of code for the DLR:
name = "metro_config0"
And duplicate the carriage code.
Check the pinned comment to get the code to replace.
The screenshots display "Lewisham", but the file is actually "Bank".
Instructions:
"1) Download and unzip/extract the "Trains, Trucks, Emergency & Service Vehicle Templates":
https://www.gta5-mods.com/vehicles/air-port-service-and-service-vehicles-template-pack
2) Using OpenIV, copy all files on the path below:
Stock Vehicle Template Pack\Trains\Metro Train Templated\Model Files
3) Using OpenIV, paste/replace all files above on:
\mods\x64e\levels\gta5\vehicles.rpf file
4) Unzip the London DLR file and using OpenIV, copy the "metrotrain.ytd".
5) Using OpenIV, paste/replace "metrotrain.ytd" inside:
\mods\x64e\levels\gta5\vehicles.rpf file"
Done!
If you want to add more carriages, edit the "trains.xml" file located on:
\mods\common.rpf\data\levels\gta5\
Then, you need to find the line of code for the DLR:
name = "metro_config0"
And duplicate the carriage code.
Check the pinned comment to get the code to replace.
首次上传时间: 2024年5月26日
最后更新时间: 2024年5月26日
If you want to add more carriages edit the "trains.xml" file located on:
\mods\common.rpf\data\levels\gta5\
You should look for this line of code and mirror like this:
<train_config
name = "metro_config0"
populate_train_dist = "40.0"
announce_stations = "false"
doors_beep = "false"
carriages_hang = "false"
carriages_swing = "false"
link_tracks_with_adjacent_stations = "true"
carriage_gap = "-0.5">
<carriage
model_name = "metrotrain"
max_peds_per_carriage = "4"
flip_model_dir = "false"
do_interior_lights = "true"
carriage_vert_offset = "0.4"
repeat_count = "1" />
<carriage
model_name = "metrotrain"
max_peds_per_carriage = "4"
flip_model_dir = "true"
do_interior_lights = "true"
carriage_vert_offset = "0.4"
repeat_count = "1" />
<carriage
model_name = "metrotrain"
max_peds_per_carriage = "4"
flip_model_dir = "false"
do_interior_lights = "true"
carriage_vert_offset = "0.4"
repeat_count = "1" />
<carriage
model_name = "metrotrain"
max_peds_per_carriage = "4"
flip_model_dir = "true"
do_interior_lights = "true"
carriage_vert_offset = "0.4"
repeat_count = "1" />
</train_config>