how to add password to t5zm server?
-
i tried g_password "x" in the config file but it didn't work, is there another way to add a password to a server?
-
That's the only way, we tested this feature last year and it worked.
Update your servers to the latest version. -
FutureRave I also tested it on test server and it does not work even with gsc script on lastest version of plutonium.
-
Yeah it works, you need to set the g_password in the server configuration, and then as the client, you must set the "password" dvar in the console to match the password in the config file.
-
ok i got it to work. i typed in "set g_password "x"" .before i only had it as "g_password" in the config file. i saw where i went wrong ty for helping
-
I never tested it from config. I only tested with the setdvar("g_password", "yourpassword"); from gsc script which never worked but good to know that it work from config.
-
It will work from GSC too, it has been used like that successfully on T4 as well.
You just need to set the password on the client as I said enough times already. -
Alright then.
-
We did some improvements in regards to T5 SP dedicated servers.
I suggest you update your T5 server config: https://github.com/xerxes-at/T5ServerConfig
it will come in handy for when the next update comes out as we fixed some stuff on T5 SP.