On Sun, Nov 23, 2008 at 11:35, chumly chumly <[EMAIL PROTECTED]> wrote: > Also, fork ## should be a convar in the fork, so each fork only loads that > specific server##.cfg file. As it is now, servers are moving from port to > port so you can not tell someone that a specific server is at port xxxxx, as > it may move to another port.
If you specify the port numbers on the command line using the ## syntax, you will not get random ports. Look for Milton Ngan's posts on this list about which command line options/cvar control the ports. You probably only really care about -netconport and +hostport, but also make sure the other ports don't get in the way and force the server to try to skip over them (might be a race condition to get a certain port?). -Fyren _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

