(no title)
pooloo
|
3 years ago
Just noting that I have interest in multiplayer support similar to Factorio or Satisfactory where players work towards a common goal, and also have purchased with that not being a feature per the road map. These types of games make for good time passers while conversating with distant friends.
iliketrains|3 years ago
Would it be coop where each player would start on their corner of the map? Or would it be shared factory? Of maybe each player with its own island + trading?
Also, it is technically very challenging, since the entire simulation must be perfectly deterministic. We actually have most of the things deterministic, maybe like 95%, fixing the last 5% is a lot of work.
paraph1n|3 years ago
Just place the players in the same game world.
With regards to trickiness of determinism and what not, just make it so there's an authoritative server running the simulation, and the other players/clients just get their source of truth from the server.
The server could be an actual dedicated server program that has no frontend, or it could be one of the clients in the game.
culopatin|3 years ago
When playing Minecraft as a kid I always envisioned getting specialized in finding certain minerals or making certain items and selling them but I guess it was too early in the game and that wasn’t an option. There might be a mod now that allows for thag
ialexpw|3 years ago