ID:177750
 
I finished my game and I'm wondering how do I get it on byond. Everytime I do it, it is says open project files. How do I make it so only I can host?
Codesterz wrote:
I finished my game and I'm wondering how do I get it on byond. Everytime I do it, it is says open project files. How do I make it so only I can host?

The first thing you need to do is make a hub entry. If you haven't done that, then do so. Then in your code, put in a line like this:
world
hub="Codesterz.MyGame"

("MyGame" should of course be replaced with whatever you call your game, minus spaces and such.)

If you want to be the only host for now, don't include a zip file in your hub entry. If the game is uploaded via a zip file, people can just click the Run link to run it themselves. Instead, just make the hub entry and the game change I showed you, and then you can simply start up your game and click the Host button in Dream Seeker any time you want people to be able to join.

Lummox JR