Hi
I am wondering if the servers have any start line paramaters? Like
./vcmp.bin -players 16 -exec server.cfg
It seems common that new servers - coded similar to this one - do not have start mode paramaters any more, they rely on server configs. It is important to note that mass hosters dislike settings in server configs as it allows users to easily edit the settings and increase their max players - or change the port. Both are not something any admin would want done.
Software such as what i use can prevent this - but in a round about type of way, not optimal.
An optimal solution is if your server would allow several flags to be set on the startmode. I know its easy to do with c++, java or any standard language.
Please keep this in mind with your future updates if it is not already possible to do such a thing.