Fix swapped player map / heightmap assignments; add Frostfang and Sylvanreach maps#3
Merged
iaretechnician merged 1 commit intoMay 25, 2026
Conversation
…reach maps - Swap mainland and crownspire player map / heightmap file assignments - Add renamed Frostfang player map and heightmap (from uploaded files) - Add renamed Sylvanreach player map and heightmap (from uploaded files) - Add Island Map sections for Frostfang Isle and Sylvanreach Isle in islands.md
Copilot created this pull request from a session on behalf of
iaretechnician
May 25, 2026 15:02
View session
There was a problem hiding this comment.
Pull request overview
Corrects map asset wiring by ensuring each island’s *-player-map.png is the visible player-facing map and each *-heightmap.png is the terrain-generation heightmap, and extends island documentation/assets for Frostfang and Sylvanreach.
Changes:
- Swapped the stored contents/roles of Aetherfall (mainland) and Crownspire player maps vs. heightmaps so filenames match their intended usage.
- Added new map + heightmap assets for Frostfang and Sylvanreach following the existing naming/location convention.
- Updated
_git/docs/islands.mdto include “#### Island Map” sections (image + download links) for Frostfang and Sylvanreach.
Reviewed changes
Copilot reviewed 1 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| _git/docs/islands.md | Adds Island Map sections (image + download links) for Frostfang and Sylvanreach. |
| _git/artwork/maps/mainland-player-map.png | Ensures the mainland player map file contains the actual player map (not the heightmap). |
| _git/artwork/heightmaps/mainland-heightmap.png | Ensures the mainland heightmap file contains the actual terrain heightmap (not the player map). |
| _git/artwork/maps/crownspire-player-map.png | Ensures the Crownspire player map file contains the actual player map (not the heightmap). |
| _git/artwork/heightmaps/crownspire-heightmap.png | Ensures the Crownspire heightmap file contains the actual terrain heightmap (not the player map). |
| _git/artwork/maps/frostfang-player-map.png | Adds Frostfang player map asset in the standard maps directory. |
| _git/artwork/heightmaps/frostfang-heightmap.png | Adds Frostfang terrain heightmap asset in the standard heightmaps directory. |
| _git/artwork/maps/sylvanreach-player-map.png | Adds Sylvanreach player map asset in the standard maps directory. |
| _git/artwork/heightmaps/sylvanreach-heightmap.png | Adds Sylvanreach terrain heightmap asset in the standard heightmaps directory. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Player maps and heightmaps for Aetherfall (mainland) and Crownspire were stored with inverted roles — the heightmap file was being displayed as the player map and vice versa. Also adds map assets for islands #3 (Frostfang) and #4 (Sylvanreach).
Fixes
_git/artwork/maps/and_git/artwork/heightmaps/so*-player-map.pngholds the visible player map and*-heightmap.pngholds the terrain generation asset; doc references unchangedNew assets
A9993BBB-...→maps/frostfang-player-map.pngIMG_3130.png→heightmaps/frostfang-heightmap.png152EBE82-...→maps/sylvanreach-player-map.pngIMG_3132.png→heightmaps/sylvanreach-heightmap.pngDocs
#### Island Mapsections (matching existing format) to Frostfang Isle and Sylvanreach Isle in_git/docs/islands.md