Dueler Posted August 22, 2022 Share Posted August 22, 2022 (edited) Update: Make sure you aren't hidden or in admin mode when testing mods. Was just messing around with recipes and got a simple one working pretty much instantly just copying code from base files. However the only thing that doesn't seem to work for me is sound. I'm trying to use an existing file in media/sound so I don't really get why there is an issue. Is there another file I need to be creating to make custom recipe sounds work or something else I"m not considering? module ExampleRecipe { imports { Base } recipe Make ExampleRecipe { keep [Recipe.GetItemTypes.ExampleItemtoKeep], ExampleItem, Result:ExampleRecipeFinished=1, Sound:splat2, Time:50.0, Category:ExampleCategory, } } Edited August 24, 2022 by Dueler Link to comment Share on other sites More sharing options...
moatmoat Posted August 26, 2022 Share Posted August 26, 2022 I beleive that you might need to include the file type which I beleive is an ogg for zomboid. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now