Fix plugins.json & moose plugins (#574)

This commit is contained in:
Druss99
2025-09-07 18:35:54 -04:00
committed by GitHub
parent 1216c90891
commit c44ea0025d
135 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,20 @@
-- configuration file for Soundhandler Plugin
--
-- This configuration is tailored for a mission generated by DCS Retribution
-- see https://github.com/dcs-retribution/dcs-retribution
-------------------------------------------------------------------------------------------------------------------------------------------------------------
-- Autolase plugin - configuration
if dcsRetribution then
-- retrieve specific options values
if dcsRetribution.plugins then
if dcsRetribution.plugins.Soundhandler then
env.info("------DCSRetribution|Soundhandler plugin - Setting Up------")
Soundhandler_options.SoundsToGroupOnly = dcsRetribution.plugins.Soundhandler.SoundsToGroupOnly
Soundhandler_options.ShipSamSounds = dcsRetribution.plugins.Soundhandler.ShipSamSounds
Soundhandler_options.RedShootingSounds = dcsRetribution.plugins.Soundhandler.RedShootingSounds
Soundhandler_options.Debug = dcsRetribution.plugins.Soundhandler.Debug
end
end
end