Skip to content

GuruGamingcom/ArenaStats

Repository files navigation

Guru Arena Stats

Guru Arena Stats is a custom web interface for splewis/csgo-multi-1v1 built in Laravel One advantage is lazy loading of Steam API Data. Because of the unreliable nature of Steam Web API, lazy loading the API data will at least load the player data from the database, while in the background sending an Ajax request for the steam data. Once this data is returned, the player page updates.

CSGO server convars

csgo\cfg\sourcemod\multi1v1\multi1v1_online_stats_viewer.cfg

sm_multi1v1_top_url "http://example.com/redirect/top/{SERVER}"

sm_multi1v1_stats_url "http://example.com/redirect/player/{USER}/{SERVER}"

Steam API Key

Retrieve your Steam API key from http://steamcommunity.com/dev/apikey and put it in the .env file

About

Custom web interface for splewis/csgo-multi-1v1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages