This is how my resource file (manifest for you) looks like for my train models. (There is a } between data/carcols.meta’, and data_file. For some reason its not there on the picture)

This is all you need to do for the trains.xml file, where it says “MODEL NAME” just put the name of your train models, for example “tgv1”.

Next step is to go over to the trainsportation script I have linked at the top. At the bottom of the Client.lua you will find this. Insert ALL of the tgv model name into this area. For example, RequestModelSync(“tgvfront”)
RequestModelSync(“tgvmiddle”)
RequestModelSync(“tgvback”)
image

The last step is to go to config.lua of the trainsportation script. All you have to do is change the “trainid” to 25 (or 26 if you have the LS Tuners update). And then find the spawn ingame and it should work.

If it does not then it would be something related to how you are streaming your train models, if you would like to send them to me I can set it up for you if it doesnt work.