diff --git a/language.version b/language.version index 91b2f92ce..cac6197cc 100644 --- a/language.version +++ b/language.version @@ -1,3 +1,3 @@ [default] -SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r343 \cu(Thu 18 Aug 18:33:57 CEST 2022)\c-"; -SWWM_SHORTVER="\cw1.3pre r343 \cu(2022-08-18 18:33:57)\c-"; +SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r343 \cu(Thu 18 Aug 19:00:27 CEST 2022)\c-"; +SWWM_SHORTVER="\cw1.3pre r343 \cu(2022-08-18 19:00:27)\c-"; diff --git a/sndinfo.dlcweapons b/sndinfo.dlcweapons index 673942fb2..6a48db460 100644 --- a/sndinfo.dlcweapons +++ b/sndinfo.dlcweapons @@ -95,10 +95,14 @@ quadshot/casing2 sounds/dlc1/quadshot/quad_casing2.ogg quadshot/casing3 sounds/dlc1/quadshot/quad_casing3.ogg quadshot/casing4 sounds/dlc1/quadshot/quad_casing4.ogg $random quadshot/casing { quadshot/casing1 quadshot/casing2 quadshot/casing3 quadshot/casing4 } -quadshot/hit1 sounds/dlc1/quadshot/quad_explo1.ogg -quadshot/hit2 sounds/dlc1/quadshot/quad_explo2.ogg -quadshot/hit3 sounds/dlc1/quadshot/quad_explo3.ogg +quadshot/hit1 sounds/dlc1/quadshot/quad_hit1.ogg +quadshot/hit2 sounds/dlc1/quadshot/quad_hit2.ogg +quadshot/hit3 sounds/dlc1/quadshot/quad_hit3.ogg $random quadshot/hit { quadshot/hit1 quadshot/hit2 quadshot/hit3 } +quadshot/twohit1 sounds/dlc1/quadshot/quad_explo1.ogg +quadshot/twohit2 sounds/dlc1/quadshot/quad_explo2.ogg +quadshot/twohit3 sounds/dlc1/quadshot/quad_explo3.ogg +$random quadshot/twohit { quadshot/twohit1 quadshot/twohit2 quadshot/twohit3 } quadshot/extrahit sounds/dlc1/quadshot/quad_xexpl.ogg quadshot/pointblank sounds/dlc1/quadshot/quad_xxexpl.ogg quadshot/fly sounds/dlc1/quadshot/quad_fly.ogg diff --git a/sounds/dlc1/quadshot/quad_hit1.ogg b/sounds/dlc1/quadshot/quad_hit1.ogg new file mode 100644 index 000000000..ec76359ca Binary files /dev/null and b/sounds/dlc1/quadshot/quad_hit1.ogg differ diff --git a/sounds/dlc1/quadshot/quad_hit2.ogg b/sounds/dlc1/quadshot/quad_hit2.ogg new file mode 100644 index 000000000..de5e34f4a Binary files /dev/null and b/sounds/dlc1/quadshot/quad_hit2.ogg differ diff --git a/sounds/dlc1/quadshot/quad_hit3.ogg b/sounds/dlc1/quadshot/quad_hit3.ogg new file mode 100644 index 000000000..bccc3ce1f Binary files /dev/null and b/sounds/dlc1/quadshot/quad_hit3.ogg differ