Is mod loading fully supported
-
Tried a bunch of ways setting up mod loading, sometimes its fast download sometimes its slow download i tried using my webhosting for the downloads as well as on the local machine where the servers are hosted
seta sv_wwwBaseURL "http://81.168.83.165:8080/mods/zmweapons/" (tried without and with trailing '/')
set mod="mods/zmweapons"works when i put the files directly inside of my plutonium storage files but just wont download says failed everytime
let me know if i need to give some more information!
-
Seems everything downloads from directory browsing apart from the json when clicked on maybe thats the issue?
-
The root of the URL you write into
sv_wwwBaseURL
should contain themods
folder. You shouldn't include it in the dvar. The way you have it currently makes it look for amods
folder insidezmweapons
. -
You point to an URL that servers the mods folder, not the mod itself directly
The FastDL URL is for everything FastDL, not just for mods so with what you did you would be unable to serve usermaps and mods at the same time for exampleURL: http://81.168.83.165:8080
mod: mods/zmweapons -