Project Zomboid
[B42] monstersauce simple mod
45 σχόλια
reanimated6 27 Οκτ, 16:36 
Man I hope you make all this modular in the modmenu. So many parts of this is SO damn important, but some parts are making other mods struggle with errors or incompatibilities. Like CleanUI
PuzzyDiztroier 12 Ιουλ, 3:33 
keys function throws errors with CleanUI mod. Mb you can disable it by default?
PuzzyDiztroier 12 Ιουλ, 1:35 
STACK TRACE
-----------------------------------------
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
Snowstar837 20 Ιουν, 13:09 
Thank you! I definitely understand needing to get into a coding mood aha.

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
MonsterSauce  [Δημιουργός] 4 Ιουν, 11:35 
yes, I will start on making smaller repacked of this mod.
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.
Snowstar837 30 Μαϊ, 18:05 
Would you ever consider splitting this into modular optional files (such as "ui changes", "qol gameplay changes", and "inventory changes"), or forking off the most popular components?
Dotan 24 Μαϊ, 0:22 
Is this compatible with CleanUI?
Cyber_D 21 Μαϊ, 11:52 
It looks like the changes in 42.8 broke your mods (simple and loot) =( The mods stopped displaying in the settings in the mods tab.
p6kocka 4 Μαϊ, 13:24 
Hello. I was using your mods back with version 41. thank you for porting this mod to 42. One question. There was a mod in v41 where you could decide where to put a looted item after right- clicking it. Something like "Put it in the inventory" and " Put it in the backpack" and " Put it in the fanny pack" etc. So you didn' t have to click the individual containers in the left inventory panel. I think it was your mod, wasn' t it? I miss it very much. It' s such a QOL mod. Or maybe you know what mod was it,?
Preman Kampung 1 Απρ, 13:31 
Nice! Can't wait, it really helpful when playing with a controller. Also if I may suggest that maybe you can add like save & load preset for the sorting function?

Or maybe just copy setting for easy changing to new bag/backpack?
MonsterSauce  [Δημιουργός] 31 Μαρ, 13:09 
@Preman Kampung

yes. sort function will come, that is for sure. aint got no time to pick up items one at a time.
Preman Kampung 21 Μαρ, 17:12 
Any plan for sort function?
MonsterSauce  [Δημιουργός] 17 Μαρ, 14:14 
@Klade

there is no plans for food. tho spices like ketchup is coming.
MonsterSauce  [Δημιουργός] 17 Μαρ, 10:45 
Ah, thanks. Ill patch it now
hi117 17 Μαρ, 10:26 
@MonsterSauce
Got a new error: ms.keys.lua:64. Error is `java.lang.RuntimeException: No implementation found`. I think this is due to `getDisplayName()` not being implemeted for some items, though I can't find a good alternative for the function.
Sarunax 16 Μαρ, 14:38 
Does the item merge work for food? I have 40 -2 hunger potatoes. Thanks!
MonsterSauce  [Δημιουργός] 14 Μαρ, 4:15 
I was able to get your exact error, this is now fixed. thank you for your report.
BeeBro 14 Μαρ, 2:39 
@MonsterSauce,
thank you for your fast checking and fixing mate. Unfortunatly it isn't fix completly. The right click context works now but the error popups still exist and they rise fast when any inventory is open:
https://pastecode.io/s/w2d7rcyn
MonsterSauce  [Δημιουργός] 13 Μαρ, 16:21 
@anis,

no it does not need any order.
check modoption? it might be off.
sometimes, re applying the option fixes things.
MonsterSauce  [Δημιουργός] 13 Μαρ, 16:19 
@BeeBro

Ug, right that can happen. I have patched it. sorry.
BeeBro 13 Μαρ, 15:42 
@MonsterSauce
since your last update I got the following error popups continuously:
https://pastecode.io/s/96xe9fkq
I also cant open "right click" context menu on inventory items if it helps.
Æniso 13 Μαρ, 9:21 
Does this have to be anywhere in specific in the load order?

I don't get fast car hood openings.
BeeBro 13 Μαρ, 2:39 
Thanks for your explanation. I now understand your idea behind the item marker :) And thanks for adding my proposal on your "maybe add" list. Looking forward :)
MonsterSauce  [Δημιουργός] 12 Μαρ, 12:25 
@BeeBro

