Jump to content

Recipe, no sound?


Dueler

Recommended Posts

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 by Dueler
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...