Results 1 to 6 of 6

Thread: Lazy trait

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Lazy trait

    Hello, i have been experiencing some nuisance with the laziness trait, which for some reason have been plaguing 90% of my governors. I learned that i could negate this trait by moving my generals around each turn, however this has too, become quite a nuisance. Now, i am looking for a way to "delete" the possibility of this trait affecting any of my governors, of which i get a lot of later in the game.

    Would anyone know of a way to entirely remove this trait from the script?

    Thank you.

  2. #2

    Default Re: Lazy trait

    Any changes to the textfiles won't be savegame compatible, if you want to do it in a current game, just use the console command
    Code:
    remove_trait "Governor Name" Slothful
    export_descr_character_traits is the file with traits listed. Take a look at the text editing and scripting forum to find out how to edit it.

  3. #3

    Default Re: Lazy trait

    Thank you, how do i fill in the space for the governor name? E.g. Tom-Johnson/Tom_Johnson

  4. #4

    Default Re: Lazy trait

    "Tom Johnson" afaik.

  5. #5

    Default Re: Lazy trait

    Yeah, usually "Tom Johnson" but it can be different for different factions.

  6. #6

    Default Re: Lazy trait

    Select the general that you want to delete the trait remove_trait this Slothful. Hope this help.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •