Jagged Alliance 3
0 of 0

File information

Last updated

Original upload

Created by

Razorspin

Uploaded by

razorspin

Virus scan

Safe to use

Tags for this mod

15 comments

  1. ogaguega
    ogaguega
    • supporter
    • 0 kudos
    Initialy not working for me in 1.4.1 with several other mods. Workaround was to disable the mod before leaving the game (leaving to windows), restarting the game and them re-enabling the mod before loading the save.
  2. yooryb
    yooryb
    • member
    • 0 kudos
    A great mod to raise awareness on how training is working - thank you so much!

    I was confused why some mercs can't get new stats despite all the effort :D

    Like in life.. don't work harder - work smarter :)
  3. Hark0nnen
    Hark0nnen
    • member
    • 0 kudos
    This mod is bugged, it multiplies its UI elements on every load. You need to gate UI adding function behind FirstLoad, like this
    if FirstLoad then
            --Add experience to UI
            ModJA3BetterStatGainInfo_UIAddMercLevelAndExperience()

            --Add stat cooldowns to UI
            ModJA3BetterStatGainInfo_UIAddMercStatCooldowns()

            --Add field experience tracker to UI
            ModJA3BetterStatGainInfo_UIAddFieldExperienceTracker()

    end

    1. christianerding2
      christianerding2
      • member
      • 15 kudos
      If I add this lines by myself will it fix the bug?
    2. Hark0nnen
      Hark0nnen
      • member
      • 0 kudos
      yes
    3. razorspin
      razorspin
      • member
      • 0 kudos
      Fixed :)
    4. Hark0nnen
      Hark0nnen
      • member
      • 0 kudos
      Sorry, but your solution still causes UI multiplication, unlike FirstLoad gate
    5. razorspin
      razorspin
      • member
      • 0 kudos
      Oops, sorry. Is FirstLoad an existing variable used by JA3 to signal if the mod is being loaded for the first time? If so, then i will add it in. At first glance when you mentioned it, I assumed you were giving me pseudo code/hint :D
    6. Hark0nnen
      Hark0nnen
      • member
      • 0 kudos
      Yes, FirstLoad is an existing variable in JA3.
    7. christianerding2
      christianerding2
      • member
      • 15 kudos
      Thx, to both of you...
  4. eviLwindu
    eviLwindu
    • member
    • 0 kudos
    stats info display 4 times for every single merc and bloats the whole screen
    1. PaulusBruna
      PaulusBruna
      • premium
      • 0 kudos
      Try newer version I see Razorspin is patching a lot today this mod initial was 1.10 and now I see latest 1.27
    2. fys
      fys
      • member
      • 7 kudos
      I also had multiple xp/level entries with v1.27 at first, but on another game restart, it looks fine again so far...
      Maybe best to always restart the game after activating a new mod.
    3. eviLwindu
      eviLwindu
      • member
      • 0 kudos
      yea, fixed and works with Training That Sparks Joy too
  5. fys
    fys
    • member
    • 7 kudos
    Is this compatible with Training That Sparks Joy?
    At least I see the other mod's available train points in the UI that could increase from 0 to 1/30 during my test.
    Can't test yet if the cooldown note is showing sooner or later, and most importantly, if everything is working together correctly.