Results 1 to 3 of 3

Thread: Modifying the trait file to get marian reforms earlier

  1. #1

    Default Modifying the trait file to get marian reforms earlier

    Hello,

    I know that you can get reforms easily by modifying the minimum number of settlements in EBBS , however this is not what i want.

    I like the reform system as it is, except the marian/imperial come too late in the game.

    I tried to modify the reforms like this:

    >>>>>>>>>>>>>original version:
    ;Conditional Reforms
    monitor_event FactionTurnEnd FactionType seleucid
    and I_CompareCounter Romanii_Reform = 1
    and I_CompareCounter Latifundia > 6
    and I_TurnNumber > 399
    and I_NumberOfSettlements seleucid > 44
    ;and BattlesFought > 249
    and I_CompareCounter ReformatorCounter = 1

    >>>>>>>>>>>>> modified version: getting the reforms in 210 BC with 40 settlements:

    ;Conditional Reforms
    monitor_event FactionTurnEnd FactionType seleucid
    and I_CompareCounter Romanii_Reform = 1
    and I_CompareCounter Latifundia > 6
    and I_TurnNumber > 248 [210 BC]
    and I_NumberOfSettlements seleucid > 40
    ;and BattlesFought > 199
    and I_CompareCounter ReformatorCounter = 1
    Doing this, the game ran fine. But it wasnt enough to get the reforms in 210 BC as i needed to get the reformator trait earlier as well.

    So i modified the trait file like this:

    Original:
    ;------------------------------------------
    Trigger General_PotentialReformator_Triggers_Reforms
    WhenToTest CharacterTurnEnd

    Condition FactionType seleucid
    and Trait Reformator = 1
    and I_TurnNumber > 399

    Affects Reformator 1 Chance 100

    ;------------------------------------------

    Modified:
    ;------------------------------------------
    Trigger General_PotentialReformator_Triggers_Reforms
    WhenToTest CharacterTurnEnd

    Condition FactionType seleucid
    and Trait Reformator = 1
    and I_TurnNumber > 248

    Affects Reformator 1 Chance 100

    ;------------------------------------------
    After modifying the traits file, the game crashes irremediably.

    So if anyone has some experience modifying traits, i'd really like some input about why modifying the trait file makes the game crash ! Thanks!

  2. #2
    urk! Member bobbin's Avatar
    Join Date
    Aug 2008
    Location
    Tin Isles
    Posts
    3,668

    Default Re: Modifying the trait file to get marian reforms earlier

    You need to use something other than wordpad for editing the EDCT file as it messes it up, try a program like notepad++ and you should be fine.


  3. #3

    Default Re: Modifying the trait file to get marian reforms earlier

    Quote Originally Posted by bobbin View Post
    You need to use something other than wordpad for editing the EDCT file as it messes it up, try a program like notepad++ and you should be fine.
    Worked like a charm with notepad++, thanks for the tip.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO