I host an UT3 (v2.0+bonus pack+titan pack) server on windows box.
1) I query this server with last build of GameQ and thats what i see in my log:
Notice: Array to string conversion in ***/gameq/GameQ/Buffer.php on line 65
Notice: Array to string conversion in ***/gameq/GameQ/Buffer.php on line 200
Notice: Array to string conversion in ***/gameq/GameQ/Buffer.php on line 204
Notice: Array to string conversion in ***/gameq/GameQ/Buffer.php on line 114
Notice: Array to string conversion in ***/gameq/GameQ/Buffer.php on line 200
Notice: Array to string conversion in ***/gameq/GameQ/Buffer.php on line 204
Notice: Array to string conversion in ***/gameq/GameQ/Buffer.php on line 114
Notice: Undefined index: custom_mutators in ***/gameq/GameQ/Protocol/ut3.php on line 66
Notice: Array to string conversion in ***/gameq/rungameq.php on line 141
Array
(
[75] => Array
(
[Array] =>
[custom_mutators] => Array
(
[0] =>
)
[gq_online] => 1
[gq_address] => 89.189.148.245
[gq_port] => 7777
[gq_prot] => ut3
[gq_type] => ut3
)
)
2) i think that this is too short info - maybe GameQ can retrieve more information if you do some research on it. if you have no servers to test on i can open access to my server in the firewall for your IP.
maybe this info can help somehow
http://wiki.unrealadmin.org/UT3_query_protocol some info about UT3 query protocol
http://www.greycube.com/site/download.php?list.10 LGSL library contains an implementation of this protocol
Your problem is you use an incorrect port. The port should be 6500.
Ah forget to say next server would have the query port 6600, 6700 etc.
I use the correct port - my server is running on 7777
Looks like gameq isn't parsing custom mutators properly. If you can email me a raw dump:
$gq->setOption('raw', true);
of the results I can take a look at what's going wrong.
Its not the correct port so...
What do you mean, evilpie ? I set up the server to listen on this port and i (and other players) can join this server and play on it by connecting to this port. So i
What do you mean, evilpie ? I set up the server to listen on this port and
i (and other players) can join this server and play on it by connecting to
this port. So i use GameQ to query the server on this port and it works (can you see "[gq_online] => 1" ?).
tombuskens, i'll send you a raw output, thanks for answers!
What i want to say is for this game the Server Port (the port you enter to play on this server) is different to the query port, wich we need. Anyway the server seems to be offline.
I send a letter to tombuskens with query results. I queried both ports 6500 and 7777 and it seems that gameq don't receive anything from 6500, but receives some data from 7777.