ID:161065
 
I can't find a guide that I can get to work, I've made my game in Dream Maker, now what do I do to get it so I can host it and other people can join and play?
If you know a link to good guide that will actually work for me please post a link, i've already searched
To get a game hosted, first of all you need to make a hub.

After you get that finished,(Let's say the game's name is Test, and you made it under that key...) you would go into the game's code, and add

world
hub = "Scumdog.Test"


See, all you do is define that the world's hub is Your Key.Your game's name

Afterwards, (If you're able to host), you go to the BYOND Pager, click on File and then Dream Daemon, and you open the Byond Environment's file with it. And press Go. Make sure that if you want the game to show up on it's hub, that it says "Public" and not "Private"