#Keep running room authority code when it changes?

1 messages · Page 1 of 1 (latest)

gaunt linden
#

It seems like a huge headache to manage game data when the room authority keeps changing. How do you deal with this and make it easier to handle, making an almost kind of server authority?

woven juniper
#

Of your Cv2

#

You don’t need to run every single thing on authority

#

Wdym “server authority”?

#

Only run stuff on authority when you need stuff to change synced stuff

gaunt linden
#

I don't want to run everything on authority but I want to run my game loop and store all the scores on it

#

I don't have my circuts right now I'm trying to learn this concept better before starting

gaunt linden
woven juniper
#

Show me you system I can help you with alternatives

gaunt linden
#

I'll show it when I get home from school

gaunt linden
#

So I’m realizing now that my code is actually pretty good except for my dumb a** treating events like functions and using them even when the executor should stay the same so I’m constantly running out of net heat

#

I’ll refactor and make more posts if I run into more problems

#

Is there a sort of exec teleporter? So I can organize functions