About Store Forum Documentation Contact



Post Reply 
Randomizer Seed for Multiplayer Stage Generation
Author Message
SamNainocard Offline
Member

Post: #1
Randomizer Seed for Multiplayer Stage Generation
Hi, this is a relative newbie and stupid question!

I'm wondering about Randomizer.seed using for Multiplayer Stage Generation (Mostly just first time generation) is it possible to generate the same result if a host is sending Randomizer.seed to Clients then let the clients generate the stage themselves.

I'm asking this because the old multiplayer code will send every position of the static to clients and other randomized stuff which ended up like 10-20 kb per clients (which added up to 100 kb or so on full lobby)
06-27-2018 01:00 PM
Find all posts by this user Quote this message in a reply
Zervox Offline
Member

Post: #2
RE: Randomizer Seed for Multiplayer Stage Generation
it should be deterministic as long as all of them starts from the same seed.
06-27-2018 04:38 PM
Find all posts by this user Quote this message in a reply
SamNainocard Offline
Member

Post: #3
RE: Randomizer Seed for Multiplayer Stage Generation
Yeah, tried it and it generates the same, saving a lot of time and coding. lol
(This post was last modified: 07-01-2018 01:58 AM by SamNainocard.)
07-01-2018 01:56 AM
Find all posts by this user Quote this message in a reply
Post Reply