Closed aclist closed 2 days ago
Hey, it took me a while to take a look at this, has the issue disappeared?
Thanks for your response. I made a PR about it in https://github.com/Yepoleb/dayzquery/pull/3. To clarify the commit log, in that fork, I had previously reverted bdab767 since the implications of the bug in that commit were not clear and it was working with the old logic. I've since merged the changes you made yesterday to the rules_resp
parameters, so this patch only affects how the result.dlcs
is packed.
DayZ introduced a new map with the Frostline DLC called Sakhal (
island:sakhal
). Querying servers running this map withdayzquery.dayz_rules
fails due to a length mismatch:Notably, servers running Sakhal still respond correctly to
a2s.info
queries. Presumably, theA2S_RULES
portion of Sakhal servers is being packed differently. A snapshot from the live servers above (wrapped on comma delimiter for readability):Both servers list a required version of 1.26, so the update itself has not introduced a change to the protocol for all servers.