Game Servers [Deleted]

Sorry I didn't reply earlier, yes the email did come through after I made my post.

I do have an issue with player count of our SQUAD servers though - it will show sometimes upto 100 players playing on a 72 player server.

This was posted in the SQUAD server discord channel:
upload_2016-11-21_8-6-46.webp

I assume you could put that fix into your addon? Id appreciate if you could!

Links from above:
https://github.com/ClundXIII/GameQ3/commit/8f6b6716587039c3573c619340069b8396298a7b
http://forums.joinsquad.com/topic/24403-discrepancy-on-player-count-steam-vs-in-game-browser/
 
Sorry I didn't reply earlier, yes the email did come through after I made my post.

I do have an issue with player count of our SQUAD servers though - it will show sometimes upto 100 players playing on a 72 player server.

This was posted in the SQUAD server discord channel:
View attachment 143982

I assume you could put that fix into your addon? Id appreciate if you could!

Links from above:
https://github.com/ClundXIII/GameQ3/commit/8f6b6716587039c3573c619340069b8396298a7b
http://forums.joinsquad.com/topic/24403-discrepancy-on-player-count-steam-vs-in-game-browser/
I can add it to the next release. In the meantime, you should be able to just replace the affected file. Let me know if you need any assistance regarding that.
 
I can add it to the next release. In the meantime, you should be able to just replace the affected file. Let me know if you need any assistance regarding that.
I just had look in the files, there is no squad.php file in your addon. Do I edit lines of code in the source.php file?
 
I just had look in the files, there is no squad.php file in your addon. Do I edit lines of code in the source.php file?
Add squad.php to the library\GameServers\GameQ\gameq\protocols folder

Then edit library\GameServers\Mode\Server.php and add the following line to the appropriate place (it should be obvious):

Code:
"squad" => "Squad server",
 
Add squad.php to the library\GameServers\GameQ\gameq\protocols folder

Then edit library\GameServers\Mode\Server.php and add the following line to the appropriate place (it should be obvious):

Code:
"squad" => "Squad server",

Okay I followed the above, I get this error when hitting update servers in the ACP: upload_2016-11-21_22-5-54.webp

And shows the server offline on the front module (testing SQUAD #1 with new squad.php setup)
: upload_2016-11-21_22-6-28.webp
 
Okay I followed the above, I get this error when hitting update servers in the ACP: View attachment 144002

And shows the server offline on the front module (testing SQUAD #1 with new squad.php setup)
: View attachment 144003
I did some further checking and it seems the squad protocol you linked is not for GameQ but for a derivative of it. Unfortunately the protocols aren't compatible:

> Design of this library is different from other GameQ versions. The main differences are queue style of packets and huge socket class which uses native sockets for UDP handling instead of stream sockets. Some protocols are like in GameQ v2, but protocol classes are not compatible.
 
Hi, yes!

Look here: https://battlefieldtracker.com/bf1/servers/pc/1072903670116

I would like buy your addon with Battlefield 1 Support :)
That seems to be a relatively new feature for them. From what I could dig up, it seems they have a special arrangement with EA/DICE to access their server querying API.

Battlefield Tracker does offer a way to get the info indirectly through their own API, but unfortunately GameQ isn't designed to handle that sort of server querying - it's designed to directly connect to the actual (game) server.
 
Does this not work anymore?

I'm using XenPorta2 and I uploaded everything in the upload folder to my root XenForo directory. After that I used the XenPorta2 XML file provided and uploaded it via Admin > XenPorta2 Pro > Widgets. Everything installed okay however when I go to Applications I don't see Game Servers.. Am I doing something wrong?

UPDATE: Never mind I figured it out, you need to install the addon .xml file first to install the addon. Then you install the widget xml separately to make it a compatible XenPorta widget.

Great plugin!
 
Last edited:
Does this not work anymore?

I'm using XenPorta2 and I uploaded everything in the upload folder to my root XenForo directory. After that I used the XenPorta2 XML file provided and uploaded it via Admin > XenPorta2 Pro > Widgets. Everything installed okay however when I go to Applications I don't see Game Servers.. Am I doing something wrong?

UPDATE: Never mind I figured it out, you need to install the addon .xml file first to install the addon. Then you install the widget xml separately to make it a compatible XenPorta widget.

Great plugin!
Glad to hear you got it working!

For future reference to new people, please read the installation instructions @ https://xenforo.com/community/resources/game-servers.2652/ as it covers this scenario.
 
That seems to be a relatively new feature for them. From what I could dig up, it seems they have a special arrangement with EA/DICE to access their server querying API.

Battlefield Tracker does offer a way to get the info indirectly through their own API, but unfortunately GameQ isn't designed to handle that sort of server querying - it's designed to directly connect to the actual (game) server.

Does this file help you?
http://thebadboys.de/templates/3designz38/marcel/list.rar
 
I followed the instructions on here and on the readme.txt and i'm unable to get this to work.

I'm also unable to install [8WR] XenPorta (Portal) from here because it give me errors when i install it so i'm unable to attempt other output formarts such as "XenPorta block"
 
Last edited:
I followed the instructions on here and on the readme.txt and i'm unable to get this to work.

I'm also unable to install [8WR] XenPorta (Portal) from here because it give me errors when i install it so i'm unable to attempt other output formarts such as "XenPorta block"

What do you mean by that? What part doesn't work? If you mean the display of servers on your forum homepage, you will need to setup one of the output methods (e.g. XenPorta, XenPorta 2, template, etc). If XenPorta is not installing for you, you'll need to use an alternative method.

Also, can you please PM the PayPal email you used to purchase the addon?
 
Heya folks. (Sorry for reviving the thread)

I wanted to get 'Killing Floor 2' working with this addon and since I seen the 'Unmaintained' tag, I figured, I would chance my arm at it. Loe and behold, I got it working.

https://github.com/fahy/random-scripts/blob/master/killingfloor2.php

I have uploaded the code which should be put into library/GameServers/GameQ/gameq/protocols

Also, do not forget to update the Servers.php file (Located in /library/GameServers/Model/Server.php ) (I placed this under 'Killing Floor' but you can stick it anywhere!!)

Code:
"killingfloor2" => "Killing Floor 2",

I am not a PHP developer...I just sorta copy and pasted things in and see what worked. Easy enough to follow for each game. :)
 
Top Bottom