Electron app for managing C3X configuration files with two modes:
Standard Game: writescustom.c3x_config.inianduser.*config files in the C3X folder.Scenario: writesscenario.*config files in the selected scenario folder.
cd C3XConfigManagernpm installnpm start
npm test
- Base config (
*.c3x_config.ini) is layered by C3X asdefault -> scenario -> custom. - Districts, wonders, natural wonders, and tile animations are full-replacement layers where scenario replaces user/default and user replaces default.
- This app keeps Civ 3 path as a managed setting for future integrations.