Results 1 to 18 of 18

Thread: List of trait bugs in EB 1.0

  1. #1
    Counter-Revolutionary Member BerkeleyBoi's Avatar
    Join Date
    Mar 2006
    Location
    People's Republic of Berkeley.
    Posts
    254

    Default List of trait bugs in EB 1.0

    I think there was this kind of thread before and I don't think there is one now, so here is a place where we can post some bugs about traits.

    I found one with the Saka. The good rider and poor rider traits can exist at the same time maybe because they are not anti-traits of each other.

    Also for the Saka, it seems many of the characters get the same traits like 'doesn't like hunting' or 'heavy sleeper'. I have not noticed this with Baktria. I don't know if this is a balance issue or is working as intended.

    That is all I have for now.

  2. #2
    EB annoying hornet Member bovi's Avatar
    Join Date
    Jan 2007
    Location
    Norway
    Posts
    11,796

    Default Re: List of trait bugs in EB 1.0

    Not sure about the riders, I've asked about it in the internal forum.

    This is why you get that a lot:
    Code:
    Trigger Does_not_like_Hunting
        WhenToTest CharacterTurnEnd
    
        Condition FactionType pontus
              and Trait PracticedHunter < 1
              and Trait SakaHunterAcquired < 1
              and EndedInSettlement
              and not SettlementBuildingExists >= genericfirst
    
        Affects DoesNotLikeHunting  1  Chance  12
    The genericfirst means hunting grounds, for Saka. Possibly the chance is set a tad too high, but you can easily avoid it by creating hunting grounds or transfer a hunter ancillary to those who will be staying in settlements without it. Note that those who are already practiced hunters will never decide that they don't like to hunt after all, so it's safe to use these as governors while the hunting grounds are created.

    The heavy sleeper comes from the same source. Those who shun hunting can become slothful and later heavy sleepers. The morale is to create hunting grounds, nomads like those .

    Edit: Striked an error.
    Last edited by bovi; 10-18-2007 at 21:36.

    Having problems getting EB2 to run? Try these solutions.
    ================
    I do NOT answer PM requests for help with EB. Ask in a new help thread in the tech help forum.
    ================
    I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. - Stephen Hawking

  3. #3
    Ming the Merciless is my idol Senior Member Watchman's Avatar
    Join Date
    Aug 2004
    Location
    Helsinki, Finland
    Posts
    7,967

    Default Re: List of trait bugs in EB 1.0

    ...not the legendary Pink Steppe Bunny again...?
    "Let us remember that there are multiple theories of Intelligent Design. I and many others around the world are of the strong belief that the universe was created by a Flying Spaghetti Monster. --- Proof of the existence of the FSM, if needed, can be found in the recent uptick of global warming, earthquakes, hurricanes, and other natural disasters. Apparently His Pastaness is to be worshipped in full pirate regalia. The decline in worldwide pirate population over the past 200 years directly corresponds with the increase in global temperature. Here is a graph to illustrate the point."

    -Church of the Flying Spaghetti Monster

  4. #4

    Default Re: List of trait bugs in EB 1.0

    look at the seasons in Client rulers' traits scroll. it never matches the actual season; says Summer whilst in reality its Winter.

  5. #5
    EB annoying hornet Member bovi's Avatar
    Join Date
    Jan 2007
    Location
    Norway
    Posts
    11,796

    Default Re: List of trait bugs in EB 1.0

    Client rulers get wrong seasons. We could fix it but it would take thousands of lines of code. We're likely going to remove the season traits from client rulers in a future release, as it also causes them to occasionally not be able to sally.

    Having problems getting EB2 to run? Try these solutions.
    ================
    I do NOT answer PM requests for help with EB. Ask in a new help thread in the tech help forum.
    ================
    I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. - Stephen Hawking

  6. #6
    EB annoying hornet Member bovi's Avatar
    Join Date
    Jan 2007
    Location
    Norway
    Posts
    11,796

    Default Re: List of trait bugs in EB 1.0

    Thanks BerkeleyBoi, the antitrait issue is fixed. I assume you already know how to make the change, but anyway: Change export_descr_character_traits.txt:

    Code:
    Trait PoorSakaRider
        Characters family
        NoGoingBackLevel 1
        AntiTraits SauromataeRider SakaRider

    Having problems getting EB2 to run? Try these solutions.
    ================
    I do NOT answer PM requests for help with EB. Ask in a new help thread in the tech help forum.
    ================
    I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. - Stephen Hawking

  7. #7
    Gisgo Governer of Ippone Member madmatg's Avatar
    Join Date
    Dec 2005
    Location
    USA
    Posts
    300

    Default Re: List of trait bugs in EB 1.0

    i just ran into a trait problem
    my character just got done with teh spartan agoge, and entered the krypteia but he is not young anymore(mangrown) and it is winter so with all the movement subtracters he cant leave sparta and hence is doomed to fail lol.
    i think i can just take out the trigger for this turn so he doesnt fail and add it back in next turn after he is able to move out of sparta again, but just wanted to let yall know so you will know(knowing is half the battle right :D)

    Phil 2:9-11 Phil 4:4

  8. #8
    Gisgo Governer of Ippone Member madmatg's Avatar
    Join Date
    Dec 2005
    Location
    USA
    Posts
    300

    Default Re: List of trait bugs in EB 1.0

    hm well then that didnt seem to work it didnt change anything, all i did was mess with the export_descr_character_traits to take out the trigger for fail Krypteia but it still failed my character when i hit end turn and advance past the winter. is there anything else i need to change or is this one of those you have to restart your campaign changes? or is it something else entirely thats way over my head

    Phil 2:9-11 Phil 4:4

  9. #9
    Now sporting a classic avatar! Member fallen851's Avatar
    Join Date
    Oct 2005
    Posts
    799

    Default Re: List of trait bugs in EB 1.0

    Quote Originally Posted by bovi
    Client rulers get wrong seasons. We could fix it but it would take thousands of lines of code. We're likely going to remove the season traits from client rulers in a future release, as it also causes them to occasionally not be able to sally.
    What trait should I comment out if I wanted to fix this? Is it the genericseason and genericnew traits? Or do I need to target triggers? The traits file is the most confusing for me.
    "It's true that when it's looked at isolated, Rome II is a good game... but every time I sit down to play it, every battle, through every turn, I see how Rome I was better. Not unanimously, but ultimately." - Dr. Sane

    http://www.youtube.com/watch?v=L6eaBtzqqFA#t=1h15m33s

  10. #10
    EB annoying hornet Member bovi's Avatar
    Join Date
    Jan 2007
    Location
    Norway
    Posts
    11,796

    Default Re: List of trait bugs in EB 1.0

    About the seasons, it's over a thousand triggers to change I think. I suggest you don't.

    Don't know about the agoge.

    Having problems getting EB2 to run? Try these solutions.
    ================
    I do NOT answer PM requests for help with EB. Ask in a new help thread in the tech help forum.
    ================
    I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. - Stephen Hawking

  11. #11
    Now sporting a classic avatar! Member fallen851's Avatar
    Join Date
    Oct 2005
    Posts
    799

    Default Re: List of trait bugs in EB 1.0

    I don't think I was clear, I meant how do I remove the season traits from client rulers? Is it the genericseason and genericnew traits? Or do I need to target triggers?
    "It's true that when it's looked at isolated, Rome II is a good game... but every time I sit down to play it, every battle, through every turn, I see how Rome I was better. Not unanimously, but ultimately." - Dr. Sane

    http://www.youtube.com/watch?v=L6eaBtzqqFA#t=1h15m33s

  12. #12

    Default Re: List of trait bugs in EB 1.0

    Minor error in the Pontic victory conditions. They still say Nikomedia instead of Nikaia.
    Pontos rocks!

  13. #13
    EB annoying hornet Member bovi's Avatar
    Join Date
    Jan 2007
    Location
    Norway
    Posts
    11,796

    Default Re: List of trait bugs in EB 1.0

    Quote Originally Posted by fallen851
    I don't think I was clear, I meant how do I remove the season traits from client rulers? Is it the genericseason and genericnew traits? Or do I need to target triggers?
    Actually you were clear . There are over a thousand triggers that you will have to change in order to avoid having the client rulers gain season traits (1800-something of them when I checked, IIRC). It is not merely the genericseason and genericnew traits, no. Because they belong to all factions they use all the different season traits.

    Having problems getting EB2 to run? Try these solutions.
    ================
    I do NOT answer PM requests for help with EB. Ask in a new help thread in the tech help forum.
    ================
    I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. - Stephen Hawking

  14. #14

    Default Re: List of trait bugs in EB 1.0

    I had a client ruler (generated genral in type 4 gov) asking me to move him to another province because his skil was too high to stay in barbaric territory

  15. #15
    EB annoying hornet Member bovi's Avatar
    Join Date
    Jan 2007
    Location
    Norway
    Posts
    11,796

    Default Re: List of trait bugs in EB 1.0

    Uncomfortable supervisor you mean? I thought that was fixed months ago, seems it's not.

    Code:
    ;------------------------------------------
    Trigger UnhappySupervisor_TurnEnd_Small_Settlement
        WhenToTest CharacterTurnEnd
    
        Condition EndedInSettlement
              and RemainingMPPercentage > 75
              and Trait Supervisor > 0
              and Trait UnhappySupervisor < 1
              and Trait Type4Governor < 1
              and SettlementBuildingExists <= governors_villa
    
        Affects UnhappySupervisor  1  Chance  25
    Add the red line in EDCT to fix it.

    Having problems getting EB2 to run? Try these solutions.
    ================
    I do NOT answer PM requests for help with EB. Ask in a new help thread in the tech help forum.
    ================
    I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. - Stephen Hawking

  16. #16
    EB Traitor Member BozosLiveHere's Avatar
    Join Date
    Jan 2006
    Location
    Uqbar, Tlön
    Posts
    3,662

    Default Re: List of trait bugs in EB 1.0

    I personally don't think this is a bug at all, but whatever.

  17. #17
    AtB slave trader Member Malik of Sindh's Avatar
    Join Date
    Oct 2007
    Location
    Lithuania
    Posts
    454

    Default Re: List of trait bugs in EB 1.0

    One of my makedonian generals have both otripotes(sp?Anyway that rarely drinks trait)and occasional drinker.

    Asia ton Barbaron,a mini mod for EB.

  18. #18

    Default Re: List of trait bugs in EB 1.0

    As the Romani, my Client Rulers are receiving positions on the cursus honorum, Taras is a particularly bad place for it as the client ruler accrues a high amount of influence quite quickly.

    The client ruler there was a tribunis militia (ahead of Cotta) and a Quaestor (ahead of L.Cornelius Scipio) in the early years of my Romani game.

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