I do a lot of scripting at my job, and started looking at the available strings to create runnable cheat batch scripts. This is just a beginning reference, if you would like more just let me know below.
Directions:
1. Creat Run folder
On Windows if you open explorer then go to, "C:\Users\%yourusername%\Documents\Paradox Interactive\Crusader Kings III\" (no quotes, i can create a script to automatically make this if that's helpful at all.)
In this folder, you need to make a new folder called "run" (no quotes)
2. Make a new text document in the run folder and name it "sumthin.txt" (no quotes, name it whatever you want in the run folder, just remember the file name.)
3. Open the text document and add the stuff you want it to load, it's slightly different than the console syntax, keep that in mind.
This is what I know works so far:
Keep in mind Skills max out at 100, other than that, make it whatever you want.
After that, save the document, and then in game type "run yourtextdoc.txt"
I'm going to be updating this with a list of the different values and strings, just wanted to throw this up here to help people out.
Directions:
1. Creat Run folder
On Windows if you open explorer then go to, "C:\Users\%yourusername%\Documents\Paradox Interactive\Crusader Kings III\" (no quotes, i can create a script to automatically make this if that's helpful at all.)
In this folder, you need to make a new folder called "run" (no quotes)
2. Make a new text document in the run folder and name it "sumthin.txt" (no quotes, name it whatever you want in the run folder, just remember the file name.)
3. Open the text document and add the stuff you want it to load, it's slightly different than the console syntax, keep that in mind.
This is what I know works so far:
Code:
add_gold = 500000
add_piety = 8600
add_prestige = 8600
add_renown = 8600
set_sexuality = ho
add_dynasty_prestige = 81081
add_martial_skill = 56
add_prowess_skill = 56
add_diplomacy_skill = 56
add_stewardship_skill = 56
add_learning_skill = 56
add_intrigue_skill = 56
Keep in mind Skills max out at 100, other than that, make it whatever you want.
After that, save the document, and then in game type "run yourtextdoc.txt"
I'm going to be updating this with a list of the different values and strings, just wanted to throw this up here to help people out.
Last edited: