Loading my GSC mod onto my server.
-
Hello, I am abit confused on how to load my GSC mod onto my server.
My server is up and running, everything works, me and friends can connect but i'm having a small issue with trying to load mods onto my server.I have followed the docs and have created the "mods" folder in my server directory and I have placed my mod into there.
The server console returns:
"checking files for the mod download"
"no files required for mod download"I am really confused
My server config looks like this:
seta sv_wwwBaseURL "https://iwontsharemyurl"
seta fs_game "mods/main" -
peep You understood it wrong.
Mods is for mods (custom maps, custom mods, custom models etc.) not scripts
Scripts are just code files that do some thingsScripts are loaded in
%localappdata%\Plutonium\storage\iw5\scripts
See this https://plutonium.pw/docs/modding/loading-mods/#iw5
-
Resxt said in Loading my GSC mod onto my server.:
Ah yea my bad, if i put my scripts into my appdata folder like usual, will it load onto my server though?
edit: yes it does, thank you I overcomplicated it lmao
-
peep The only difference between a custom game and a dedicated server for that matter is that when you host a custom game you are the host, when you join a server the server is the host
So for example mod menus will not work out of the box on dedicated servers, you'd have to specify which players it would give it to. For custom games since you are the host it would directly give it to you.
For scripts that don't have this kind of logic with hosts and such it works right away the same than it works in your custom games