Sound Effects
I would like to classify my sounds in the Factory class
But I can't find it
How do I get to this category?
5 Replies
You can access the volume bus levels like so
These are the volume options
https://docs.ficsit.app/satisfactory-modding/latest/Development/Satisfactory/Audio.html#_volume_options
Audio :: Satisfactory Modding Documentation
This page is a work in progress. TODO Coffee Stain uses the Wwise audio system to play sounds in Satisfactory. At the time of...
You would use
RTPC.Menu_Volume_Factory
for this
I will study this
We are also updating the docs with Wwise instructions for the dev SML branch which eventually will be the go-to for mod sounds.
https://github.com/satisfactorymodding/Documentation/pull/359