Integrity
I have verified my game files (on Steam)
YesI have disabled all mods
YesRequired
Summary
Sepoy Mutiny war do not trigger and subjects become free instantlyDescription
Hindustan get annexed by other princely state which invalidate war and all disloyal BIC subjects get their freedom without warBased on my investigation following things happen:
1. Sepoy mutiny Journal(je_uneasy_raj) fails and trigger event sepoy_mutiny_events.3
2. sepoy_mutiny_events.3 immediate section execute
including following scripted effect "sepoy_mutiny_princely_states_stance_effect = yes"
This effect make all disloyal princely states free.
3. je_princely_states complete
4. princely_states.2 execute and make princely states annex other princely states
one of princely states annex Hindustan (c:MUG)
5. sepoy_mutiny_events.3 event continue and default option is executed
This option should setup war between Hindustan(c:MUG) and BIC/GBR
however at this point Hindustan no longer exist and sepoy mutiny event chain break (error.log confirms that)
potential solutions:
1. ensure following 2 scripted effects in sepoy_mutiny_events.3 are executed in same block of code
sepoy_mutiny_princely_states_stance_effect = yes
sepoy_mutiny_run_all_effects = yes
2. add condition to princely_states.2 that princely states should never annex c:MUG
3. add condition to je_princely_states that it shouldn't complete till sepoy mutiny is concluded
attached solution proposition that move execution of
sepoy_mutiny_princely_states_stance_effect = yes
and
sepoy_mutiny_run_all_effects = yes
to same block of code
Steps to reproduce
load attached saveon AUG 3 sepoy_mutiny would trigger
Bikaner annex Hindustan
Patiala annex Bikaner
There is no Hindustan so war do not happen.
NOTE: do not switch to hindustan as it would stop bug from occuring (due to condition that prevent player country to be annexed by princely state)
Game Version
1.9.7OS
WindowsAdditional
Bug Type
OtherSave Game
View attachment brokenindia.v3Attachments
View attachment sepoy_mutiny_events.txtPlayer Pain
8
Upvote
0