ID:160623
 
ok i uploaded my file ripway.com and then when i try to host it from the host button on the site it says error: unzip failed!

i dont know why. here is the beginning of the code file but idk exctaly how to make it so probably something is wrong.

var
ticks = 0
players = 0
max_players = 75

world
hub="kole92.D(hubname)" //YourKey.HubName... usually gotten from your hub url and replacing the forward slash with a period.
hub_password="(password)"

world
name = "DBGT Showdown"
hub = "kole92.(hubname)"
view = 6
version = 0.14
loop_checks = 0
mob = /mob/Guest
Package your game through Build -> Package Files
Lummox Jr has a great tutorial about hosting games here which you should read. It covers everything from packaging your completed game, to publishing it on a hub. As far as I can tell, all your problems are covered in it.