Austinb / GameQ

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

BeamMP support ? #595

Open BenasPaulikas opened 2 years ago

BenasPaulikas commented 2 years ago

BeamMP support ?

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

bumbummen99 commented 2 years ago

@BenasPaulikas Where can i find a list of servers with their IP for that game?

BenasPaulikas commented 2 years ago

@bumbummen99 23.88.73.88:11062

bumbummen99 commented 2 years ago

https://github.com/BeamMP/BeamMP-Server/issues/69

Right now BeamMP has no query support but it is being worked on right now as an HTTP endpoint.

@Austinb Any ideas about supporting HTTP protocols?

Austinb commented 2 years ago

@bumbummen99 Already have some HTTP support built in due to some older protocols using HTTP instead of a common one (A2s) or their own custom rolled one. I do not see any protocol currently using the HTTP protocol.

See https://github.com/Austinb/GameQ/blob/v3/src/GameQ/Protocols/Http.php

Austinb commented 1 year ago

@bumbummen99 Is this ready to be added into the library?