ZeroK-RTS / Zero-K-Infrastructure

Website, lobby launcher and server, steam deployment, .NET based tools and other vital parts of Zero-K infrastructure
GNU General Public License v3.0
53 stars 52 forks source link

Maps: read `minimapForInfra.png` or somesuch #2851

Open sprunk opened 2 years ago

sprunk commented 2 years ago

Spring adds water to minimap dynamically. This means that the minimap contained in a map should be dry. But this means water won't show up on site/lobby. So far we've been adding "fixed" minimaps with water manually, but maybe there should be some interface for automating this so that the proper site minimap could be bundled with the map (for example the infra could prioritize a specific file like minimapForInfra.png first, and only use the "true" minimap.png used by Spring if missing).