/map-images

Images for CS:GO KZ maps

Primary LanguageTypeScript

KZ Map Images

Images for global KZ maps available in the following:

  • Full (1920x1080) - JPG/WEBP
  • Medium (512x288) - JPG/WEBP
  • Thumbnail (200x113) - JPG/WEBP

Images in the source directory are used to build the variants, high-quality images are preferred.

Usage

Generated images are in the public branch.
This repository is also hosted on GitHub Pages.

The following are available:

  • maps.json and maps.min.json - A JSON file containing all the images and their urls.
  • images - Directory where full JPG images are generated.
  • mediums - Directory where medium JPG images are generated.
  • thumbnails - Directory where thumbnail JPG images are generated.
  • webp - Directory where full WEBP images are generated.
  • webp/medium - Directory where medium WEBP images are generated.
  • webp/thumb - Directory where thumbnail WEBP images are generated.

Examples

I want to use full- sized kz_wetbricks in WEBP format

I want to use medium- sized bkz_apricity_v3 in JPG format

I want to retrieve all the map images and their urls as JSON

Contributing

If you would like to add missing map images, follow the steps:

  1. Fork this repository.
  2. Upload the images to the images directory in your repository.
  3. Commit and push your changes.
  4. Create a pull request from your repository to here.