From d4dd963175fd447f1b58fb1b42ff61d5a0fa0ed1 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 8 Apr 2020 23:01:20 -0700 Subject: Initial commit --- Mods/Tanks/155mm_1.ogg | Bin 0 -> 96340 bytes Mods/Tanks/155mm_2.ogg | Bin 0 -> 113899 bytes Mods/Tanks/155mm_3.ogg | Bin 0 -> 100163 bytes Mods/Tanks/155mm_4.ogg | Bin 0 -> 109702 bytes Mods/Tanks/30mm_1.ogg | Bin 0 -> 65652 bytes Mods/Tanks/30mm_2.ogg | Bin 0 -> 64330 bytes Mods/Tanks/30mm_3.ogg | Bin 0 -> 67203 bytes Mods/Tanks/30mm_4.ogg | Bin 0 -> 81300 bytes Mods/Tanks/guns.json | 257 +++++++++++++++++++++++++++++++++++++++++++++++++ 9 files changed, 257 insertions(+) create mode 100644 Mods/Tanks/155mm_1.ogg create mode 100644 Mods/Tanks/155mm_2.ogg create mode 100644 Mods/Tanks/155mm_3.ogg create mode 100644 Mods/Tanks/155mm_4.ogg create mode 100644 Mods/Tanks/30mm_1.ogg create mode 100644 Mods/Tanks/30mm_2.ogg create mode 100644 Mods/Tanks/30mm_3.ogg create mode 100644 Mods/Tanks/30mm_4.ogg create mode 100644 Mods/Tanks/guns.json (limited to 'Mods/Tanks') diff --git a/Mods/Tanks/155mm_1.ogg b/Mods/Tanks/155mm_1.ogg new file mode 100644 index 0000000..2957fba Binary files /dev/null and b/Mods/Tanks/155mm_1.ogg differ diff --git a/Mods/Tanks/155mm_2.ogg b/Mods/Tanks/155mm_2.ogg new file mode 100644 index 0000000..b4e2c42 Binary files /dev/null and b/Mods/Tanks/155mm_2.ogg differ diff --git a/Mods/Tanks/155mm_3.ogg b/Mods/Tanks/155mm_3.ogg new file mode 100644 index 0000000..a901a9b Binary files /dev/null and b/Mods/Tanks/155mm_3.ogg differ diff --git a/Mods/Tanks/155mm_4.ogg b/Mods/Tanks/155mm_4.ogg new file mode 100644 index 0000000..9a2a6f6 Binary files /dev/null and b/Mods/Tanks/155mm_4.ogg differ diff --git a/Mods/Tanks/30mm_1.ogg b/Mods/Tanks/30mm_1.ogg new file mode 100644 index 0000000..fa1ce32 Binary files /dev/null and b/Mods/Tanks/30mm_1.ogg differ diff --git a/Mods/Tanks/30mm_2.ogg b/Mods/Tanks/30mm_2.ogg new file mode 100644 index 0000000..2c8e9f0 Binary files /dev/null and b/Mods/Tanks/30mm_2.ogg differ diff --git a/Mods/Tanks/30mm_3.ogg b/Mods/Tanks/30mm_3.ogg new file mode 100644 index 0000000..3ac0e31 Binary files /dev/null and b/Mods/Tanks/30mm_3.ogg differ diff --git a/Mods/Tanks/30mm_4.ogg b/Mods/Tanks/30mm_4.ogg new file mode 100644 index 0000000..cafb36d Binary files /dev/null and b/Mods/Tanks/30mm_4.ogg differ diff --git a/Mods/Tanks/guns.json b/Mods/Tanks/guns.json new file mode 100644 index 0000000..0054e9e --- /dev/null +++ b/Mods/Tanks/guns.json @@ -0,0 +1,257 @@ +[ + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "30mm_autocannon", + "files" : [ + "mods/Tanks/30mm_1.ogg", + "mods/Tanks/30mm_2.ogg", + "mods/Tanks/30mm_3.ogg", + "mods/Tanks/30mm_4.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "30mm_autocannon", + "files" : [ + "mods/Tanks/30mm_1.ogg", + "mods/Tanks/30mm_2.ogg", + "mods/Tanks/30mm_3.ogg", + "mods/Tanks/30mm_4.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "30mm_autocannon", + "files" : [ + "guns/reload/mg/mgk_1.ogg", + "guns/reload/mg/mgk_2.ogg", + "guns/reload/mg/mgk_3.ogg", + "guns/reload/mg/mgk_4.ogg", + "guns/reload/mg/mgk_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "tank_gun_manual", + "files" : [ + "guns/others/120mm_1.ogg", + "guns/others/120mm_2.ogg", + "guns/others/120mm_3.ogg", + "guns/others/120mm_4.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "tank_gun_manual", + "files" : [ + "guns/others/120mm_1.ogg", + "guns/others/120mm_2.ogg", + "guns/others/120mm_3.ogg", + "guns/others/120mm_4.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "tank_gun_manual", + "files" : [ + "guns/reload/mg/mgk_1.ogg", + "guns/reload/mg/mgk_2.ogg", + "guns/reload/mg/mgk_3.ogg", + "guns/reload/mg/mgk_4.ogg", + "guns/reload/mg/mgk_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "tank_gun_auto", + "files" : [ + "guns/others/120mm_1.ogg", + "guns/others/120mm_2.ogg", + "guns/others/120mm_3.ogg", + "guns/others/120mm_4.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "tank_gun_auto", + "files" : [ + "guns/others/120mm_1.ogg", + "guns/others/120mm_2.ogg", + "guns/others/120mm_3.ogg", + "guns/others/120mm_4.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "tank_gun_auto", + "files" : [ + "guns/reload/mg/mgk_1.ogg", + "guns/reload/mg/mgk_2.ogg", + "guns/reload/mg/mgk_3.ogg", + "guns/reload/mg/mgk_4.ogg", + "guns/reload/mg/mgk_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "tank_gun_rws", + "files" : [ + "guns/others/120mm_1.ogg", + "guns/others/120mm_2.ogg", + "guns/others/120mm_3.ogg", + "guns/others/120mm_4.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "tank_gun_rws", + "files" : [ + "guns/others/120mm_1.ogg", + "guns/others/120mm_2.ogg", + "guns/others/120mm_3.ogg", + "guns/others/120mm_4.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "tank_gun_rws", + "files" : [ + "guns/reload/mg/mgk_1.ogg", + "guns/reload/mg/mgk_2.ogg", + "guns/reload/mg/mgk_3.ogg", + "guns/reload/mg/mgk_4.ogg", + "guns/reload/mg/mgk_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "howitzer_gun", + "files" : [ + "mods/Tanks/155mm_1.ogg", + "mods/Tanks/155mm_2.ogg", + "mods/Tanks/155mm_3.ogg", + "mods/Tanks/155mm_4.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "howitzer_gun", + "files" : [ + "mods/Tanks/155mm_1.ogg", + "mods/Tanks/155mm_2.ogg", + "mods/Tanks/155mm_3.ogg", + "mods/Tanks/155mm_4.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "howitzer_gun", + "files" : [ + "guns/reload/mg/mgk_1.ogg", + "guns/reload/mg/mgk_2.ogg", + "guns/reload/mg/mgk_3.ogg", + "guns/reload/mg/mgk_4.ogg", + "guns/reload/mg/mgk_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "atgm_launcher", + "files" : [ + "guns/others/Rocket_1.ogg", + "guns/others/Rocket_2.ogg", + "guns/others/Rocket_3.ogg", + "guns/others/Rocket_4.ogg", + "guns/others/Rocket_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "atgm_launcher", + "files" : [ + "guns/others/Rocket_1.ogg", + "guns/others/Rocket_2.ogg", + "guns/others/Rocket_3.ogg", + "guns/others/Rocket_4.ogg", + "guns/others/Rocket_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "atgm_launcher", + "files" : [ + "guns/reload/launcher/rocket.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "atgm_turret", + "files" : [ + "guns/others/Rocket_1.ogg", + "guns/others/Rocket_2.ogg", + "guns/others/Rocket_3.ogg", + "guns/others/Rocket_4.ogg", + "guns/others/Rocket_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "atgm_turret", + "files" : [ + "guns/others/Rocket_1.ogg", + "guns/others/Rocket_2.ogg", + "guns/others/Rocket_3.ogg", + "guns/others/Rocket_4.ogg", + "guns/others/Rocket_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "atgm_turret", + "files" : [ + "guns/reload/launcher/rocket.ogg" + ] + } +] -- cgit v1.2.1