Skip to content

bschulzebaek/civ7-map-script-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Civilization 7 World Generation Simulator

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.

Screenshot 2025-11-05 at 12 41 03

Setup

  • Install the game via Steam
  • Create a .env file with the following content:
GAME_PATH="<absolute path to the Civ 7 installation>/Contents/Resources"

Map Scripts

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).