https://github.com/mistermx/hoi-province-updater
https://github.com/mistermx/hoi-province-updater
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mistermx/hoi-province-updater
- Owner: MisterMX
- Created: 2018-12-09T18:41:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T19:53:20.000Z (over 6 years ago)
- Last Synced: 2025-01-07T16:13:33.192Z (5 months ago)
- Language: Python
- Size: 232 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project info
Simple python script for Hearts of Iron Darkest Hour that updates the province IDs in `input/revolt_old.txt` by using `input/province_names_new.csv` and `input/province_names_old.csv` and writes it into `output/revolt_updated.txt`.
# How to run the script
1. Install Python 3 in your preferred way.
2. Run `main.py`# Notes
The revolt file parser will remove all comments (startint with `#`) when reading and thus the output file might loose meta information.