ID:166007
 
how do i host my game??? so it shows up in the list of unfinished games???
put this in your source

world
hub = "name of your hub"
hub_password = "only if u have one"
name = "Title of your game"

and of course you need to have a hub for your game
Go to Publish Games (it's on your left under the BYOND section, in red). Here's a direct link too https://secure.byond.com/devconsole.cgi?qd=myHub.

You then have to include, in your game, the hub's information:

world
hub = "Key.Game" //something like HolyhaloIII.NetDream
hub_password = "mypassword"

In response to Ultimate Productions
i think i have a hub but im not sure... could u explain how to get one???
In response to HolyhaloIII