From 10a6c984c3b738a1b02427ea585f3da2a0519f5b Mon Sep 17 00:00:00 2001 From: vbawol Date: Tue, 18 Oct 2016 00:03:34 -0500 Subject: [PATCH] moved cfgsounds to main mod --- Sources/epoch_config/Configs/CfgSounds.hpp | 103 -------------------- Sources/epoch_config/Configs/CfgSounds.json | 91 ----------------- Sources/epoch_config/sandbox_config.hpp | 1 - 3 files changed, 195 deletions(-) delete mode 100644 Sources/epoch_config/Configs/CfgSounds.hpp delete mode 100644 Sources/epoch_config/Configs/CfgSounds.json diff --git a/Sources/epoch_config/Configs/CfgSounds.hpp b/Sources/epoch_config/Configs/CfgSounds.hpp deleted file mode 100644 index 59c51477..00000000 --- a/Sources/epoch_config/Configs/CfgSounds.hpp +++ /dev/null @@ -1,103 +0,0 @@ -/*[[[cog from arma_config_tools import *; json_to_arma()]]]*/ -/* - @author = "Aaron Clark - https://EpochMod.com"; - @contributors[] = {}; - @description = "Custom Epoch cfgSounds config."; - @licence = "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike"; - @github = "https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgSounds.hpp"; -*/ -class CfgSounds -{ - class sapper_groan0 - { - sound[] = {"\x\addons\a3_epoch_assets\sounds\sapper\sapper_groan2",1.0,1.0}; - titles[] = {}; - }; - class sapper_groan1 - { - sound[] = { "\x\addons\a3_epoch_assets\sounds\sapper\sapper_groan3", 1.0, 1.0 }; - titles[] = {}; - }; - class sapper_groan2 - { - sound[] = { "\x\addons\a3_epoch_assets\sounds\sapper\sapper_groan4", 1.0, 1.0 }; - titles[] = {}; - }; - class sapper_explode - { - sound[] = { "\x\addons\a3_epoch_assets\sounds\sapper\sapper_preExplode", 1.0, 1.0 }; - titles[] = {}; - }; - class sapper_alert0 - { - sound[] = { "\x\addons\a3_epoch_assets\sounds\sapper\sapper_alert1", 1.0, 1.0 }; - titles[] = {}; - }; - class drone_alert0 - { - sound[] = { "\x\addons\a3_epoch_assets\sounds\drone\drone_alert2", 1.0, 1.0 }; - titles[] = {}; - }; - class snake_bite0 - { - sound[] = { "\x\addons\a3_epoch_assets\sounds\snake\snake_bite", 1.0, 1.0 }; - titles[] = {}; - }; - class jack_pump - { - sound[] = { "\x\addons\a3_epoch_assets\sounds\tools\jack", 1.0, 1.0 }; - titles[] = {}; - }; - class dog_bark - { - sound[] = {"@A3\Sounds_F\ambient\animals\dog1",0.6,1.0}; - titles[] = {}; - }; - class dog_cry - { - sound[] = {"@A3\Sounds_F\ambient\animals\dog4",0.6,1.0}; - titles[] = {}; - }; - class hed_cluck0 - { - sound[] = {"@A3\Sounds_F\ambient\animals\hen1",0.3,1.0}; - titles[] = {}; - }; - class hed_cluck1 - { - sound[] = {"@A3\Sounds_F\ambient\animals\hen2",0.3,1.0}; - titles[] = {}; - }; - class hed_cluck2 - { - sound[] = {"@A3\Sounds_F\ambient\animals\hen3",0.3,1.0}; - titles[] = {}; - }; - class cultist_talk - { - sound[] = {"@x\addons\a3_epoch_assets\sounds\cloak\cultist_banter1",0.7,1.0}; - titles[] = {}; - }; - class cultist_death - { - sound[] = {"@x\addons\a3_epoch_assets\sounds\cloak\cultist_death",0.7,1.0}; - titles[] = {}; - }; - class cultist_laugh - { - sound[] = {"@x\addons\a3_epoch_assets\sounds\cloak\cultist_laugh",0.7,1.0}; - titles[] = {}; - }; - class cultist_nearby - { - sound[] = {"@x\addons\a3_epoch_assets\sounds\cloak\cultist_nearby",0.7,1.0}; - titles[] = {}; - }; - class cultist_taunt - { - sound[] = {"@x\addons\a3_epoch_assets\sounds\cloak\cultist_taunt",0.7,1.0}; - titles[] = {}; - }; -}; - -/*[[[end]]]*/ diff --git a/Sources/epoch_config/Configs/CfgSounds.json b/Sources/epoch_config/Configs/CfgSounds.json deleted file mode 100644 index 35e88df8..00000000 --- a/Sources/epoch_config/Configs/CfgSounds.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "_header": { - "@author": "Aaron Clark - https://EpochMod.com", - "@contributors": [], - "@description": "Custom Epoch cfgSounds config.", - "@licence": "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike", - "@github": "https://github.com/EpochModTeam/Epoch/tree/release/Sources/{filename}" - }, - "CfgSounds": { - "dog_bark": { - "sound": [ - "@A3\\Sounds_F\\ambient\\animals\\dog1", - 0.6, - 1.0 - ], - "titles": [] - }, - "dog_cry": { - "sound": [ - "@A3\\Sounds_F\\ambient\\animals\\dog4", - 0.6, - 1.0 - ], - "titles": [] - }, - "hed_cluck0": { - "sound": [ - "@A3\\Sounds_F\\ambient\\animals\\hen1", - 0.3, - 1.0 - ], - "titles": [] - }, - "hed_cluck1": { - "sound": [ - "@A3\\Sounds_F\\ambient\\animals\\hen2", - 0.3, - 1.0 - ], - "titles": [] - }, - "hed_cluck2": { - "sound": [ - "@A3\\Sounds_F\\ambient\\animals\\hen3", - 0.3, - 1.0 - ], - "titles": [] - }, - "cultist_talk": { - "sound": [ - "@x\\addons\\a3_epoch_assets\\sounds\\cloak\\cultist_banter1", - 0.7, - 1.0 - ], - "titles": [] - }, - "cultist_death": { - "sound": [ - "@x\\addons\\a3_epoch_assets\\sounds\\cloak\\cultist_death", - 0.7, - 1.0 - ], - "titles": [] - }, - "cultist_laugh": { - "sound": [ - "@x\\addons\\a3_epoch_assets\\sounds\\cloak\\cultist_laugh", - 0.7, - 1.0 - ], - "titles": [] - }, - "cultist_nearby": { - "sound": [ - "@x\\addons\\a3_epoch_assets\\sounds\\cloak\\cultist_nearby", - 0.7, - 1.0 - ], - "titles": [] - }, - "cultist_taunt": { - "sound": [ - "@x\\addons\\a3_epoch_assets\\sounds\\cloak\\cultist_taunt", - 0.7, - 1.0 - ], - "titles": [] - } - } -} diff --git a/Sources/epoch_config/sandbox_config.hpp b/Sources/epoch_config/sandbox_config.hpp index 40dbbe83..ea8e1330 100644 --- a/Sources/epoch_config/sandbox_config.hpp +++ b/Sources/epoch_config/sandbox_config.hpp @@ -74,7 +74,6 @@ disableRandomization[] = {"All"}; #include "Configs\CfgSwitchMovehandler.hpp" // A3 specific configs -#include "Configs\CfgSounds.hpp" #include "Configs\CfgFunctions.hpp" #include "Configs\CfgRemoteExec.hpp"