This repository is based on map-images and has been modified to suit specific requirements.
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.
Generated images are in the public branch.
The following are available:
maps.json
andmaps.min.json
- A JSON file containing all the images and their urls.full
- Directory wherefull
JPG images are generated.medium
- Directory wheremedium
JPG images are generated.thumbnail
- Directory wherethumbnail
JPG images are generated.webp/full
- Directory wherefull
WEBP images are generated.webp/medium
- Directory wheremedium
WEBP images are generated.webp/thumbnail
- Directory wherethumbnail
WEBP images are generated.
- https://github.com/kzglobalteam/cs2kz-images/raw/public/maps.json
- https://github.com/kzglobalteam/cs2kz-images/raw/public/maps.min.json
If you would like to add missing map images, follow the steps:
- Fork this repository.
- Upload the images to the
images
directory in your repository. - Commit and push your changes.
- Create a pull request from your repository to here.