Project Zomboid

Project Zomboid

59 人が評価
[B42] monstersauce simple mod
   
アワード
お気に入り
お気に入り
お気に入りから削除
ファイルサイズ
投稿日
更新日
121.051 KB
2024年12月18日 10時32分
5月13日 18時50分
41 項目の変更履歴 ( 表示 )

サブスクライブしてダウンロード
[B42] monstersauce simple mod

解説
A collection of simple mods.

Contains:
+Drainable Uses; Shows the number of uses for drainable items.
+Skillup Displays; Shows Current level (Axe 3/10) instead of (+1 Axe)
+Replace Battery; Quickly swap out batteries.
+Item Merge; Merge drainables; threads; soaps; spices and stuff.
+empty out containers; empty out wallets, lunchbags, etc.
+read & walk; read while walking.
+keyring options; because there is so many keys now, help quickly fetch them.
+weapon compare; tooltip to compare weapon with equipped
+clothes compare; see above.
+Item marker; if you favorite a screwdriver, it will affect some recipes, so now you can just mark the item and be not favorited.
+add option to open car hood anywhere, faster
+add option to show tooltip for hotbar
+doctorview; see if you are still bleeding
+woodfuel; campfire helper
+carhood; opens car hood faster
+carexp; shows if you will recieve exp from parts uninstall/install (+off road ratings)
+player loot filter
+zombie loot filter
+player status; work in progress; see wake up time, bleeding time, calories, weight, more coming.


+recipes:
pack garbage bags
pack/unpack (plastic bags,matchbox,matchbook, pills and stuff)

Workshop ID: 3386806552
Mod ID: msauce.simple
45 件のコメント
reanimated6 10月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 7月12日 3時33分 
keys function throws errors with CleanUI mod. Mb you can disable it by default?
PuzzyDiztroier 7月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 6月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  [作成者] 6月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 5月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 5月24日 0時22分 
Is this compatible with CleanUI?
Cyber_D 5月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 5月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 4月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?