Data for Counter Strike: Global Offensive
For teams:
- Logo
- Steam "id"
- CSGOLounge "id"
- GosuGamers name and id
- An unique identifier
There are three different ways to help out and add a missing team.
This is the best way because it's by far the fastest. If you can, please do this.
If you don't know how to create a pull request, please open an issue and attach the files need.
Generally this is the information about the team and a version of the logo in as high a resolution as possible.
If you can't find any resources on the team, just open an issue and we'll look into adding it ASAP.
Glad you asked!
There is a supersimple node app that does that for you.
- If you haven't used NodeJS before you need to install that first
- Go to the directory where you have cloned the repository and run
npm install
from the command line - Run
node teamlogos.js
and it should generate what you need.
A site that consolidates betting stats for upcoming matches
A SourceMod plugin that let's you select both logo and team-name easily on your own server.
Of course you want! This is the config we use on csgo-data.com on nginx
location ~* ^/teams/(.*\.)(cfg|zip|png)$ {
add_header Content-Disposition "attachment; filename=$1$2";
default_type application/octet-stream;
}
If you use apache, this is a .htaccess file that goes in the '/teams/' directory
<FilesMatch ".(cfg|zip|png)$">
ForceType application/octet-stream
Header set Content-Disposition attachment
</FilesMatch>
If you represent the entity that has the rights over a logo and you want, for whatever reason, that logo removed from this project, open an issue requesting its takedown and we will remove it as soon as possible.
Everything else is licensed under MIT.