Ok guys I'm on my dad's PC for a while, unfortunatly it has no 'console' button. I tried every combination of keys but to no avail. This made me decide to just mod the imperial reforms in.
Now I have checked this thread out ( https://forums.totalwar.org/vb/showthread.php?t=80502 ) where it is extensively discussed. However I find that the given solutions do not seem to work for me.
I have tried these three solutions:
1) Adding ; in front of the and I_CompareCounter AugustanReformatorCounter = 1
then setting battlesfought and territory controled to my preference.
It wouldn't work.
2) I have tried adding this code:
Code:
declare_counter Romani
declare_counter AugustanReformatorCounter
monitor_event SettlementTurnStart BuildingExists = gov2
and FactionType seleucid
and I_CompareCounter Romanii_Reform = 2
inc_counter Romani 1
end_monitor
monitor_event FactionTurnEnd FactionType seleucid
and I_CompareCounter Romani > 54
and I_TurnNumber > 1
and I_NumberOfSettlements seleucid > 60
;and BattlesFought > 1
and I_CompareCounter Romanii_Reform = 2
and I_CompareCounter AugustanReformatorCounter = 1
set_counter Romanii_Reform 3
end_monitor
;Unconditional Reforms
monitor_event FactionTurnEnd FactionType seleucid
and I_CompareCounter Romanii_Reform = 2
and I_NumberOfSettlements seleucid > 60
set_counter Romanii_Reform 3
terminate_monitor
end_monitor
monitor_event CharacterTurnStart Trait Augustus > 1
set_counter AugustanReformatorCounter 1
end_monitor
monitor_event FactionTurnEnd FactionType seleucid
set_counter Romani 0
end_monitor
3) And I have tried adding this
Code:
;Unconditional Reforms
monitor_event FactionTurnEnd FactionType seleucid
and I_CompareCounter Romanii_Reform = 2
and I_NumberOfSettlements seleucid > 50
set_counter Romanii_Reform 3
set_counter AugustanReformsAdvisor 1
terminate_monitor
end_monitor
None of these solutions worked, could anyone give me a hand?
Bookmarks