#How would someone make a multiplayer game with server similar to Ark?
1 messages · Page 1 of 1 (latest)
The game Ark has servers running 24 hours a day, how is this achieved?
they just have some online throughout the day? not sure what you're asking
websites have servers that run 24 hours a day, discord has servers that run 24 hours a day
with those scales you'd have multiple servers both to spread out the workload and for redundancy
No I mean the players can join the server anytime and events such as creatures moving still happen 24/7
That could be achieved using normal multiplayer stuff?
its literally just a computer running it without care of others
That makes sense
I need a server thing to do this I suppose?
most Sever-Client situations never even care about Clients, its the clients that need info synched from server thats where the multiplayer frameworks come in to make it easier
You can literally host the game on any VPS and it work , or use Unitys Free Tier to start
most Sever-Client situations never even care about Clients
how does player input fit into that? 🤨
ok nav, thanks