vgalisson / csgo-map-icons

CS:GO Map Icons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS:GO Map Icons/Pins

dust2 inferno mirage nuke overpass train vertigo ancient & more ...


Files origin:

Icons (80x80 and svg) are directly extracted from game files with GCFScape.

steamapps
|-- common
    |-- Counter-Strike Global Offensive
        |-- csgo
            |-- pak01_dir.vpk
pak01_dir.vpk
|-- root
    |-- materials
        |-- panorama
            |-- images
                |-- map_icons

Other dimensions

Files other than 80x80 and svg are created using svg2png.py, a python script which use Inkscape.

You can use it if you want to make png of other dimensions. It works with a folder or a file as input.

python svg2png svg/ --size 512x512

python svg2png svg/map_icon_ar_baggage.svg --size 1024x1024

Work out of the box on Linux, modify the path to Inkscape for Windows.

IMPORTANT NOTE

I do not have any rights on this pictures and this repo is just made for easier access to the icons.

About

CS:GO Map Icons


Languages

Language:Python 100.0%