ID:155171
 
Hey
I'm trying to get my game on my hub, i can host and there are people already playing it. I've checked every guide
I could find, and im trying alot of ways for a few days now.. That should be my Byond URL: DOLEVBARON.DragonBallEternity
and this is my hub:
http://www.byond.com/games/DOLEVBARON/DragonBallEternity
I want the game to be available for play-only.
I've already created the EXE file with the URL above,
and tried hosting it, uploading it more than 20 times and putting it in the "Download URL" thingy, and same goes for the PACKAGE..it seems nothing i do works.
Any help is welcome, thanks in advance! :D

Btw, i'm not a byond member, but i didn't upload the file directly, i've uploaded it using many sites, some of them DID work, but instead of 'Play' its 'Download', and the file is either broken or .src.
Even I have this problem. We're not Byond members, so we can't just easily upload it to the site.
If you're looking to get your server to appear on the hub, then make sure you've properly set world.hub (and world.hub_password if you set a password on your hub)

For the download, you'll have to find a site that supports direct hot-linking.
In response to DarkCampainger
Do i need to set it in the script?
I'm trying to make my server appear on the hub, so people can use it to enter the game and play.
I did upload the files to a direct hot-linking site, then put it in the "Download URL", but it didn't work, i don't know if i even put the right files in, but..if i can make the game appear on the hub without uploading it, so that's even better!.

That's what i'm doing:
I press Build -> Package Files -> World executable files,
set the location to my desktop, leave the 'additional files' section empty, and in the HUB ID i write:
DOLEVBARON.DragonBallEternity
then, i host it, and nothing happens, i'm probably missing something..

Help please!
In response to DOLEVBARON
You need to tell the world what hub it's supposed to connect to in your code:

world
hub = "DOLEVBARON.DragonBallEternity" //registered hub path


I don't remember what the HUB ID field does in the package files wizard, but it sounds like you're doing it correctly. However, if you just want one "official" server, then there's no need to publicly upload them.
In response to DarkCampainger
Thanks for the help!

edit: I put it in the 'Dragon Ball Eternity.dm' file, then done the steps from the other post again (Package Files with the same HUB URL, then hosted them), but its still not showing up in the HUB, why is that?

Another edit: now i noticed the writing 'Error 12152' in the comments tab, does it have anything to do with it?
oh, and in the package its: byond://DOLEVBARON.DragonBallEternity
should i remove the 'byond://'?

And again, thanks for all of the help!

Last Edit: THANKS! It Works!