How to Turn Unincorporated State to Incorporated State
I’m using Notepad++ to do the save edit.
Warning! Copy the Save data or Save a new save before the edit.
For myself all the save data that have mod apply are turning into Mojibake, so modded save data might not working.
- Looking for the State ID for the state you want turn into Incorporated state
For example:
I want turn Pegu from Unincorporated state to Incorporated state.
If you have debug mode on, you will see something like this:
Pegu
State ID: 432 <=State ID we need
Country ID:
Province ID:
- Search the save for those lines
I’m looking for Pegu so it will look like this:
432={
capital=
Change the number in front to the State ID of the State you want to Incorporated.
- It will look like this
432={
capital=6379
country=16777216
previous_owner="BUR"
last_owner_change=1860.12.24
arable_land=88
migration_cache={
- Add the incorporation=1 under the arable_land
arable_land=88
incorporation=1
migration_cache={
If you already have Incorporated progress on the state, it will look like this
arable_land=88
incorporation=0.xxxx
migration_cache={
Simply change the number to incorporation=1
- Overwrite the save, and load it. Those Unincorporated state will turn into Incorporated state.
Be the first to comment