All Projects → PhlexPlexico → G5WS

PhlexPlexico / G5WS

Licence: GPL-3.0 license
Game Server Plugin for G5API

Programming Languages

SourcePawn
201 projects

Projects that are alternatives of or similar to G5WS

discord-10man
Discord bot for CS:GO Scrims and Pugs
Stars: ✭ 34 (+100%)
Mutual labels:  get5
get5-web
An unsupported, proof-of-concept webpanel for servers using the get5 CS:GO server plugin. Please don't use it.
Stars: ✭ 97 (+470.59%)
Mutual labels:  get5

Get5 Web Stats (G5WS)

Sourcemod plugin for G5API.

This plugin is to be used in conjuction with G5API. It includes various changes, such as tracking vetoes to a database, and uploading the demo of a match once the match is completed.

Requirements

In order to compile this and use it on a server, you must have:

Once these requirements are met, you may build the plugin with spcomp.
If you do not wish to build from source, the latest version of the plugin is both available in the releases G5WS.

FAQ

Q. My install isn't working!
A. Make sure you have installed the REST In PAWN extension on your server. This library makes the HTTP calls to the web server.

Q. I'm getting "Unexpected JSON at line X"
A. This is a get5 issue on the game server. Please make sure all requirements are met for installing get5.

Q. The JSON response is empty on the web server.
A. This has been a documented issue with Windows Game Servers. The only fix for this for RiP is to ensure that your G5API webserver is currently running over HTTPS. HTTP will not work in this case. The extension REST In PAWN is required in order to run this.

Q. Why not use SteamWorks Extension?
A. The main reason is due to the fact that RiP has a JSON library included, and we can send octet-streams as well. This enables demo uploads directly to the server without any additional libraries used.

Q. Why are my demos not uploading?
A. Make sure in your warmup.cfg and live.cfg have get5_upload_demos 1 set. Or put it in your server.cfg.

Q. Why can't I use SVG files?
A. In order to get these, you must set get5_use_svg 1 in your server.cfg to make use of SVG formatted team logos.

Thanks To

splewis for the initial plugin. It was stated that this could be used as a modified product, or forked.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].