Frictional Games Forum (read-only)

Full Version: Changing sound for an objects destruction?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys,
Is it possible to change the sound from when an object breaks?
I want a vase to have a custom soundfile when being thrown at the ground and shattered into pieces.

If it's possible, what kind of file(s) will I need? My guess would be that I would have to convert my audiofile into .ogg and then making a .snt?

Thanks
Jonathan
Yea, it's possible! You could open the entity of the item you want to change the sound of, and press Settings - > user defined variables, scroll down till' you find BreakSound. Change that sound to w/e you want. Yea, you will have to convert your sound to .ogg and create a .snt-file. The .snt-file should be written in the BreakSound box. Do not forget to save the entity as a new one :]
.
(07-25-2012, 06:03 PM)Wrathborn771 Wrote: [ -> ]Hey guys,
Is it possible to change the sound from when an object breaks?
I want a vase to have a custom soundfile when being thrown at the ground and shattered into pieces.

If it's possible, what kind of file(s) will I need? My guess would be that I would have to convert my audiofile into .ogg and then making a .snt?

Thanks
Jonathan
Do I change that in the modeleditor? Smile





Yes.






Thanks guys, Imma try it out.