This project is a simplified browser-based simulator for world generation in Civilization VII. The development is paused for now, as the framework (i.e. the Civ 7 world gen) is lacking documentation and some crucial aspects (such as heightmap, precipitation, ..) cannot be reconstructed properly.
- Install the game via Steam
- Create a
.envfile with the following content:
GAME_PATH="<absolute path to the Civ 7 installation>/Contents/Resources"Load any map script by passing it as a query parameter.
?mapScript=http://localhost:5174/src/index.ts
Documentation on modding can be found in the "Civilization VII Development Tools" in Steam (Windows only).