ID:1468289
 
(See the best response by LordAndrew.)
hi i want to know how can i upload my games whit out drobbox and other stuff that need download
Best response
There are a number of websites that allow you to freely upload files and retrieve a direct link to said files. Off the top of my head there's:

Alternatively you could either find a free or cheap web host and upload your game to your own website, then directly link to the files from that.
thanks
you realy helped me
ok
i used file spalt but how now i can lunch it on byond ?
You have to be a byond member to put games up on byond. As a member, you can create the game's hub. To link your game to the hub, it needs to have the hub coded in to the game's source code. You would need to have it like this:

world
==hub = "Maxsteel13.YourGameNameHere"
==hub_password = "Your hub's password"
==name="Your Game's Name"

Do not include the part that says ==. Where it shows those, just hit the tab key once
In response to DarkLordRises
DarkLordRises wrote:
You have to be a byond member to put games up on byond. As a member, you can create the game's hub. To link your game to the hub, it needs to have the hub coded in to the game's source code. You would need to have it like this:

world
==hub = "Maxsteel13.YourGameNameHere"
==hub_password = "Your hub's password"
==name="Your Game's Name"

do i type this in the dream maker plus i am a byond member or do you mean byond membership ?
and i dont want a password in my hub
Do not include the part that says ==. Where it shows those, just hit the tab key once

In response to DarkLordRises
DarkLordRises wrote:
You have to be a byond member to put games up on byond. As a member, you can create the game's hub.

This hasn't been true for almost a year now. Anyone can freely make a hub.

Maxsteel13 wrote:
do i type this in the dream maker plus i am a byond member or do you mean byond membership ?
and i dont want a password in my hub

Yes, you'll want to input these into Dream Maker. And by BYOND Member, they are indeed referring to a membership (but again, you don't need one to publish games).

A hub_password isn't strictly required unless you're wanting to make use of the subscription/credit, medal, or scoreboard systems that accompany your game's hub.
I only recommended the password so other people can't post games on his hub. I had people doing that on one of my old games a few years back.