17.11.2018, 15:37
Quote:
Of course it is possible. If it's an object that you can use as train (not an actual train vehicle) you can move it wherever you want.
The coords of the original train lines are somewhere in the data/maps directory. If you want to build your own railroad track you can make a path for it. |
Grand Theft Auto/data/Paths
From what I saw: the first line serves to indicate the number of cordenades
and the last line is totally empty
tracks.dat: The default path around San Andreas, containing 926 rows of coordinates XYZ & 0 at the end (I do not know what that 0 is for)
tracks2.dat: Route between the San Fierro station and the ocean port
tracks3.dat: it's the San Fierro cable car
tracks4.dat: It is only for missions
I imagine it is possible to make an object follow the course using the original data of "tracks.dat"
I think of creating a three-dimensional Array with the coordinates X, Y and Z (tracks.dat)
And make the object move at each point to point. Is it possible?