So I made my own server, now how do I mod on it?
-
Last night I made my own zombies server and was wondering how I could get a mod menu on it. I saw the mod menu in your server post by Slander and I tried it out but it didn't work. I'm not sure what folder to put the .gsc files in or where to get the mods/mod menus. If anyone can reach out and help me that would be greatly appreciated!
-
UnitaryTag
You have to put the file in t6r\data\maps\mp\gametypes_zm
The mod file need to be compiled and need to be called _clientids.gsc
To see if file is loaded just check the server console
This is on mp, don't look the path
if you see something like that thats mean the file is loaded.
If menu is laoded and don't work thats mean you need to edit the menu -
Sorex When I compile a script with the toolbox, it says "Bad syntax in line 0".
Do you have a good zombies mod menu that I can throw in the compiler and then throw into the server by any chance?
-
UnitaryTag Probaly because the file is already compiled
-
Sorex Ok, how do I edit the menu?
-
Sorex Also, in the thing do I need to change my name to "Slander" for it to work?
When I search "ishost" in the .gsc file it says "Slander" player name
-
UnitaryTag Change it with your in game name and then compile the file
-
Sorex Okay, I'll try that.
-
So, I put the .gsc script into t6r/data/mp/gametypes_zm/
I opened up Plutonium and then opened up the start_server.bat file and it ran for a second then showed me this.
-
UnitaryTag wrong path
is t6r\maps\mp\gamertypes_zm
missing maps -
That's where I put it.