Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem






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]