the intent of item marker was, simple. I get way too many tools, like screwdrivers, so, i just use them to poke zombies and realize.. i used the last one..
i would have just used the "favorite" option, BUT, if you favorite an item, like screwdriver... then... that items will be invisible to crafting.. which is not what i wanted. thus, i'll just draw on the item, a marker.

I was thinking of having stuff that is marked, auto sort into containers with the same symbols.. but, that is a future update. i havent had much time to flesh out the details. but yes, i can add your suggestion for now.
BeeBro 12 Μαρ, 11:32 
Hey @MonsterSauce I like this mod because it includeds many need mods in one :)
One thing: Your item marker - whats the intention behind it? i hoped that it allows me to mark an item like a specific tool, so i know that I allready looted one and don't need another one. But your marker only mark this one item. Could it be possible to show it on all the same items? Like "have been read" mod does for books?
Tarrax Ironwolf 28 Φεβ, 21:38 
Okay, thank you for the quick response.
MonsterSauce  [Δημιουργός] 28 Φεβ, 19:05 
The thing is, each mod, is so small, that doing the paper work to push them out would take longer than implementing them. so, adding to a collection like this is faster. you can always disable a feature; and any code related will not run.
Tarrax Ironwolf 28 Φεβ, 16:33 
Is it possible to make these as à la carte options instead of all-or-nothing?
XOXANA 18 Φεβ, 10:24 
modular options?
TeeJay 12 Ιαν, 9:26 
Appreciate the effort! Bet TIS is gonna iron this one out pretty fast
MonsterSauce  [Δημιουργός] 12 Ιαν, 5:33 
i have tried to make a "keep" container option. but due to the bug, it would always delete the item when empty. so, not much I can do there.
TeeJay 11 Ιαν, 23:09 
If only i had managed to read your post from des 30th before posting :lunar2019laughingpig: Cheers!
MonsterSauce  [Δημιουργός] 11 Ιαν, 7:06 
seems to be a b42 thing, there are other mods trying to fix this issue.
hopefully this issue is fixed in the future updates. for now, i have added consolidate and keep container menu item, and a work around until patch.
TeeJay 11 Ιαν, 2:38 
Does the update delete empty car batteries as well? uninstalling empty car batteries from cars just removes them from the game.. been having that issue as of late after starting a new game.
MonsterSauce  [Δημιουργός] 5 Ιαν, 12:07 
i made an update to item merge that can help remove those ghost items. i hope.
MonsterSauce  [Δημιουργός] 4 Ιαν, 20:23 
sandbox options are now in modOptions. you wont need the sandbox option mod anymore.
Cyber_D 30 Δεκ 2024, 2:59 
Double checked. You are right. "floor" container is empty, but proximity inventory showing empty items. wierd.
Anyway. Have a nice holiday.
MonsterSauce  [Δημιουργός] 29 Δεκ 2024, 18:54 
Wow. that is wierd. I dropped a thread. you can see it on the floor. and when i adjust it to be empty. run around. i see the thread on the floor. and it doesnt appear in the loot window.

this is not something that i did. looks like a build 42 thing.
MonsterSauce  [Δημιουργός] 29 Δεκ 2024, 15:13 
Ah, thanks. Ill have more time soon. To test. Holidays been too busy
Cyber_D 29 Δεκ 2024, 14:31 
It's like i don't know how to play PZ without your mods. Thanks!
Some strange things happening with empty items (thread, battery, meds etc). If they are in container and i'm trying to move them, then they are dissapearing. and that's ok, i guess. But if they are on the floor, i can't do anything to them. So, now there is some items on the floor of my base laying like a junk. But i think it's 42 build thing. I don't know. Just telling=)
Partis 26 Δεκ 2024, 23:12 
Item Merging is finally here.
You can now merge fragmented items back together!
MonsterSauce  [Δημιουργός] 26 Δεκ 2024, 17:45 
Should be on. What is not working?
You can disable or enable in sandbox options. There are mods to edit sandbox options,even if the game is in progress.
Aang741 26 Δεκ 2024, 16:27 
how can i activate this mod? i activated in mod list but i cant find any option
tinitea. 24 Δεκ 2024, 17:48 
^ upvote upvote
MonsterSauce  [Δημιουργός] 19 Δεκ 2024, 21:08 
Work is progressing...

next up is, inventory/corpse filtering and sac