安装 Steam						
					
				
				
									登录
											 | 
						语言
						
																																															繁體中文(繁体中文)
																													日本語(日语)
																													한국어(韩语)
																													ไทย(泰语)
																													български(保加利亚语)
																													Čeština(捷克语)
																													Dansk(丹麦语)
																													Deutsch(德语)
																													English(英语)
																													Español-España(西班牙语 - 西班牙)
																													Español - Latinoamérica(西班牙语 - 拉丁美洲)
																													Ελληνικά(希腊语)
																													Français(法语)
																													Italiano(意大利语)
																													Bahasa Indonesia(印度尼西亚语)
																													Magyar(匈牙利语)
																													Nederlands(荷兰语)
																													Norsk(挪威语)
																													Polski(波兰语)
																													Português(葡萄牙语 - 葡萄牙)
																													Português-Brasil(葡萄牙语 - 巴西)
																													Română(罗马尼亚语)
																													Русский(俄语)
																													Suomi(芬兰语)
																													Svenska(瑞典语)
																													Türkçe(土耳其语)
																													Tiếng Việt(越南语)
																													Українська(乌克兰语)
																									报告翻译问题
							
						
											




being able to add percentage modifiers is something zomboid just doesnt have, and the method i used to accomplish it would get laggy if a bunch of mods are doing the same thing. so its easier if one mod handles it all. hence; the library mod.
at least that was the idea anyway, in practice it looks like not a lot of people actually looked at it. still. its here.
And how consistent is it?
if its normal stress then its probably you gaining stress from a TV or anything that gives the (^ Stress) icon, which has a bug where every time you gain stress that way, it adds the smoker stress to your current stress again. so if you had 0 stress and 25 smoker stress, then gain 10 stress. you'd end up with 35 stress and 25 smoker stress. Its a bug you have to account for whenever you modify the stress value in any mod.
if its consistent and regular stress, then i might need to go adjust the formula to account for whatever fix they tried to do in b42.
if its CigStress then i'll have to go debug it.
This means that global values within mods (even "local" ones) can be changed by other mods, accidentally or otherwise. which is what happened here.
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).
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!
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?
Moodle framework has been updated to B42: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3396446795
I used this version of framework specifically made for B42.
Moodle Framework isnt updated to B42 but if its enabled then Even More Traits will call it even if its gonna break.