Results 1 to 30 of 37

Thread: 0.73 Beta Traits and Ancillaries Bugs, Issues, and Problems

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    EB Traiter Member Malrubius's Avatar
    Join Date
    Jan 2005
    Location
    On a tree-covered mountain in Anniston, Alabama, USA
    Posts
    2,633

    Default Re: 0.73 Beta Traits and Ancillaries Bugs, Issues, and Problems

    I'm not sure what could be causing these Olympics problems. So it's happening with multiple factions?

    [edit]
    I found it. Stupid mistake, but easy to fix without messing up your saved game.

    Do a search for this in your Data\export_descr_character_traits.txt file:
    Code:
    Trigger KoinonHellenon_could_not_Compete_in_the_Olympics_01
    and add these two lines:
    Code:
              and Trait YearsPassed = 2
              and Trait Season = 2
    so it looks like this:
    Code:
    ;------------------------------------------
    Trigger KoinonHellenon_could_not_Compete_in_the_Olympics_01
        WhenToTest CharacterTurnEnd
    
        Condition Trait KoinonHellenonOlympicCompetitor = 1
              and Trait YearsPassed = 2
              and Trait Season = 2
              and Trait KoinonHellenonOlympicVictor < 1
              and Trait FormerKoinonHellenonOlympicCompetitor < 1
              and Trait CaughtCheating < 1
    
        Affects FormerKoinonHellenonOlympicCompetitor  1  Chance  100
    More later...

    Ok, it's later:
    You should have a trigger for each faction that looks like this (search "could_not_Compete" and make sure they look like this):
    Code:
    ;------------------------------------------
    Trigger Baktrian_could_not_Compete_in_the_Olympics_01
        WhenToTest CharacterTurnEnd
    
        Condition Trait BaktriaOlympicCompetitor = 1
              and Trait YearsPassed = 2
              and Trait Season = 2
              and Trait BaktriaOlympicVictor < 1
              and Trait FormerBaktriaOlympicCompetitor < 1
              and Trait CaughtCheating < 1
    
        Affects FormerBaktriaOlympicCompetitor  1  Chance  100
    Code:
    ;------------------------------------------
    Trigger Epeiros_could_not_Compete_in_the_Olympics_01
        WhenToTest CharacterTurnEnd
    
        Condition Trait EpeirosOlympicCompetitor = 1
              and Trait YearsPassed = 2
              and Trait Season = 2
              and Trait EpeirosOlympicVictor < 1
              and Trait FormerEpeirosOlympicCompetitor < 1
              and Trait CaughtCheating < 1
    
        Affects FormerEpeirosOlympicCompetitor  1  Chance  100
    Code:
    ;------------------------------------------
    Trigger Makedonia_could_not_Compete_in_the_Olympics_01
        WhenToTest CharacterTurnEnd
    
        Condition Trait MakedoniaOlympicCompetitor = 1
              and Trait YearsPassed = 2
              and Trait Season = 2
              and Trait MakedoniaOlympicVictor < 1
              and Trait FormerMakedoniaOlympicCompetitor < 1
              and Trait CaughtCheating < 1
    
        Affects FormerMakedoniaOlympicCompetitor  1  Chance  100
    Code:
    ;------------------------------------------
    Trigger Ptolemaioi_could_not_Compete_in_the_Olympics_01
        WhenToTest CharacterTurnEnd
    
        Condition Trait PtolemaioiOlympicCompetitor = 1
              and Trait YearsPassed = 2
              and Trait Season = 2
              and Trait PtolemaioiOlympicVictor < 1
              and Trait FormerPtolemaioiOlympicCompetitor < 1
              and Trait CaughtCheating < 1
    
        Affects FormerPtolemaioiOlympicCompetitor  1  Chance  100
    Code:
    ;------------------------------------------
    Trigger Seleukid_could_not_Compete_in_the_Olympics_01
        WhenToTest CharacterTurnEnd
    
        Condition Trait SeleukidOlympicCompetitor = 1
              and Trait YearsPassed = 2
              and Trait Season = 2
              and Trait SeleukidOlympicVictor < 1
              and Trait FormerSeleukidOlympicCompetitor < 1
              and Trait CaughtCheating < 1
    
        Affects FormerSeleukidOlympicCompetitor  1  Chance  100
    Last edited by Malrubius; 03-10-2006 at 05:15.

    Ah! the Generals! they are numerous, but not good for much (especially if they're Languorous)!
    -- Aristophanes, if he played EB

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