aboutsummaryrefslogtreecommitdiff
path: root/Mods
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-12-09 21:01:45 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-12-09 21:01:45 -0800
commit1d4e1a07209a2e754a9fcd908bdc265c5c4fb30d (patch)
treed8be25e4fdf9c911f53f4d0da28897f7e15ed15a /Mods
parentDelete the old mods. (diff)
downloadcataclysm-dda-soundpack_jcsoundpack-1d4e1a07209a2e754a9fcd908bdc265c5c4fb30d.tar.xz
Remove obsolete BrightNights mod sound config.
Diffstat (limited to 'Mods')
-rw-r--r--Mods/BrightNights/Bright Nights.json33
-rw-r--r--Mods/BrightNights/laser_rifle_cheap_reload.oggbin28386 -> 0 bytes
-rw-r--r--Mods/BrightNights/terrain_effects.json38
3 files changed, 0 insertions, 71 deletions
diff --git a/Mods/BrightNights/Bright Nights.json b/Mods/BrightNights/Bright Nights.json
deleted file mode 100644
index 19a4ae0..0000000
--- a/Mods/BrightNights/Bright Nights.json
+++ /dev/null
@@ -1,33 +0,0 @@
-[
- {
- "type": "sound_effect",
- "id" : "fire_gun",
- "volume" : 50,
- "variant" : "laser_rifle_cheap",
- "files" : [
- "guns/eweapons/laser_rifle_1.ogg",
- "guns/eweapons/laser_rifle_2.ogg",
- "guns/eweapons/laser_rifle_3.ogg"
- ]
- },
- {
- "type": "sound_effect",
- "id" : "fire_gun_distant",
- "volume" : 20,
- "variant" : "laser_rifle_cheap",
- "files" : [
- "guns/eweapons/laser_rifle_1.ogg",
- "guns/eweapons/laser_rifle_2.ogg",
- "guns/eweapons/laser_rifle_3.ogg"
- ]
- },
- {
- "type": "sound_effect",
- "id" : "reload",
- "volume" : 50,
- "variant" : "laser_rifle_cheap",
- "files" : [
- "Mods/BringNights/laser_rifle_cheap_reload.ogg"
- ]
- }
-]
diff --git a/Mods/BrightNights/laser_rifle_cheap_reload.ogg b/Mods/BrightNights/laser_rifle_cheap_reload.ogg
deleted file mode 100644
index f4fb707..0000000
--- a/Mods/BrightNights/laser_rifle_cheap_reload.ogg
+++ /dev/null
Binary files differ
diff --git a/Mods/BrightNights/terrain_effects.json b/Mods/BrightNights/terrain_effects.json
deleted file mode 100644
index bada1fd..0000000
--- a/Mods/BrightNights/terrain_effects.json
+++ /dev/null
@@ -1,38 +0,0 @@
-[
- {
- "type": "sound_effect",
- "id" : "smash_fail",
- "variant" : "t_nuclear_reactor",
- "volume" : 50,
- "files" : [
- "terrain/metal/hit_metal_1.ogg",
- "terrain/metal/hit_metal_2.ogg",
- "terrain/metal/hit_metal_3.ogg",
- "terrain/metal/hit_metal_4.ogg",
- "terrain/metal/hit_metal_5.ogg",
- "terrain/metal/hit_metal_6.ogg",
- "terrain/metal/hit_metal_7.ogg",
- "terrain/metal/hit_metal_8.ogg",
- "terrain/metal/hit_metal_9.ogg",
- "terrain/metal/hit_metal_10.ogg"
- ]
- },
- {
- "type": "sound_effect",
- "id" : "smash_success",
- "variant" : "t_nuclear_reactor",
- "volume" : 50,
- "files" : [
- "terrain/metal/smash_metal_1.ogg",
- "terrain/metal/smash_metal_2.ogg",
- "terrain/metal/smash_metal_3.ogg",
- "terrain/metal/smash_metal_4.ogg",
- "terrain/metal/smash_metal_5.ogg",
- "terrain/metal/smash_metal_6.ogg",
- "terrain/metal/smash_metal_7.ogg",
- "terrain/metal/smash_metal_8.ogg",
- "terrain/metal/smash_metal_9.ogg",
- "terrain/metal/smash_metal_10.ogg"
- ]
- }
-]