Since development moved on to CK3.
I can finally start to mod stuff that isn't intended.
So some hard questions if it is possible.
Without having to decompile hack open the main game.
1 Now I want to take hostages that are higher or equal tier with ruler titles.
I am scripting guardian like this
effect = {
FROMFROM = {
prisoner = no
move_character = LIEGE
add_wards = FROM
set_guardian = FROM duration = -1
has_guardian = FROMFROM duration = { age = 100 }
}
But it doesn't stick .... both courtiers and rulers gets moved out of the court again. instead of sticking around.
Part of me thinks lack of the purpose afterwards.. but since almost all other codes like concubine education etc are hardcoded with limitations.
Is there anything left to use aside from prisoner (which beat the whole puporse of having a ruler in exile or subjugated ruler as hostage )
2 Game over screen... anyway to disable that annoying game over system? so I can use console command to play whatever I want. without having to resort to cluncky title is count modding but name tier is lower.
3 Anyway to see those on start scripts and scoped trigger script effects that keep doing the annoying DAILY checks... that is the majority of performance lag. in moving rulers out of court.
4 Holy Orders are not touched by gameover luckily. anyway to revert the mercenaries to be not touched by gameover ?
I can finally start to mod stuff that isn't intended.
So some hard questions if it is possible.
Without having to decompile hack open the main game.
1 Now I want to take hostages that are higher or equal tier with ruler titles.
I am scripting guardian like this
effect = {
FROMFROM = {
prisoner = no
move_character = LIEGE
add_wards = FROM
set_guardian = FROM duration = -1
has_guardian = FROMFROM duration = { age = 100 }
}
But it doesn't stick .... both courtiers and rulers gets moved out of the court again. instead of sticking around.
Part of me thinks lack of the purpose afterwards.. but since almost all other codes like concubine education etc are hardcoded with limitations.
Is there anything left to use aside from prisoner (which beat the whole puporse of having a ruler in exile or subjugated ruler as hostage )
2 Game over screen... anyway to disable that annoying game over system? so I can use console command to play whatever I want. without having to resort to cluncky title is count modding but name tier is lower.
3 Anyway to see those on start scripts and scoped trigger script effects that keep doing the annoying DAILY checks... that is the majority of performance lag. in moving rulers out of court.
4 Holy Orders are not touched by gameover luckily. anyway to revert the mercenaries to be not touched by gameover ?