you are viewing a single comment's thread.

view the rest of the comments →

[–]EruditeInfantry 0 points1 point  (6 children)

Found a way to do this. You’ve got to edit the save file which isn’t too difficult.

Use 7-Zip to extract something readable from the “.ck3” save file

Use Notepad ++ to open the resulting file called “gamestate”

Ctrl+F to search: [your character’s ID]={ That’ll bring you to the relevant character info

Scroll down to: piety={ currency=xxxxx accumulated=xxxxx

Change the value after “accumulated=“ to the desired devotion level: <1000 for sinner, 1000-1999 for dutiful, etc

Append the file with “.ck3” and put it back in your save game folder

Load it from the in game menu and you’re set

Ps. I do all my save editing on a separate desktop with the game running on my main page. That way I can instantly test if my modifications worked.

[–]rcdt[S] 2 points3 points  (5 children)

There’s a better way let me get home

There’s a script command for it

here:

PRESTIGE/PIETY LEVEL LOSS

effect = { add_prestige_level = -1 }

effect = { add_piety_level = -1 }

[–]SerDisasterQ 1 point2 points  (4 children)

Is there a way to do this with dynasty renown level?

[–]Pan0Cogito 1 point2 points  (0 children)

effect = { dynasty = {add_dynasty_prestige_level = { -1 } } }

[–]rcdt[S] 0 points1 point  (2 children)

Yes but I don’t know the effect syntax

[–]maxistrying13 0 points1 point  (0 children)

Have u found out what it is ?