Skip to content

micvbang/csgo-overviews

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Counter-Strike: Global Offensive map overviews

This is a collection of radar overviews, and eventually thumbnails, in more usable formats, with scripts for easily updating them. The scripts use pyglet to convert the raw DDS files to PNG files, and then Pillow to resize the PNG files.

The converting stuff should work for any DDS files to PNG.

If you're just looking for image versions of the maps, go to the Releases and get the latest overviews.zip

Updating the overviews

  • Prepare the virtualenv:
  virtualenv virtualenv
  . virtualenv/bin/activate
  pip install -r requirements.txt
  • Drop the .dds files from common/Counter-Strike Global Offensive/csgo/resource/overviews in csgo-overviews/overviews/raw.

  • Run the script:

  scripts/update_overviews.py

Contributing

Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.

Report Bugs

Report bugs using the issue tracker.

If you are reporting a bug, please include:

  • Your operating system name and version.
  • Any details about your local setup that might be helpful in troubleshooting.
  • Detailed steps to reproduce the bug.

Fix Bugs

Look through the GitHub issues for bugs. Anything tagged with "bug" is open to whoever wants to implement it.

Implement Features

Look through the GitHub issues for features. Anything tagged with "feature" is open to whoever wants to implement it.

Submit Feedback

The best way to send feedback is using the issue tracker

If you are proposing a feature:

  • Explain in detail how it would work.
  • Keep the scope as narrow as possible, to make it easier to implement.
  • Remember that this is a volunteer-driven project, and that contributions are welcome :)

Obvious licensing stuff

All images belong to Valve.

About

Counter-Strike: Global Offensive map overviews

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.7%
  • Shell 2.3%