Trying to start a masterserver for fun
#2
The master.cfg file is kind of like the autoexe file in your assaultube config folder. When you start the program, arguments are executed from this file first. You need to specify min_versions and current_version on separate lines. For instance:
min_versions 1102 1102
current_version 1104 1104

Within this file you can also add your bans:

gban 192.168.0.1/24
servban 192.168.1.23
ban 10.0.0.17
wl 192.168.0.15

Or if you want to be more organized, you could create another file within the same directory as master.cfg for your bans or whitelists such as mybans.cfg and whitelists.cfg and then in master:

exec mybans.cfg
exec whitelist.cfg

As far as I know how it works anyways... There's more than that but that should get something working.
Thanks given by: +f0r3v3r+


Messages In This Thread
RE: Trying to start a masterserver for fun - by X-Ray_Dog - 27 Oct 15, 02:19AM