It doesn't work.
I'll give you the examples again.
In the previous config.inc.php
PHP Code:
// server settings ( 'game:ip.ip.ip.ip:port:(queryport)'
// Read the INSTALL file for more Informations
$gameserver = array(
/* 2 */ 'bf2:213.208.119.247:16568:29900',
/* 1 */ 'bf2:85.236.101.49:16567:16665',
);
As you can see to get my BF2 server working I would use, as it states:
Code:
'game:ip.ip.ip.ip:port:(queryport)'
so the port:query port in this case above is:
16568:29900
In the new version, in the control panel, there is space to enter the port, but not the QUERY port.
a work-around of course is to use the old config.inc.php, but that defeats the point of upgrading this extension and isn't a fix.
Again, help appreciated