Project Zomboid

Project Zomboid

No hay suficientes valoraciones
Stat Tweaks Lib
   
Premio
Favoritos
Favorito
Quitar
Tamaño
Publicado el
Actualizado el
87.724 KB
26 ENE a las 2:42 p. m.
1 FEB a las 6:55 a. m.
2 notas sobre cambios ( ver )

Suscríbete para descargar
Stat Tweaks Lib

Descripción
Library of tools for modders and myself
Adds tools for applying gradual changes to stats, as well as gain/loss modifiers for all stats.
Check discussions for modders guide

Workshop ID: 3415375593
Mod ID: LazoloStatTweaksLib
Discusiones populares Ver todo (1)
0
26 ENE a las 5:42 p. m.
Modder's Guide
Dr. Lalaoz
13 comentarios
Dr. Lalaoz  [autor] 4 FEB a las 2:26 p. m. 
@Clem if you don't know where to put that line of code then you should read the modders guide on the pzwiki. that line is a line of lua code that goes in a script in media\lua\client and if you don't know how to write a script you bascially can't do anything with this mod.
Clem 3 FEB a las 2:43 p. m. 
I will try this mod,but will be easy if you can put for dummies like me jajaja.For example,I dont know how to put this StatsLib.HungerLossModifiers.SomeOtherStatIdentifier = 0.5,in which part have to put it.
Jebus oTO 1 FEB a las 12:33 p. m. 
Thanks, @Dr. Lalaoz! I'll check it out right away.
Kyrox 1 FEB a las 8:44 a. m. 
Appreciate you looking into it! You're the man! Thank you
Dr. Lalaoz  [autor] 1 FEB a las 7:04 a. m. 
Fixed the MoodleFR incompatibility. StatTweaks defined PerformanceSettings as the getPerformance() function so it could get the current framerate for scaling the gradual stat changes. but that caused MoodleFR to be unable to call its PerformanceSettings.getLockFPS() call because the value was changed.
This means that global values within mods (even "local" ones) can be changed by other mods, accidentally or otherwise. which is what happened here.
Kyrox 30 ENE a las 10:05 a. m. 
I am getting thousands of errors with Moodle Framework.

function: updateOscilatorXOffset -- file: MF_ISMoodle.lua line # 221 | MOD: MoodleFramework
function: render -- file: MF_ISMoodle.lua line # 241 | MOD: MoodleFramework.
[30-01-25 11:04:33.000] ERROR: General f:2497, t:1738260273000> ExceptionLogger.logException> Exception thrown
java.lang.RuntimeException: Object tried to call nil in updateOscilatorXOffset at KahluaUtil.fail(KahluaUtil.java:82).
RuralMoss 29 ENE a las 2:22 a. m. 
I am getting the Moodle Framework error as well and shortlisted it to this mod
Jebus oTO 27 ENE a las 3:28 p. m. 
I tested it again with only this mod, and not EMT. The errors persisted, so it's only the framework that's incompatible.

Hope you manage to figure out what's going on! I appreciate the work you're doing on this.
Looking forward to being able to use EMT!
27 ENE a las 1:58 p. m. 
@Dr. Lalaoz I'm experiencing the same issue, this is interfering with several mods I'm using that use Moodle Framework, they all work again when I disable this.
Dr. Lalaoz  [autor] 27 ENE a las 1:33 p. m. 
Oh wow, i didnt realise moodle FR had updated to b42.
i'll have to do some testing and figure out whats going on. which i can't do until tomorrow
are you sure its the library mod and not EMT?