ID:1460183
 
(See the best response by Kaiochao.)
Code:
#if DM_VERSION >= 455
world/map_format = TILED_ICON_MAP
#endif


world
name = "Pokemon World of Black and White"
hub_password = "" //There is one, but not displayed here
view = "19x17"//8
loop_checks = 0
hub = "CrystalO.Pokemon:WorldofBlackandWhite"
version = 3
icon_size = 32
status="Main Server"


Problem description: My problem is that I can't get this game to connect to the hub. I have gotten help from 2 fairly good coders and still haven't the slightly clue to what I'm doing wrong. I have never had this problem before.

BYOND Key: Crystal_O (That is a letter at the end)
URL: http://www.byond.com/games/Crystal_O/ PokemonWorldofBlackandWhite
Hub Path: CrystalO.PokemonWorldofBlackandWhite

If you can help, please assist me. Thank you in advance.




Best response
Why is there a colon (:) in your hub var?
In response to Kaiochao
Kaiochao wrote:
Why is there a colon (:) in your hub var?

That was a typo. It's removed now.
The key in the hub is missing an underscore. It should be Crystal_O.
hub = "Crystal_O.PokemonWorldofBlackandWhite"
Using text format will give you the hub path.

http://www.byond.com/games/Crystal_O/ PokemonWorldofBlackandWhite?format=text;

Also, if the game is marked as single player (didn't appear to be) hosted servers will not display. Therefore, mark it either as multiplayer or both. Other than matching hub paths, making sure hub_passwords match, making sure the game isn't labeled as single player, it should appear on the hub. Also, I'm not entirely sure about this, but if you don't have port forwarding it is possible the game won't display when you attempt to host it.
Thank you for everyone's help! The HUB is working properly!

~Silent Night