A simple web-based utility for modifying the turn timer in Civilization 7 save files.
- Upload Civilization 7 save files
- View the current turn timer value
- Modify the turn timer to a new value
- Download the modified save file
This utility works by:
- Finding a specific marker in the save file (
LOC_GAMESPEED_QUICK_NAME) - Locating the turn timer value at a fixed offset from this marker
- Modifying the value to your specified time (in seconds)
- Creating a new save file with the updated timer
This project was built with:
- Clone the repository
- Install dependencies:
npm install - Start the development server:
npm run dev - Build for production:
npm run build
- Always make a backup of your save files before modifying them
- This tool is not affiliated with or endorsed by 2K Games or Firaxis Games
- Use at your own risk
MIT