Results 1 to 20 of 20

Thread: Settlers don't appear and two other things

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Lifelong Mare's Milk Fermenter Member Genghis Skhan's Avatar
    Join Date
    Jan 2016
    Posts
    4,106

    Default Re: Settlers don't appear and two other things

    I could maybe upload the savefile if it's of any use to you
    That won't likely help--an eb.system.log file zipped up would be much more helpful whenever you get a CTD like that.

    If you still have the former save, you could retry the battle again and then send us the log file when you get the CTD.

    King Antiochos got a trait obviously reserved for Celtiberians. It was called "proven warrior values" or something similar. It gave +1 influence and +1 fertility, if I remember correctly. I can't find a charactertraits file so I cannot confirm its precise name. The trait perhaps was lost after a turn again, but I cannot say for sure as I reloaded a savegame and don't know whether he already had that trait then or got it afterwards.
    Very weird. It's called the EDCT(export_descr_character_traits).

    Code:
    ;------------------------------------------
    Trigger CeltiberianValues4
      WhenToTest PostBattle
    
      Condition WonBattle
    		and FactionType f_arevaci
    		and BattleSuccess > average
    		and GeneralNumKillsInBattle > 35
    		and Trait CeltiberianValues = 1
    		and Trait CeltiberianMerc < 1
    		and NumEnemiesInBattle > 900
    
      Affects CeltiberianValues  9  Chance  30
    
    ;------------------------------------------
    The red line was missing from this trigger, but still, antiochos shouldn't have had CeltiberianValues = 1...Very weird. Good spot. I've further tweaked the Values triggers to help make sure this only happens for the Arevaci.

    Member thankful for this post:



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