Finish Ground Zero playable map resources

This commit is contained in:
2026-05-19 07:34:31 -07:00
parent 861d67b89d
commit 25e20c89c1
7 changed files with 133 additions and 28 deletions
+9 -2
View File
@@ -445,7 +445,11 @@ Target deliverable: A small group can join a server, spawn into one biome, gathe
- [x] Choose Ground Zero real-world 1 km x 1 km MVP tile.
- [x] Choose MVP biome based on Ground Zero location.
- [x] Link Ground Zero tile coordinates to real-world weather lookup coordinates. Added explicit Ground Zero `weather_lookup_metadata` with tile-center latitude `37.5925`, longitude `-122.4995`, Open-Meteo primary routing, NOAA/NWS fallback eligibility, manifest generation support, registry/schema documentation, and a verifier so future source-backed tiles use declared lookup metadata instead of one-off hard-coded coordinates.
- [~] Create playable test map.
- [x] Create playable test map. Updated the Ground Zero playable-map verifier
to validate the current real-terrain demo map instead of the deprecated flat
prototype labels: safe player start, nearby wood/fiber/water/fire/shelter/
wildlife loop actors, map boundary, sky/weather controllers, and absence of
legacy flat-test placements.
- [x] Add terrain base from real elevation data.
- [x] Add first-pass water depth/shoreline handling if applicable.
- [x] Add first-pass hill, mountain, river, stream, lake, and coastline handling if present in Ground Zero.
@@ -455,7 +459,10 @@ Target deliverable: A small group can join a server, spawn into one biome, gathe
- [x] Verify terrain tile origin and centered Unreal bounds for the Ground Zero test map.
- [x] Verify neighboring tile edge coordinates against the registry before multi-tile stitching.
- [x] Add foliage pass.
- [~] Add resource nodes.
- [x] Add resource nodes. Locked the Ground Zero wood, fiber, edible-plant,
and stone node pass with verification for stable node IDs, yield item IDs,
remaining harvests, and readable first-pass resource material assignments so
the MVP map proves both gameplay function and investor-facing readability.
- [x] Add biome-appropriate natural resources based on Ground Zero.
- [x] Add water source.
- [x] Replace grey-box environment presentation with an MVP natural environment pass: terrain material, grass, shrubs, bushes, trees, water-source visuals, and clearer Ground Zero biome dressing. Added repeatable Ground Zero environment material generation, applied terrain/foliage/resource/water materials in the map setup, regenerated the demo map, documented the pass, and added verification for material assets plus map assignments.