安装 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(越南语)
																													Українська(乌克兰语)
																									报告翻译问题
							
						
 
											 
													







The error 19 mod are out of date some of yours is included. I looked for the version but this mod shows on 2020. We both know LIF nolonger has any support from devs so no updates. Beats me. Still love these mods.
I used it with different low values (usually between 1.0 and 3.0) and i *dont think* so low broke any mecanics.
But, yeah, everything can happen in Forest village :p
For anyone else using this mod works great for gatherers etc but for bakery they also carry the same amount of resources like flour or grain and if set to 4 this stops porduction as it's too much, if that happens posses a villager and take it out they will then continue to work again. Set to 3 max seems to work okay in food production buildings.
| 51] 2018-Jan-06 21:50:17 Mod 1136507129 failed to load: mods/1136507129/adjustablecarryweight.lua:3: attempt to perform arithmetic on field 'caryWeht1' (a nil value) [ShareToScripts.cpp <<<from my Log.log file
It still works. I unsubscribed / resubscribed incase you had modified it and it needed to update . hope it helps you
I noticed the save and exit took a long time now it exits just fine.
options.lua
[code]
return
{
caryWeht1 = NumberOption ("Muliply Carry Weight", 1, "Decimal numbers ae accepted")
}
[/code]
CarryWeight.lua
[code]
fv.core.humansConfig.Peasant.carryingCapacity = OPTIONS.caryWeht1 * 20000 --this all one line and you can delete this comment
[/code]