[CS:GO] Simple CSGO Map
Posted: Thu Jan 23, 2020 12:42 pm
Simple CSGO Map is a plugin that allows a server website to display a live minimap of the game in progress.
Simple CSGO Map is in ALPHA. It currently only supports de_dust2 and up to 14 players.
The databases.cfg file needs to be updated or you can copy the included one.
Databases.cfg:
"render"
{
"driver" "default"
"host" "localhost"
"database" "steam"
"user" "root"
"pass" ""
//"timeout" "0"
"port" "3306"
}
Required server install:
sudo apt-get install apache2
sudo apt-get install php5 libapache2-mod-php5 php5-mcrypt
sudo apt-get install mysql-server libapache2-mod-auth-mysql php5-mysql
sudo apt-get install php5-gd
sudo apt-get install freetype*



simplecsgomap0.0.1.zip
Simple CSGO Map is in ALPHA. It currently only supports de_dust2 and up to 14 players.
The databases.cfg file needs to be updated or you can copy the included one.
Databases.cfg:
"render"
{
"driver" "default"
"host" "localhost"
"database" "steam"
"user" "root"
"pass" ""
//"timeout" "0"
"port" "3306"
}
Required server install:
sudo apt-get install apache2
sudo apt-get install php5 libapache2-mod-php5 php5-mcrypt
sudo apt-get install mysql-server libapache2-mod-auth-mysql php5-mysql
sudo apt-get install php5-gd
sudo apt-get install freetype*



simplecsgomap0.0.1.zip