Austinb / GameQ

A PHP Gameserver Status Query Library
https://austinb.github.io/GameQ/
GNU Lesser General Public License v3.0
403 stars 136 forks source link

Can u add please ulti-packet Source response format #688

Closed bibi-blocksberg closed 1 year ago

bibi-blocksberg commented 1 year ago

Can u add please the new Multi-packet Source response format

My Provider using new Multi-packet Source response format and GameQ have problem to Check Csgo Server Status

https://developer.valvesoftware.com/wiki/Server_queries#Source_Server

thank you =)

bibi-blocksberg commented 1 year ago

My Fix for Source Query Games with Split-Packet / Multi-Packet Response Format

This problem happened when using Path.net Firewall and the Source Query Proxy (SourceQueryFilter) which uses Split-Packet / Multi-Packet Response Format

This solution works for me with Csgo , others were not tested

https://pastebin.com/mEZBWexr

Austinb commented 1 year ago

Please create a pull request with the changes so they can be viewed in line and commented on.