Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conan Exiles #366

Closed
Gasjki opened this issue Feb 27, 2017 · 4 comments
Closed

Conan Exiles #366

Gasjki opened this issue Feb 27, 2017 · 4 comments
Assignees
Milestone

Comments

@Gasjki
Copy link

Gasjki commented Feb 27, 2017

Hi. I made a copy of CS:GO protocol and I tested few Conan Exiles servers and everything worked fine. Now, I have this IP & Port: 212.129.8.90:27115 and all I get is an empty array. Can you help me with a solution ? Thank you !

@Gasjki
Copy link
Author

Gasjki commented Feb 27, 2017

I tested also with CS 1.6 protocol and I've got the same error.

@Austinb Austinb self-assigned this Mar 5, 2017
@Austinb Austinb added this to the v3.0.11 milestone Apr 9, 2017
@Austinb
Copy link
Owner

Austinb commented Jun 27, 2017

The protocol is Source (A2S). The issue is when the server is not using the standard 27015 port for the connect you will need to pass the query port option since the query port is still 27015 by default.

$gq->addServer([
    'type' => 'conanexiles',
    'host' => '193.111.186.177:7777',
    'options' => [
        'query_port' => 27015,
    ],
]);

@Gasjki
Copy link
Author

Gasjki commented Jun 27, 2017

Hi,

Thank you for reply. Another question: It's possible to be the same problem with ARK: Evolve ??

@Austinb
Copy link
Owner

Austinb commented Jun 28, 2017

It is possible if the server is allowed to specify the query port. There is a default offset for that game from the connect port but if the server is able to change the port in the configuration you will need to know the query port before you can get any information. This also assumes the port is not blocked by a firewall.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants