Not compatible, and I don't plan on stacking them either. Stacking can easily take up a lot of your item slots after game updates, unless you keep using stacking mods
uhm... is there a way to remove the nightrunner vision booster from the list? I've been stuck for 2 hours with this vision blury as feck lol, sleeping wont even remove it either.
What Lines did you change? I couldn't find the changes in the SCR files I tried finding boost or booster and nothing came up in the code, just trying to figure out what you changed so I can learn so more DL2 Mod Coding and stuff
Edit* I think I found it basically at then end of the Buff Line Code you put "UIStat("&StatsUI_EffectDuration&", 9999, "Seconds");" instead of the normal one and thats how that works or do you have to add anything else so it works?
You need to find the corresponding booster in buff to make changes, UIStat ("&StatsUI-AffectDuration&", 9999, "Seconds"); "This only changes the duration displayed in the game. Changing" UIStat ("&StatsUI-AffectDuration&", 9999, "Seconds") "does not change the actual duration
Friend, I thank you for the reply you made earlier in the comment under me. I was struggling with how to make my own mods to work for weeks, not realizing that naming my dataX.pak with double digits doesn't work until last night
26 comments
https://www.nexusmods.com/dyinglight2/mods/1426?tab=description
Thank you
What Lines did you change? I couldn't find the changes in the SCR files I tried finding boost or booster and nothing came up in the code, just trying to figure out what you changed so I can learn so more DL2 Mod Coding and stuff
Edit* I think I found it basically at then end of the Buff Line Code you put "UIStat("&StatsUI_EffectDuration&", 9999, "Seconds");"
instead of the normal one and thats how that works or do you have to add anything else so it works?