Skip to content

jessewebb/csgo-icon-extractor

Repository files navigation

csgo-icon-extractor

Python command-line utility for extracting the icon set used in the Counter-Strike: Global Offensive video game.

How to Use

Pre-requisites: You must have Python (v3.3+) and SWFTools (v0.9+) installed.

Getting Started

  • Clone this Git repository:
    git clone https://github.com/jessewebb/csgo-icon-extractor.git
  • Change directories into the cloned repository's root:
    cd csgo-icon-extractor/
  • Make a copy of CS:GO's icon library file (iconlib.swf):
    copy "C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\resource\flash\iconlib.swf" iconlib.swf
  • Run the csgo-icon-extractor command-line script (main.py):
    py -3 main.py

You will then have a csgo-icons/ directory with all of the icons from the game within it!

References

License

This software is free under the MIT License.

Copyright © 2016-2018 Jesse Webb

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages