Files
OpenFrontIO/map-generator/assets/maps/choppingblock/info.json
T
Evan 3de5fb4204 Move map metadata into info.json and generate map TypeScript from it (#4227)
**Add approved & assigned issue number here:**

N/A — maintainer refactor.

## Description:

Makes each map's `info.json` the single source of truth for map metadata
— adding a map is now a folder with `image.png` + `info.json`, a
`gen-maps` run, and an en.json display name.

**info.json / manifest.json carry full map metadata.** Every
`map-generator/assets/maps/<map>/info.json` declares `id` (the
`GameMapType` enum key), `name` (the enum value — wire format, unchanged
for all 94 maps), `translation_key`, `categories`, and
`multiplayer_frequency` (the public-playlist weight that used to be the
`FREQUENCY` record in MapPlaylist.ts). The generator validates
everything and mirrors it into `resources/maps/<map>/manifest.json`. 23
stale info.json `name` values were normalized to the canonical enum
value; enum values are byte-identical, so replays and stored game
configs are unaffected.

**The generator emits the TypeScript and discovers maps itself.** New
`map-generator/codegen.go` generates `src/core/game/Maps.gen.ts`
(`GameMapType`, `GameMapName`, `mapCategories`, `mapTranslationKeys`,
`multiplayerFrequency` — now a full `Record<GameMapName, number>`,
killing the old `Partial`) on every run; `Game.ts` re-exports it. The
hardcoded map registry in `main.go` is gone — maps are auto-discovered
from the `assets/maps` / `assets/test_maps` directories. MapConsistency
tests fail with a "run `npm run gen-maps`" message if info.json,
manifest.json, and Maps.gen.ts drift. The tracked
`map-generator/map-generator` binary is rebuilt to match.

**New categories: continents + world/cosmic/tournament/other,
multi-category support.** `continental`/`regional`/`fantasy`/`arcade`
are replaced by `featured`, `world`, `europe`, `asia`, `north_america`,
`africa`, `south_america`, `oceania`, `antarctica`, `cosmic`,
`tournament`, and `other`. Maps can list multiple categories, so
straddlers (Black Sea, Bosphorus, Caucasus, Between Two Seas, Bering
Sea/Strait, Mena, Strait of Gibraltar, Hawaii, Arctic) appear under both
regions. Featured is itself a category (same 7 maps as before).
MapPlaylist keeps its arcade exclusion via an explicit set.

**Map picker UI.** Two tabs: **Featured** (default — featured maps plus
a Favorites section when maps are starred) and **All** (one prominent
collapsible bar per category with a map count, collapsed by default).
The selected map is prepended to the featured grid when it lives
elsewhere. `getMapName()` resolves through the generated
`mapTranslationKeys`, which also fixes tourney maps never resolving a
valid translation key.

## Please complete the following:

- [ ] I have added screenshots for all UI updates (maintainer change —
picker described above)
- [x] I process any text displayed to the user through translateText()
and I've added it to the en.json file
- [x] I have added relevant tests to the test directory

## Please put your Discord username so you can be contacted if a bug or
regression is found:

evanpelle

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 19:36:53 -07:00

355 lines
5.3 KiB
JSON

{
"id": "ChoppingBlock",
"name": "Chopping Block",
"translation_key": "map.choppingblock",
"categories": ["other"],
"multiplayer_frequency": 5,
"nations": [
{
"coordinates": [230, 230],
"name": "Boxey",
"flag": ""
},
{
"coordinates": [230, 570],
"name": "Gridsly",
"flag": ""
},
{
"coordinates": [580, 230],
"name": "Blocko",
"flag": ""
},
{
"coordinates": [570, 570],
"name": "Squarm",
"flag": ""
},
{
"coordinates": [1030, 230],
"name": "Boximilian",
"flag": ""
},
{
"coordinates": [1030, 570],
"name": "Rectanglo",
"flag": ""
},
{
"coordinates": [1370, 230],
"name": "Cornerlius",
"flag": ""
},
{
"coordinates": [1380, 570],
"name": "Repeater",
"flag": ""
},
{
"coordinates": [230, 1030],
"name": "Derorrim",
"flag": ""
},
{
"coordinates": [230, 1380],
"name": "Boxedin",
"flag": ""
},
{
"coordinates": [580, 1040],
"name": "Mazely",
"flag": ""
},
{
"coordinates": [580, 1380],
"name": "Diagonalf",
"flag": ""
},
{
"coordinates": [1040, 1040],
"name": "Blockedhof",
"flag": ""
},
{
"coordinates": [1040, 1390],
"name": "Blockhead",
"flag": ""
},
{
"coordinates": [1380, 1035],
"name": "Chopin",
"flag": ""
},
{
"coordinates": [1380, 1390],
"name": "Hacker",
"flag": ""
},
{
"coordinates": [400, 160],
"name": "Slasher",
"flag": ""
},
{
"coordinates": [160, 410],
"name": "Brixs",
"flag": ""
},
{
"coordinates": [410, 650],
"name": "Plaido",
"flag": ""
},
{
"coordinates": [650, 415],
"name": "Harlequin",
"flag": ""
},
{
"coordinates": [410, 970],
"name": "Checkheir",
"flag": ""
},
{
"coordinates": [160, 1210],
"name": "Zigzag",
"flag": ""
},
{
"coordinates": [410, 1460],
"name": "Scaler",
"flag": ""
},
{
"coordinates": [650, 1220],
"name": "Crossed",
"flag": ""
},
{
"coordinates": [1210, 970],
"name": "Beeline",
"flag": ""
},
{
"coordinates": [960, 1220],
"name": "Bowtie",
"flag": ""
},
{
"coordinates": [1210, 1460],
"name": "Buckly",
"flag": ""
},
{
"coordinates": [1450, 1210],
"name": "Dexted",
"flag": ""
},
{
"coordinates": [1210, 170],
"name": "Flukes",
"flag": ""
},
{
"coordinates": [970, 410],
"name": "Jonqal",
"flag": ""
},
{
"coordinates": [1210, 650],
"name": "Huggins",
"flag": ""
},
{
"coordinates": [1460, 410],
"name": "Keeko",
"flag": ""
}
],
"additionalNations": [
{
"name": "Repeaterer"
},
{
"name": "Checkered"
},
{
"name": "Plaid"
},
{
"name": "Gingham"
},
{
"name": "Tartan"
},
{
"name": "Madras"
},
{
"name": "Pinstripe"
},
{
"name": "Awning"
},
{
"name": "Argyle"
},
{
"name": "Houndstooth"
},
{
"name": "Herringbone"
},
{
"name": "Chevron"
},
{
"name": "Lattice"
},
{
"name": "Graph Check"
},
{
"name": "Windowpane"
},
{
"name": "Polka Dots"
},
{
"name": "Confetti"
},
{
"name": "Speckled"
},
{
"name": "Cheetah"
},
{
"name": "Zebra"
},
{
"name": "Tiger"
},
{
"name": "Giraffe"
},
{
"name": "Snakeskin"
},
{
"name": "Cowhide"
},
{
"name": "Camouflage"
},
{
"name": "Peacock"
},
{
"name": "Botanical"
},
{
"name": "Chintz"
},
{
"name": "Damask"
},
{
"name": "Toile"
},
{
"name": "Brocade"
},
{
"name": "Ikat"
},
{
"name": "Batik"
},
{
"name": "Moroccan"
},
{
"name": "Suzani"
},
{
"name": "Kashmiri"
},
{
"name": "Greek Key"
},
{
"name": "Geometrical"
},
{
"name": "Kaleidoscope"
},
{
"name": "Gradient"
},
{
"name": "Splatter"
},
{
"name": "Marbled"
},
{
"name": "Quilted"
},
{
"name": "Eyelet"
},
{
"name": "Scallop"
},
{
"name": "Bubble"
},
{
"name": "Honeycomb"
}
],
"teamGameSpawnAreas": {
"2": [
{
"x": 0,
"y": 0,
"width": 800,
"height": 1610
},
{
"x": 809,
"y": 0,
"width": 800,
"height": 1610
}
],
"4": [
{
"x": 0,
"y": 0,
"width": 800,
"height": 800
},
{
"x": 809,
"y": 0,
"width": 800,
"height": 800
},
{
"x": 0,
"y": 809,
"width": 800,
"height": 800
},
{
"x": 809,
"y": 809,
"width": 800,
"height": 800
}
]
}
}