Sound settings

As the resource uses custom sounds we've added some settings that you may want to configure.

To begin, open the config.lua file and navigate to the main = { section.

Next, find the following two values:

defibVolumeRadius = 30, -- The sound distance
defibVolume = 1.0, -- The sound volume. Maximum 1.0

defibVolumeRadius - This sets the radius at which the sound can be heard from the source, such as a shock being advised or the turning on sound. You'll need to reduce or increase this number depending on if the sound reaches too far, or not far enough.

defibVolume - This sets the volume of the defib. This must be a number between 0.0 and 1.0.

If you wish to modify the sound files themselves, navigate to the sounds folder and simply change the .ogg files.

Last updated