So I got the singleplayer section done, now I'm doing the multiplayer for this thing.
drive.google.com/open
I'm trying to send over to the peers from the host the RotJs map seed so he gets the same map than the host. However, there is a problem: the peer sees a blank map here, with no tiles or anything, just the warping red background.
cdn.discordapp.com/attachments/691355378776146010/691383250253250560/unknown.png
Am I missing something in the huge bulk of code here? The main part about this should be at events_main and CreateRooms. Maybe I'm not successfully sending in the seed or the signal to start generating the map on RotJs to the peer?