Skip to content

jessewebb/csgo-icon-extractor

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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