ID:267987
Jan 31 2004, 11:56 am
|
|
I want players to be able to host my games on their own but it won't work.
|
Jan 31 2004, 12:01 pm
|
|
In Dream Maker there's a command to "Package Files" in the Build menu. Use that, then choose which type you want to package. You probably want World executable files.
|
In response to Jon88
|
|
Jon88 wrote:
In Dream Maker there's a command to "Package Files" in the Build menu. Use that, then choose which type you want to package. You probably want World executable files. Thank you. I just started coding so I wouldn't know |
In response to Lil'T
|
|
Ok, I've made the Zip package and I can download, but when I host, it doesn't say that anyone is hosting.
|
In response to Lil'T
|
|
For that, you'll need two things. First, you'll need at least one player in the game who has their pager on and set to public. Second, you'll need to set the world.hub variable in your game.
world.hub = "YourKey.NameOfGame"
|