So, i'm trying to get maps to download via fast download. I had a friend attempt to help me and it started working, it showed the files being downloaded upon join. Now they are not working (I have deleted all of my maps from the GarrysMod Files) and when I try to switch the map the the map I want to download, it says im missing the map.. Here are my configs..
Server Config:
[url]http://gyazo.com/cc1607d464b62bd10f4105e6ccd31bb4[/url]
garrysmod/lua/autorun/server/workshop.lua
[lua]resource.AddWorkshop("158326196")
resource.AddWorkshop("179134697")
resource.AddWorkshop("114582895")
resource.AddWorkshop("156923320")
resource.AddWorkshop("190898420")
resource.AddFile( "maps/ttt_67thway_v7_ktt.bsp.bz2" )
resource.AddFile( "maps/ttt_cyberia_a3.bsp.bz2" )[/lua]
(I have my core Addons downloading from the workshop)
FTP In directory "/public_html/fastdl/maps"
[url]http://gyazo.com/95935cbeab3db23d30e18dbb5de1dcab[/url]
(Compressed with bzip2)
[B][U]if you need ANY ADDITIONAL INFO PLEASE REPLY![/U][/B]
Don't know which is correct, but both [url]http://patriot-gaming.net/public_html/fastdl/[/url] and [url]http://patriot-gaming.net/fastdl/[/url] don't work
Second one is correct, and also throws a 404. You also don't need to add maps via resource.AddFile, they're added automatically. You still have to upload the file though, obviously.
[QUOTE=Banana Lord.;42930430]Second one is correct, and also throws a 404. You also don't need to add maps via resource.AddFile, they're added automatically. You still have to upload the file though, obviously.[/QUOTE]
You have to make sure there both synced too :)
NOTE: The bzip goes in /public_html/garrysmod/maps or whatever, and the regular BSP*** needs to go in the server dir garrysmod/maps
Hmm okay.. I think I may have fixed this.. Thanks for your help guys :)
Sorry, you need to Log In to post a reply to this thread.