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
-----------------------------------------
function: attachEvent -- file: ms.keys.lua line # 53 | MOD: msauce simple mods
Callframe at: se.krka.kahlua.integration.expose.MultiLuaJavaInvoker@7f396227
function: refreshBackpacks -- file: ISInventoryPage.lua line # 1187 | MOD: CleanUI
function: createChildren -- file: ISInventoryPage.lua line # 296 | MOD: CleanUI
function: createChildren -- file: EquipmentUi_InventoryPage.lua line # 6 | MOD: Equipment UI
function: instantiate -- file: ISUIElement.lua line # 926 | Vanilla
function: setUIName -- file: ISUIElement.lua line # 1838 | Vanilla
function: createInventoryInterface -- file: ISPlayerDataObject.lua line # 57 | Vanilla
function: createInventoryInterface -- file: ISPlayerDataTuning.lua line # 24 | MOD: Tsar's Common Library v.2.07
function: createPlayerData -- file: ISPlayerData.lua line # 196 | Vanilla
I do notice, your mod causes an error when right clicking on trailers. I was able to fix it by adding a check for if the vehicle has an engine in ms.car-dismantle.lua:
local enginePart = vehicle:getPartById("Engine")
if enginePart and not(string.match(vehicle:getScript():getName(), "Burnt") or string.match(vehicle:getScript():getName(), "Smashed")) and
enginePart:getCondition() < 11 then
we'll have to be patient cause, real life isnt allowing me to crunch code as much as i'd used to.
I'm glad to see that we have more mod hobbyist coming to zomboid.
Or maybe just copy setting for easy changing to new bag/backpack?
yes. sort function will come, that is for sure. aint got no time to pick up items one at a time.