ID:156649
 
I'd like the player to click Play IN THE HUB and go directly into the game instead of being prompted to host. I want to control the hosting in-game instead. I don't want my game to list only single player either since it is in fact single or multi-player.

Is that possible?

ts
Well if you click both single and multiplayer in the hub editation you can make it so that it shows both.
In response to Lugia319
Yah, but how do you bypass the BYOND HUB dialog which prompts users for single player or hosting. I don't want casual players having to deal with dream daemon. I'd rather handle it for them.

ts
Tsfreaks wrote:
Is that possible?

I doubt it, since it's a place where BYOND has to deal with the least common denominator. If you're looking for specific handling, your best bet seems like handling connectivity through distributing an executable or through your own web appearance.