Sounds
5s_lib includes a specialized module for handling custom native sounds. These sounds are either bundled with our scripts or available for separate purchase.
Sound Installation Guide
To install new native sounds, follow these steps:
Copy the sound files:
Place the
.awc
files folder in5s_lib/sounds/sfx
Place the
.dat
file in5s_lib/sounds/audioconfig
Configure the manifest: Add the following lines to
5s_lib/fxmanifest.lua
, replacing the filenames with your sound pack names:data_file 'AUDIO_WAVEPACK' 'sounds/sfx/YOUR_SOUND_PACK' data_file 'AUDIO_SOUNDDATA' 'sounds/audioconfig/YOUR_SOUND_CONFIG.dat'
Last updated