Replace battle maps 65 and 66 with hand-painted assets
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
## Scope
|
||||
|
||||
The first sixty-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.
|
||||
All sixty-six 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
|
||||
|
||||
@@ -96,6 +96,8 @@ python scripts/generate-handpaint-map-sample.py --map sixty-first --webp-quality
|
||||
python scripts/generate-handpaint-map-sample.py --map sixty-second --webp-quality 90
|
||||
python scripts/generate-handpaint-map-sample.py --map sixty-third --webp-quality 90
|
||||
python scripts/generate-handpaint-map-sample.py --map sixty-fourth --webp-quality 90
|
||||
python scripts/generate-handpaint-map-sample.py --map sixty-fifth --webp-quality 90
|
||||
python scripts/generate-handpaint-map-sample.py --map sixty-sixth --webp-quality 90
|
||||
```
|
||||
|
||||
Comparison example:
|
||||
@@ -170,6 +172,8 @@ python scripts/generate-handpaint-map-sample.py --map thirtieth --tile-size 192
|
||||
- `src/assets/images/battle/sixty-second-battle-map.webp`
|
||||
- `src/assets/images/battle/sixty-third-battle-map.webp`
|
||||
- `src/assets/images/battle/sixty-fourth-battle-map.webp`
|
||||
- `src/assets/images/battle/sixty-fifth-battle-map.webp`
|
||||
- `src/assets/images/battle/sixty-sixth-battle-map.webp`
|
||||
|
||||
## QA Outputs
|
||||
|
||||
@@ -299,5 +303,9 @@ python scripts/generate-handpaint-map-sample.py --map thirtieth --tile-size 192
|
||||
- `docs/sixty-third-battle-map-handpaint-preview.png`
|
||||
- `docs/sixty-fourth-battle-map-handpaint-before-after.png`
|
||||
- `docs/sixty-fourth-battle-map-handpaint-preview.png`
|
||||
- `docs/sixty-fifth-battle-map-handpaint-before-after.png`
|
||||
- `docs/sixty-fifth-battle-map-handpaint-preview.png`
|
||||
- `docs/sixty-sixth-battle-map-handpaint-before-after.png`
|
||||
- `docs/sixty-sixth-battle-map-handpaint-preview.png`
|
||||
|
||||
Browser screenshots are saved per verification run after build/deploy.
|
||||
|
||||
BIN
docs/sixty-fifth-battle-map-handpaint-before-after.png
Normal file
BIN
docs/sixty-fifth-battle-map-handpaint-before-after.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 MiB |
BIN
docs/sixty-fifth-battle-map-handpaint-preview.png
Normal file
BIN
docs/sixty-fifth-battle-map-handpaint-preview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 MiB |
BIN
docs/sixty-sixth-battle-map-handpaint-before-after.png
Normal file
BIN
docs/sixty-sixth-battle-map-handpaint-before-after.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.0 MiB |
BIN
docs/sixty-sixth-battle-map-handpaint-preview.png
Normal file
BIN
docs/sixty-sixth-battle-map-handpaint-preview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 MiB |
Reference in New Issue
Block a user