Log in

View Full Version : reforms



dionysos Lar
03-29-2011, 17:04
My 1st post so please forgive me for anything I might do wrong (for my English too).
Is there anyway to alter the condition for the reforms. I'd like to keep only the dates if possible.
I got a nephew (13years old) and he can't stand all these conditions (I'm with him on that).

For any correction/suggestion about my English PM me (we live, we learn)

THNX

aureon
03-29-2011, 23:26
Open: Rome total war\EB\Data\scripts\show_me\EBBS_script.txt
Find:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; MARIAN TRIGGER

Scroll down to:
;Unconditional Player Reforms
monitor_event FactionTurnEnd FactionType seleucid
and FactionIsLocal
and I_CompareCounter Romanii_Reform = 1
and I_NumberOfSettlements seleucid > 89

Substitute With:
;Unconditional Player Reforms
monitor_event FactionTurnEnd FactionType seleucid
and I_CompareCounter Romanii_Reform = 1
and I_TurnNumber > 299

Find:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Imperial trigger
Scroll down to:
monitor_event FactionTurnEnd FactionType seleucid
and I_CompareCounter Romani > 44
and I_TurnNumber > 399
and I_NumberOfSettlements seleucid > 89
;and BattlesFought > 299
and I_CompareCounter Romanii_Reform = 2
and I_CompareCounter AugustanReformatorCounter = 1

Substitute with:

monitor_event FactionTurnEnd FactionType seleucid
and I_TurnNumber > 399
and I_CompareCounter Romanii_Reform = 2

That should do.

dionysos Lar
04-25-2011, 10:14
THNX, I' ll try it.