Unconditional reforms for Imperial reform

Frederick

Here's looking at you, kid!
Joined
Dec 21, 2006
Messages
272
Reputation
3
Points
15
Location
Singapore
Does anyone know how to create unconditional imperial reforms based on number of settlements? Thanks:)
 
go to EB/DATA/SCRIPTS/SHOW_ME/EBBS_SCRIPT.TXT and find the trigger for the Augustan reforms, it should look like this

monitor_event FactionTurnEnd FactionType seleucid
and I_CompareCounter Romani > 54
and I_TurnNumber > 499
and I_NumberOfSettlements seleucid > 89
;and BattlesFought > 399
and I_CompareCounter Romanii_Reform = 2
and I_CompareCounter AugustanReformatorCounter = 1
set_counter Romanii_Reform 3
set_counter AugustanReformsAdvisor 1

place a semicolon ";" before any line of the conditions you don't want to perform.
ex. if you want to get the reforms depending only on settlement number do the following: (blue number is the amount of settlements required to trigger the reforms)

monitor_event FactionTurnEnd FactionType seleucid
;and I_CompareCounter Romani > 54
;and I_TurnNumber > 499
and I_NumberOfSettlements seleucid > 40
;and BattlesFought > 399
;and I_CompareCounter Romanii_Reform = 2
;and I_CompareCounter AugustanReformatorCounter = 1
set_counter Romanii_Reform 3
set_counter AugustanReformsAdvisor 1

NOTE: use notepad++ to edit the file and dont forget to backup the file first, let me know if it works out for you.
 
Last edited:
Is this tweak save game compatible? I want to get rid of the at least 172 BC requirement for the marians.
 

Site News

Thread Statistics

Created
Frederick,
Last reply from
sinner,
Replies
3
Views
3,561

Site Polls

  • Axis & Allies

  • Battleship

  • Checkers

  • Chess

  • Clue

  • Go

  • Monopoly

  • Risk

  • Stratego

  • Other


Results are only viewable after voting.
Back
Top Bottom