Replace battle maps 53 and 54 with hand-painted assets

This commit is contained in:
2026-07-09 21:50:34 +09:00
parent 0fd87dcb98
commit 4d7e76c50f
11 changed files with 35 additions and 166 deletions

View File

@@ -2,7 +2,7 @@
## Scope
The first fifty-two campaign battles now use the same hand-painted tactical map pipeline. The renderer still reads the original scenario tile coordinates and battle logic; only the map texture asset changes from flat/vector map art to low-contrast raster terrain.
The first fifty-four campaign battles now use the same hand-painted tactical map pipeline. The renderer still reads the original scenario tile coordinates and battle logic; only the map texture asset changes from flat/vector map art to low-contrast raster terrain.
## Art Direction
@@ -19,6 +19,7 @@ The first fifty-two campaign battles now use the same hand-painted tactical map
- Ultra large maps can use a 160px tile target through `ULTRA_LARGE_MAP_TILE_SIZE` when 176px output exceeds WebP encoder limits.
- Extreme large maps can use a 152px tile target through `EXTREME_LARGE_MAP_TILE_SIZE` when 160px output exceeds WebP encoder limits.
- Massive maps can use a 144px tile target through `MASSIVE_LARGE_MAP_TILE_SIZE` when 152px output approaches the WebP encoder edge.
- Colossal maps can use a 136px tile target through `COLOSSAL_LARGE_MAP_TILE_SIZE` when 144px output hits WebP encoding error 6.
- Re-evaluate the tile target before a generated map's longest edge approaches roughly 16,384px at 192px per tile.
- Use `--tile-size` only for controlled comparisons; commit the selected production size in the map config.
@@ -80,6 +81,8 @@ python scripts/generate-handpaint-map-sample.py --map forty-ninth --webp-quality
python scripts/generate-handpaint-map-sample.py --map fiftieth --webp-quality 90
python scripts/generate-handpaint-map-sample.py --map fifty-first --webp-quality 90
python scripts/generate-handpaint-map-sample.py --map fifty-second --webp-quality 90
python scripts/generate-handpaint-map-sample.py --map fifty-third --webp-quality 90
python scripts/generate-handpaint-map-sample.py --map fifty-fourth --webp-quality 90
```
Comparison example:
@@ -142,6 +145,8 @@ python scripts/generate-handpaint-map-sample.py --map thirtieth --tile-size 192
- `src/assets/images/battle/fiftieth-battle-map.webp`
- `src/assets/images/battle/fifty-first-battle-map.webp`
- `src/assets/images/battle/fifty-second-battle-map.webp`
- `src/assets/images/battle/fifty-third-battle-map.webp`
- `src/assets/images/battle/fifty-fourth-battle-map.webp`
## QA Outputs
@@ -247,5 +252,9 @@ python scripts/generate-handpaint-map-sample.py --map thirtieth --tile-size 192
- `docs/fifty-first-battle-map-handpaint-preview.png`
- `docs/fifty-second-battle-map-handpaint-before-after.png`
- `docs/fifty-second-battle-map-handpaint-preview.png`
- `docs/fifty-third-battle-map-handpaint-before-after.png`
- `docs/fifty-third-battle-map-handpaint-preview.png`
- `docs/fifty-fourth-battle-map-handpaint-before-after.png`
- `docs/fifty-fourth-battle-map-handpaint-preview.png`
Browser screenshots are saved per verification run after build/deploy.

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB