Skip to content

Information about KZ global maps under JSON format.

Notifications You must be signed in to change notification settings

zer0k-z/kz-map-info

Repository files navigation

CS:GO KZ Maps Information (WIP, outdated)

Description

This repository contains a JSON file which contains information about all global maps: map ID, map name, difficulty, mapper name and steamid64 (if exists).

Current global maps with mapper name missing: kz_de_bhop, kz_tron_global.

The forum post can be found here. The original spreadsheet can be found here.

Contributing

If you would like to add information about missing global maps or fix incorrect information:

  1. Make a fork of this repository
  2. Run maplist-updater.py to automatically update the map list (if necessary) and add the mapper names to MapsWithMappers.json
  3. Create a pull request from your fork to this repo

The JSON format for a map looks like this:

    {
        "id": "123",
        "name": "kz_map",
        "difficulty": "1",
        "workshop_url": "https://steamcommunity.com/sharedfiles/filedetails/?id=1234567890",
        "mapper_name": "mapper name",
        "mapper_steamid64": "76561198118681904"
    }

About

Information about KZ global maps under JSON format.

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages