ID:176789
 
how do i get a game description up when i host a game on byond.raw? i see most of the other games have who the game is by, and a short description of it, but i don't know how to do it. can anyone help? thanks.
EnjoiStaticX wrote:
how do i get a game description up when i host a game on byond.raw? i see most of the other games have who the game is by, and a short description of it, but i don't know how to do it. can anyone help? thanks.

To do this you have to create a hub entry for your game. Go to the "Your Hub" link on the left-hand menu, and create a new entry. Fill out the appropriate fields, and there you go. You don't have to upload a .zip of your game or anything at this time; all you have to do is create the hub entry.

Your hub entry will have a name like "EnjoiStaticX.MyFirstGame". To make your game recognize that it goes with that hub entry, put this into your code:
world
hub = "EnjoiStaticX.MyFirstGame"
It's important to take spaces and other special characters out of the entry name when you put it there; your hub entry itself should tell you what to use here.

Lummox JR