Crusader Kings III

Crusader Kings III

Razer's Cheat Menu
sn0wsh00 May 20, 2023 @ 7:26pm
Army Spawning Tips
Here are some tips I found while using the army spawning tool

Removing Spawned Armies
Armies spawned by this cheat menu are classified as special soldiers[ck3.paradoxwikis.com]. Unfortunately, there isn't any button you can press to delete special soldiers. PDX-Unlimiter can be used to decrease the number of soldiers, but doing so disables achievements for your save files.

The quickest way I found to get rid of these spawned soldiers is to send them into battle without a commander. Doing so will get them killed much quicker, even if they consist of a bunch of MAA. Of course, your spawned army may instead go on a shattered retreat after a defeat instead of just fighting to the last men, but you can use this no retreat mod to quicken their deaths.

Spawning MAA
By default, spawned armies consist exclusively of levies. However, you can edit spawned armies by going to common/decisions/003_daddy_pikas_decisions.txt (h/t this thread.

Suppose you want to spawn an army consisting of MAA. To do that, add the following block of code inside 003_daddy_pikas_decisions.txt (I personally added it after the army_spawner_3 block, but I'm not sure if that really matters):

army_spawner_4 = { picture = gfx/interface/illustrations/decisions/cheat_tab.dds title = "Spawn Thousands of MAA" desc = army_spawner_4_desc selection_tooltip = army_spawner_4_tooltip confirm_text = army_spawner_4_ct is_shown = { has_character_flag = daddy_pika_cheat_menu has_character_flag = army_spawn_menu } effect = { spawn_army = { men_at_arms = { type = armored_footmen stacks = 10 } men_at_arms = { type = schiltron stacks = 10 } men_at_arms = { type = light_footmen stacks = 10 } men_at_arms = { type = longbowmen stacks = 5 } men_at_arms = { type = armored_horsemen stacks = 10 } men_at_arms = { type = bombard stacks = 5 } location = root.capital_province inheritable = yes uses_supply = no name = "MAA Brigade" } } ai_will_do = 0 ai_check_interval = 0 }

The code above will add a 4th button that, when clicked, will spawn 10 Armored Footmen stacks (1000 men), 10 schiltron stacks (1000 men), 10 Light Footmen stacks (1000 men), 5 Longbowmen stacks (500 men), 10 Armored Horsemen stacks (500 men) and 5 Bombard stacks (50 bombards).

A list of all Men At Arms types can be found inside game\common\men_at_arms_types
Last edited by sn0wsh00; May 22, 2023 @ 4:40pm
Showing 1-1 of 1 comments
Thirsk May 24, 2023 @ 3:22pm 
Much easier for removing them is in my opinion to just send them somewhere to die of attrition. If you march through uncontrolled hostile lands the little skull icon will appear and kill a percentage of your soldiers every time you walk through the area. Just order them to walk back and forth through enemy lands and they'll melt away to nothing.
Last edited by Thirsk; May 24, 2023 @ 3:22pm
Showing 1-1 of 1 comments
Per page: 1530 50