ID:175669
 
I have just finished my game and I put it in my hub. It shows up and people can play but when they host it doesnt show up on the site. I know to some of you this may sound stupid but I just cant figure it out. So who can tell me how to get it to show up? Please post here on how to do it or find me some where playing on byond. Thank you to all who dont just sit back and laugh at this question :/ .
Obviously your problem is that your game is not on your hub, as evidenced by your lack of a portfolio.
In response to Garthor
Thank you for your help and i will certanly try it.
My guess is that you need to set world/hub in your game's source code. In your case, you would need a line like this in your code:
world/hub = "Ace1607.ExtremeIconTrading"

We'll be upgrading the documentation on this shortly so that hopefully these kinds of questions get answered more easily.
In response to Air Mapster
Didnt even think of that but it makes sence. But where in the coding do i put it?
In response to Ace1607
Pretty much anywhere.
In response to Jotdaniel
Ok, Thanks.