Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
-----------------------------------------
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.