Modularise all our submaps

This commit is contained in:
Raeschen
2023-07-06 10:31:18 +02:00
parent b4313e29fc
commit 4014820bff
256 changed files with 235822 additions and 15 deletions

View File

@@ -37,7 +37,7 @@ Unsure where to begin contributing to Chomp Station? You can start by looking th
* Our base map files are in [map/southern_cross/].
* Our stationary overmap location files are in [maps/southern_cross/overmap/].
* Our random overmap POI files are in [modular_chomp/code/modules/overmap/].
* Our wilderness POI map files are in [modular_chomp/maps/submaps/wilderness/].
* Our surface POI map files (Wilderness, plains, ...) are in [modular_chomp/maps/submaps/surface_submaps/].
* Map changes must be in tgm format. See the [Mapmerge2 Readme] for details, or use [StrongDMM] which can automatically save maps as tgm.
### Chomp Station Coding Standards