Posts: 4
Threads: 2
Joined: Feb 2020
Hello, I work Current on ah Multiplayer Train Sim.
I Use now this Plugin. Now have i different Problems.
Singleplayer Works pretty Good.But the Multiplayer Part Will not Work.
Have one User ah Example for ah Network Controller?
here from the Singleplayer
Posts: 2,124
Threads: 93
Joined: Jun 2017
Hi,
I have no example of that, but I know at least one of my clients used networking by only transmitting via the network the Position value.
Please consider leaving a
review for Curvy, this helps immensely. Thank you.
Available for freelance work—feel free to reach out.
Posts: 4
Threads: 2
Joined: Feb 2020
Okay so Mus is send the Speed,Spline,Pos all x Sec
Posts: 2,124
Threads: 93
Joined: Jun 2017
Sorry I can't understand your previous message, but I will answer based on what I guess you tried to say:
You don't have to send the speed, juste the position. The Spline, except if you can modify it ingame, don't need to be send neither. Just send positions (I guess 20 times per second should be enough) and interpolate/extrapolate between those positions client side.
In case you are a beginner in networking, take a look at the articles written by this guy, very useful
https://www.gafferongames.com/
Please consider leaving a
review for Curvy, this helps immensely. Thank you.
Available for freelance work—feel free to reach out.