Results 1 to 10 of 10

Thread: Tutorial [Beginner coding]: Traits

Hybrid View

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

    Default Re: Tutorial [Beginner coding]: Traits

    Quote Originally Posted by billydilly View Post
    @ DrIstvaan

    Hi! How did you solve the problem? I have the same problem, I added some titles, Count of Copenhagen etc to a big map, but the game quits just as you said...
    I know it's a bit lit to help you, but this might be helpful for someone new..

    When you add new traits to export_descr_character_traits.txt, don't add new traits at the very bottom of the file. The export_descr_character_traits.txt file contains traits and triggers. The triggers begin around line 10,200. You can add new traits under the last trait but above the lines that say...
    Code:
    ;===============================================================
    ;== TRIGGER DATA STARTS HERE ==
    ;===============================================================
    Then you shouldn't get any errors.

  2. #2

    Default Re: Tutorial [Beginner coding]: Traits

    Quote Originally Posted by Tek Jansen View Post
    I know it's a bit lit to help you, but this might be helpful for someone new..

    When you add new traits to export_descr_character_traits.txt, don't add new traits at the very bottom of the file. The export_descr_character_traits.txt file contains traits and triggers. The triggers begin around line 10,200. You can add new traits under the last trait but above the lines that say...
    Code:
    ;===============================================================
    ;== TRIGGER DATA STARTS HERE ==
    ;===============================================================
    Then you shouldn't get any errors.
    Damn so that's what I was doing wrong.
    OMG I haz a balloon,
    -awarded by chairman

  3. #3

    Default Re: Tutorial [Beginner coding]: Traits

    Sorry for necroing this tut but I found out that the trait flags mentioned above are actually in incorrect order and if used as mentioned the game CTDs on campaign start-up.

    Correct order is:

    Hidden
    ExcludeCultures
    NoGoingBackLevel
    AntiTraits

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