27 Oct 15, 02:19AM
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:
Within this file you can also add your bans:
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:
As far as I know how it works anyways... There's more than that but that should get something working.
[SELECT ALL] Code:
min_versions 1102 1102
current_version 1104 1104
Within this file you can also add your bans:
[SELECT ALL] Code:
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:
[SELECT ALL] Code:
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.