Recent content by Egib

  1. E

    [GS] SQL modding issue, leader trait change

    Thank you very much, that seems to have done the trick, really appreciate the help raen and isau, it means a lot to me. here's what I ended up with; -------------------------------------------------------------------------------------------------------------------------- -- Modifiers...
  2. E

    [GS] SQL modding issue, leader trait change

    It seems also that making the change in the debug database for this line: UPDATE LeaderTraits SET TraitType='TRAIT_BILLIONAIRE' WHERE LeaderType='LEADER_WILHELMINA'; works fine, but fails to do its job when in the mod and running in game
  3. E

    [GS] SQL modding issue, leader trait change

    Thanks both of you, i've made the change to this now -------------------------------------------------------------------------------------------------------------------------- -- Modifiers...
  4. E

    [GS] SQL modding issue, leader trait change

    What do you mean by defining the trait type, i'm not sure I understand
  5. E

    [GS] SQL modding issue, leader trait change

    I've been trying my hand at creating a mod using sql, and it has been very interesting so far, but it seems that I run into some sort of load issue. Does anyone have any idea why that would be ? The goal of this small mod is to change the leader trait of Wilhelmina to have an extra economic...
  6. E

    Tutorial: Modding with SQLLite Studio (PC)

    I've been trying my hand at creating a mod using sql using this guide, and it has been very interesting so far, but it seems that I run into some sort of load issue. Does anyone have any idea why that would be ? The goal of this small mod is to change the leader trait of Wilhelmina to have an...
Back
Top Bottom