• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
don't use notepad, it'll crash immediately upon trying to open a paradox save file. Use notepad++ which formats it like you're programing (which you kinda are), lets you search, and most importantly, is actually capable of doing what you need it to.
 
Another alternative is console, which can be used in-game without the need of savegame.

First pause the game. Then, simply start the console by '~' button, then type 'provid' (minus the apostrophes) and it will show province id.

Then you have to type 'changeowner [TAG] [province id number]', and replace TAG with the national tags of any unwesternized nation (for example JAP for Japan or SOK for Sokoto, you can see more in game directory/common/countries file) and then mouse over a province you need to turn into a colony, look at the number below the name in the tooltip, and replace it with 'province id number'. And then press enter, and that unwesternized nation will get that province.

Keep doing this until the whole state is owned by that unwesternized nation, and this is very important. Once you have made sure that it owns the state completely, now is the time for second part. Simply use the cheat to revert the territory back by replacing the TAG with your own country's tag (PRU for Prussia or ENG for Britain, for example) and the same province id numbers, and completely take over the state.

Once this is done, you will have your state back as it was, but since the game thinks you have taken it from an unwesternized nation, it will be a colony now. :p

Sometimes this fails to work, but that is very rare.
 
  • 1Like
Reactions:
W-wait, I misread, to turn it in a colony, open the savefile go to the province info and put "colonial=2" RIGHT BEFORE THE POP INFO (usually aristocrats).

No, it needs to be after the province list in the regions section. Honestly, much easier than explaining it, just open up a save file in notepad++ and search "is_colonial=2" and see for yourself where it's supposed to be. Once you see how and where it's done, you need to get to the country you want, if you're trying to do it for your own country, you can just search "human", then find the region you want to turn colonial. I usually just search for the province number until I see it in the list of provinces, but I'm sure there's a more efficient way.
 
No, it needs to be after the province list in the regions section. Honestly, much easier than explaining it, just open up a save file in notepad++ and search "is_colonial=2" and see for yourself where it's supposed to be. Once you see how and where it's done, you need to get to the country you want, if you're trying to do it for your own country, you can just search "human", then find the region you want to turn colonial. I usually just search for the province number until I see it in the list of provinces, but I'm sure there's a more efficient way.

Nope, it's just "colonial=2"

Code:
1=
{
	name="Sitka"
	owner="RUS"
	controller="RUS"
	core="LSK"
	garrison=100.000
	naval_base=
	{
 1.000 1.000 	}
	colonial=2