Results 1 to 3 of 3

Thread: How do I raise the corruption limit?

  1. #1

    Default How do I raise the corruption limit?

    I've looked around for this, but can't find the answer.

    I've just reinstalled RTW and in the past I had the corruption limit of 50000 raised so that it didn't affect my game.

    Now I can't find the file where this information is stored. Can anyone help?

    Thanks!!

  2. #2

    Default Re: How do I raise the corruption limit?

    If you mean the bad traits that you get if you end turn with more than 50k in faction funds, the triggers for that are in export_descr_character_traits.txt

    It probably looks something like...
    Code:
    ;------------------------------------------
    Trigger corruption1
        WhenToTest CharacterTurnEnd
    
        Condition EndedInSettlement
              and Treasury > 50000
    
        Affects Corrupt  1  Chance  3 
        Affects Aesthetic  1  Chance  3 
        Affects ExpensiveTastes  1  Chance  3 
        Affects Epicurean  1  Chance  3 
        Affects Embezzler  1  Chance  3
    There might be more than one of these, with different thresholds.
    RTR VII Developer

  3. #3

    Default Re: How do I raise the corruption limit?

    Thanks!!

    Thats exactly what I was after.

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