TimSpurgeons Posted January 23, 2017 Report Posted January 23, 2017 Hello all. I have a moving platform in my scene. How would I sync this across the net work Quote
sooms Posted January 27, 2017 Report Posted January 27, 2017 i'll have to think about this one - I see it as quite a cool feature to have. My current line of thought is to do it via the InteractiveObject system, or a very similar system. The idea being you would place the object in the scene as per usual, but then define a new location for it to travel to, along with a movement speed, and then linger time. The server will then do the work of working out when it's moving etc, and send that down to all players nearby, just like how the interactive object system works. I'll get back to you on this. Quote
TimSpurgeons Posted January 27, 2017 Author Report Posted January 27, 2017 I didnt see this lol I posted in my other question. Can I shre my script with you that im using to move my current flying transport. It works very well just need it to sync lol I do appreciate all you have done for us. Good to see you back!!! Quote
sooms Posted January 28, 2017 Report Posted January 28, 2017 Yeah send an email to andrew at neojac.com and I'll give it a look. Thanks Quote
TimSpurgeons Posted January 28, 2017 Author Report Posted January 28, 2017 Email sent.. Thank you Quote
sooms Posted January 31, 2017 Report Posted January 31, 2017 Gave the script a read - I think all that needs to be done is a way to save the objects to the server like we do with Interactive objects and then set up messages to be sent to the clients of players nearby to tell the object to move (so they all move at the same time). I'll implement this in the final test version of 2.7, likely as part of the actual interactive objects system so it's minimal work. Quote
TimSpurgeons Posted January 31, 2017 Author Report Posted January 31, 2017 That is Great News!!!! Thank you sooo much Sooms. This script is pretty smooth. I hadde to set my camera to do late update due to jitter when character is on platform but after that it was great. The script parents the player. Is this the perfered way to keep player on. Quote
TimSpurgeons Posted October 18, 2017 Author Report Posted October 18, 2017 Hello Sooms Did you get a chance to do this one? Quote
TimSpurgeons Posted October 22, 2017 Author Report Posted October 22, 2017 Hello Sooms Did you get this worrkin or can you point me on the right path. I have the boat zepplin etc syncing with players the prob is when im on one of the my player looks like its droping and reappearing on it to the other players when im paranted to the object do I need to tell the character controller something maybe a new state please advice also sooms do you have the old script for removing grass Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.