mirror of
https://github.com/cxong/cdogs-sdl.git
synced 2025-07-23 07:23:01 +02:00
Add switch sounds for guns (fixes #136)
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
"Cost": 0,
|
||||
"Lock": 10,
|
||||
"Sound": "",
|
||||
"SwitchSound": "knife_switch",
|
||||
"SoundLockLength": 10,
|
||||
"CanShoot": false
|
||||
},
|
||||
@@ -43,6 +44,7 @@
|
||||
"Cost": 1,
|
||||
"Lock": 6,
|
||||
"Sound": "mg",
|
||||
"SwitchSound": "mg_switch",
|
||||
"Recoil": 0.17,
|
||||
"MuzzleFlashParticle": "muzzle_flash_mg",
|
||||
"Brass": "brass_big",
|
||||
@@ -58,6 +60,7 @@
|
||||
"Cost": 20,
|
||||
"Lock": 30,
|
||||
"Sound": "launch",
|
||||
"SwitchSound": "grenade_pickup",
|
||||
"Elevation": 24,
|
||||
"Ammo": "Grenades"
|
||||
},
|
||||
@@ -70,6 +73,7 @@
|
||||
"Cost": 1,
|
||||
"Lock": 6,
|
||||
"Sound": "flamer",
|
||||
"SwitchSound": "flamer_switch",
|
||||
"SoundLockLength": 36,
|
||||
"MuzzleFlashParticle": "muzzle_flash_flamer",
|
||||
"Ammo": "Gas tank"
|
||||
@@ -85,6 +89,7 @@
|
||||
"ReloadLead": 10,
|
||||
"Sound": "shotgun",
|
||||
"ReloadSound": "shotgun_r",
|
||||
"SwitchSound": "shotgun_r",
|
||||
"SpreadCount": 5,
|
||||
"SpreadWidth": 0.2,
|
||||
"MuzzleFlashParticle": "muzzle_flash_shotgun",
|
||||
@@ -100,6 +105,7 @@
|
||||
"Cost": 2,
|
||||
"Lock": 20,
|
||||
"Sound": "fusion",
|
||||
"SwitchSound": "powergun_switch",
|
||||
"MuzzleFlashParticle": "muzzle_flash_powergun",
|
||||
"Ammo": "Cells"
|
||||
},
|
||||
@@ -113,6 +119,7 @@
|
||||
"Cost": 20,
|
||||
"Lock": 30,
|
||||
"Sound": "launch",
|
||||
"SwitchSound": "grenade_pickup",
|
||||
"Elevation": 24,
|
||||
"Ammo": "Frag grenades"
|
||||
},
|
||||
@@ -126,6 +133,7 @@
|
||||
"Cost": 20,
|
||||
"Lock": 30,
|
||||
"Sound": "launch",
|
||||
"SwitchSound": "molotov_pickup",
|
||||
"Elevation": 24,
|
||||
"Ammo": "Molotovs"
|
||||
},
|
||||
@@ -140,6 +148,7 @@
|
||||
"ReloadLead": 15,
|
||||
"Sound": "powergun",
|
||||
"ReloadSound": "powergun_r",
|
||||
"SwitchSound": "powergun_r",
|
||||
"MuzzleFlashSprite": "muzzle_flash_big",
|
||||
"MuzzleFlashColor": "00ffff",
|
||||
"MuzzleFlashDuration": 10,
|
||||
@@ -157,6 +166,7 @@
|
||||
"ReloadLead": 15,
|
||||
"Sound": "hahaha",
|
||||
"ReloadSound": "package_r",
|
||||
"SwitchSound": "mine_switch",
|
||||
"MuzzleHeight": 0,
|
||||
"Ammo": "Mines"
|
||||
},
|
||||
@@ -172,6 +182,7 @@
|
||||
"ReloadLead": 15,
|
||||
"Sound": "hahaha",
|
||||
"ReloadSound": "package_r",
|
||||
"SwitchSound": "package_r",
|
||||
"MuzzleHeight": 0,
|
||||
"Ammo": "Dynamite"
|
||||
},
|
||||
@@ -185,6 +196,7 @@
|
||||
"Cost": 7,
|
||||
"Lock": 30,
|
||||
"Sound": "launch",
|
||||
"SwitchSound": "grenade_pickup",
|
||||
"Elevation": 24,
|
||||
"Ammo": "Gas bombs"
|
||||
},
|
||||
@@ -199,6 +211,7 @@
|
||||
"ReloadLead": 15,
|
||||
"Sound": "powergun",
|
||||
"ReloadSound": "powergun_r",
|
||||
"SwitchSound": "powergun_r",
|
||||
"MuzzleFlashParticle": "muzzle_flash_petrifier",
|
||||
"Ammo": "Cells"
|
||||
},
|
||||
@@ -211,6 +224,7 @@
|
||||
"Cost": 5,
|
||||
"Lock": 30,
|
||||
"Sound": "fusion",
|
||||
"SwitchSound": "powergun_r",
|
||||
"MuzzleFlashParticle": "muzzle_flash_browny",
|
||||
"Ammo": "Cells"
|
||||
},
|
||||
@@ -224,6 +238,7 @@
|
||||
"Cost": 10,
|
||||
"Lock": 30,
|
||||
"Sound": "launch",
|
||||
"SwitchSound": "grenade_pickup",
|
||||
"Elevation": 24,
|
||||
"Ammo": "Gas bombs"
|
||||
},
|
||||
@@ -236,6 +251,7 @@
|
||||
"Cost": 1,
|
||||
"Lock": 6,
|
||||
"Sound": "flamer",
|
||||
"SwitchSound": "flamer_switch",
|
||||
"SoundLockLength": 36,
|
||||
"MuzzleFlashParticle": "muzzle_flash_gasgun",
|
||||
"Ammo": "Gas tank"
|
||||
@@ -249,6 +265,7 @@
|
||||
"Cost": 1,
|
||||
"Lock": 4,
|
||||
"Sound": "pulse",
|
||||
"SwitchSound": "pulse_switch",
|
||||
"Recoil": 0.37,
|
||||
"MuzzleFlashParticle": "muzzle_flash_pulse",
|
||||
"Ammo": "Mini cells"
|
||||
@@ -262,6 +279,7 @@
|
||||
"Cost": 7,
|
||||
"Lock": 30,
|
||||
"Sound": "swell",
|
||||
"SwitchSound": "heatseeker_switch",
|
||||
"MuzzleFlashParticle": "muzzle_flash_heatseeker",
|
||||
"Ammo": "Rockets"
|
||||
},
|
||||
@@ -276,6 +294,7 @@
|
||||
"SpreadCount": 4,
|
||||
"SpreadWidth": 0.4,
|
||||
"Sound": "swarmer",
|
||||
"SwitchSound": "swarmer_switch",
|
||||
"MuzzleFlashParticle": "muzzle_flash_heatseeker",
|
||||
"Ammo": "Rockets"
|
||||
},
|
||||
@@ -287,6 +306,7 @@
|
||||
"Cost": 15,
|
||||
"Lock": 70,
|
||||
"Sound": "rocket_launch",
|
||||
"SwitchSound": "launcher_switch",
|
||||
"MuzzleFlashParticle": "muzzle_flash_shotgun",
|
||||
"Ammo": "Rockets"
|
||||
},
|
||||
@@ -298,6 +318,7 @@
|
||||
"Cost": 0,
|
||||
"Lock": 18,
|
||||
"Sound": "pistol",
|
||||
"SwitchSound": "pistol_switch",
|
||||
"Recoil": 0.1,
|
||||
"Brass": "brass"
|
||||
}
|
||||
|
9
sounds/flamer_pickup.txt
Normal file
9
sounds/flamer_pickup.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Derived from
|
||||
|
||||
Kitchen_Hob_Burner_Gas_Fire_Flame_Ignition_Cooking.wav by tompallant
|
||||
https://www.freesound.org/people/tompallant/sounds/260448/
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
|
||||
openning can.wav by Nic3_one
|
||||
https://www.freesound.org/people/Nic3_one/sounds/166546/
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
BIN
sounds/flamer_switch.ogg
Normal file
BIN
sounds/flamer_switch.ogg
Normal file
Binary file not shown.
BIN
sounds/heatseeker_switch.ogg
Normal file
BIN
sounds/heatseeker_switch.ogg
Normal file
Binary file not shown.
9
sounds/heatseeker_switch.txt
Normal file
9
sounds/heatseeker_switch.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Derived from
|
||||
|
||||
HefterLocher.wav by Mortifreshman
|
||||
http://freesound.org/people/Mortifreshman/sounds/246518/
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
|
||||
missile_launch_2.wav by smcameron
|
||||
http://freesound.org/people/smcameron/sounds/51468/
|
||||
http://creativecommons.org/licenses/by/3.0/
|
BIN
sounds/knife_switch.ogg
Normal file
BIN
sounds/knife_switch.ogg
Normal file
Binary file not shown.
9
sounds/knife_switch.txt
Normal file
9
sounds/knife_switch.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Derived from
|
||||
|
||||
dagger_drawn2.wav by freefire66
|
||||
https://www.freesound.org/people/freefire66/sounds/175953/
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
|
||||
sheath_sword.wav by Qat
|
||||
https://www.freesound.org/people/Qat/sounds/107590/
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
BIN
sounds/launcher_switch.ogg
Normal file
BIN
sounds/launcher_switch.ogg
Normal file
Binary file not shown.
9
sounds/launcher_switch.txt
Normal file
9
sounds/launcher_switch.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Derived from
|
||||
|
||||
HefterLocher.wav by Mortifreshman
|
||||
http://freesound.org/people/Mortifreshman/sounds/246518/
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
|
||||
vault.aiff by franzzle
|
||||
http://freesound.org/people/franzzle/sounds/184843/
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
BIN
sounds/mg_switch.ogg
Normal file
BIN
sounds/mg_switch.ogg
Normal file
Binary file not shown.
9
sounds/mg_switch.txt
Normal file
9
sounds/mg_switch.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Derived from
|
||||
|
||||
AR15 Various Sounds by wadaltmon
|
||||
https://www.freesound.org/people/wadaltmon/sounds/263513/
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
|
||||
Steel chain hard clicking by ani_music
|
||||
https://www.freesound.org/people/ani_music/sounds/167916/
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
BIN
sounds/mine_switch.ogg
Normal file
BIN
sounds/mine_switch.ogg
Normal file
Binary file not shown.
4
sounds/mine_switch.txt
Normal file
4
sounds/mine_switch.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
Derived from Radio Beep by Kijadzel
|
||||
http://freesound.org/people/Kijadzel/sounds/170608/
|
||||
|
||||
http://creativecommons.org/licenses/by/3.0/
|
BIN
sounds/pistol_switch.ogg
Normal file
BIN
sounds/pistol_switch.ogg
Normal file
Binary file not shown.
9
sounds/pistol_switch.txt
Normal file
9
sounds/pistol_switch.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Derived from
|
||||
|
||||
GunSLide.wav by RazzDaSpazz
|
||||
http://freesound.org/people/RazzDaSpazz/sounds/155174/
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
|
||||
Beretta M9 slide release by vabadus
|
||||
http://freesound.org/people/vabadus/sounds/151067/
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
BIN
sounds/powergun_r.ogg
Normal file
BIN
sounds/powergun_r.ogg
Normal file
Binary file not shown.
@@ -1,4 +1,9 @@
|
||||
Derived from phaser.wav by impactuniversal
|
||||
http://www.freesound.org/people/impactuniversal/sounds/63372/
|
||||
Derived from
|
||||
|
||||
http://creativecommons.org/licenses/sampling+/1.0/
|
||||
gunfiddle.wav by j1987
|
||||
https://www.freesound.org/people/j1987/sounds/107795/
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
|
||||
JM_NOIZ_Buzz 01 - Neon Light.wav by Julien Matthey
|
||||
https://www.freesound.org/people/Julien%20Matthey/sounds/118340/
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
Binary file not shown.
BIN
sounds/powergun_switch.ogg
Normal file
BIN
sounds/powergun_switch.ogg
Normal file
Binary file not shown.
9
sounds/powergun_switch.txt
Normal file
9
sounds/powergun_switch.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Derived from
|
||||
|
||||
Desert Eagle Reload [Air Soft].mp3 by TheRichardGamer
|
||||
https://www.freesound.org/people/TheRichardGamer/sounds/172970/
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
|
||||
Transit Crystal Charge by crashoverride61088
|
||||
http://freesound.org/people/crashoverride61088/sounds/193622/
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
BIN
sounds/pulse_switch.ogg
Normal file
BIN
sounds/pulse_switch.ogg
Normal file
Binary file not shown.
9
sounds/pulse_switch.txt
Normal file
9
sounds/pulse_switch.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Derived from
|
||||
|
||||
Camera Shutter by roachpowder
|
||||
https://www.freesound.org/people/roachpowder/sounds/170229/
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
|
||||
car alarm lights switched on beeps.wav by RutgerMuller
|
||||
https://www.freesound.org/people/RutgerMuller/sounds/50886/
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
BIN
sounds/shotgun_r.ogg
Normal file
BIN
sounds/shotgun_r.ogg
Normal file
Binary file not shown.
@@ -1 +1,3 @@
|
||||
Derived from Shotgun Cock Reload Layered (Powerful) by Paul368
|
||||
https://www.freesound.org/people/Paul368/sounds/200966/
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
Binary file not shown.
BIN
sounds/swarmer_switch.ogg
Normal file
BIN
sounds/swarmer_switch.ogg
Normal file
Binary file not shown.
9
sounds/swarmer_switch.txt
Normal file
9
sounds/swarmer_switch.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Derived from
|
||||
|
||||
HefterLocher.wav by Mortifreshman
|
||||
http://freesound.org/people/Mortifreshman/sounds/246518/
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
|
||||
typewriter-olivetti-lettra-22.wav by keithpeter
|
||||
http://freesound.org/people/keithpeter/sounds/123344/
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
Reference in New Issue
Block a user