Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 766 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 766 Bytes

CSGO Live server plugin

Plugin for CSGO servers, which reflects the game in the web-browser by using NodeJS and MySQL. It supports 10FPS live game data such as player names, positions, teams, smoke nade locations, and player status (dead or alive). This plugin only supports the map for de_dust.

Gif showing the basic live map.

Gif showing the basic smoke.

How to use

Read the wiki for instructions on how to use and develop on this plugin. If there is any questions feel free to contact me.

Improvements to be made

  • Using Postgres SQL and triggers in nodejs.
  • Finding alternative to setInterval function, might be triggers.