DayZ
335 ratings
Zens Crafting Sounds
5
4
6
5
2
2
2
   
Award
Favorite
Favorited
Unfavorite
Type: Mod
Mod Type: Mechanics, Sound
File Size
Posted
Updated
5.555 MB
Sep 29, 2023 @ 11:58pm
Mar 6 @ 3:22am
5 Change Notes ( view )

Subscribe to download
Zens Crafting Sounds

Description
Updated for 1.24

What Is This?

This mod adds 20+ new crafting and action sounds to the game.

In a recent DayZ update the devs added a new can opening sound when opening beans and other canned foods, so I hijacked that new feature to add a bunch of new recipe sounds.

Watch the YouTube video attached to this workshop publication to see a few examples.

Installation Instructions:

Install this mod like any other mod - copy it into your server folder and add it to your mods list. Make sure to copy the .bikey into your server keys if you're not using a server management tool like OmegaManager which does that automatically.

This mod must be installed on both the server & client.

Credits:

All of these sounds are free-to-use creative commons sounds that require no attribution, and a couple I recorded myself. I had to listen to an ungodly amount of ASMR sound videos to get most of these effects. I will never be the same again.

Repack & Source Code:

You can repack this mod if you like, and do anything else you want with it for that matter. Just keep in mind if you repack you won't get any new sound effects or bugfixes automatically, so make sure to check back regularly especially if you notice issues.

Unfortunately due to lack of time I can't maintain all of my mods all of the time. I do my best, but these mods are offered as-is. If there's a problem, you have the source code and my permission to fix it yourself and upload a fixed version to the workshop without any credit necessary. It's all free.

The source code is available on my GitHub at www.zenarchist.io

Buy Me A Coffee:

All my mods are free and open source, but it takes an enormous amount of time to put some of these mods together. If I've helped you out, please consider helping me buy my next coffee! I don't expect it, but I very much appreciate it.

https://buymeacoffee.com/zenarchist

Enjoy!
Popular Discussions View All (1)
0
Jun 24, 2024 @ 5:10pm
Servers using this mod:
MadEagle
64 Comments
水杉 Apr 23 @ 12:32pm 
Overloaded function 'InsertIngredient' not compatible 1.28 error
Garageman Mar 6 @ 5:48am 
Thanks for the fix, @Zen!
Dave Mar 5 @ 1:32pm 
Getting this error on 1.27

Can't compile "World" script module!
ZenCraftingSounds/scripts/4_world/classes\recipes\recipebase.c(5): Overloaded function 'InsertIngredient' not compatible
Alex Mar 3 @ 5:25pm 
@Josecitox

Hello
I did it the way you wrote it unpack and repack when I restart my server I get the following message at DAYZ

Can´t compile "World" script module!
ZenCraftingSounds/script4_world/classes/recipes/recipebasic.c(5):
Overloaded funktion "Insertingredient" not compatible

am i doing something wrong or what could be the problem?
cult Feb 27 @ 4:00am 
wedajm - yes, fix word
wedajm Feb 27 @ 2:15am 
Has anyone tested the fix, does it work ?
Old Man Vape Feb 26 @ 4:19am 
thank you zen and josecitox
Josecitox Feb 25 @ 11:48am 
Since Zen allows people to edit and repack this mod, use this updated version of the recibebase.c script to fix the issue with 1.27

Replace or edit the one you have with this one here, pack the mod and done.

https://gist.github.com/Josecitox/643dbed1a8d2ad313e4b72850ae40753
MastaHiggins Feb 25 @ 10:31am 
splinter.fenix
Работает! Спасибо, друже! 🤝
splinter.fenix Feb 25 @ 9:04am 
Там немного поменялась сигнатура функции InsertIngredient()
Если говорить точнее, то была добавлена новая обязательная информация о параметрах функции. Переделать 1 минута.

Сама функция:
InsertIngredient(int index, string ingredient, DayZPlayerConstants uid = DayZPlayerConstants.CMD_ACTIONFB_CRAFTING)

Так же изменить строки добавив в конец(, uid):
InsertIngredientEx(index, ingredient, "Zen_SewingKit", uid);