Skip to content

Commit

Permalink
Use old sniper sound for sniper rifles
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneWolfHT committed Oct 15, 2023
1 parent 9ee18bc commit c878c1e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
4 changes: 2 additions & 2 deletions mods/ctf/ctf_combat/ctf_ranged/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ ctf_ranged.simple_register_gun("ctf_ranged:sniper", {
type = "sniper",
description = "Sniper rifle\nDmg: 12 | FR: 2s | Mag: 25",
texture = "ctf_ranged_sniper_rifle.png",
fire_sound = "ctf_ranged_rifle",
fire_sound = "ctf_ranged_sniper",
rounds = 25,
range = 300,
damage = 12,
Expand All @@ -313,7 +313,7 @@ ctf_ranged.simple_register_gun("ctf_ranged:sniper_magnum", {
type = "sniper",
description = "Magnum sniper rifle\nDmg: 16 | FR: 2s | Mag: 20",
texture = "ctf_ranged_sniper_rifle_magnum.png",
fire_sound = "ctf_ranged_rifle",
fire_sound = "ctf_ranged_sniper",
rounds = 20,
range = 400,
damage = 16,
Expand Down
Binary file not shown.
21 changes: 12 additions & 9 deletions mods/ctf/ctf_combat/ctf_ranged/sounds/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,23 @@ Sounds were taken from the shooter mod. Relevant section from its license.txt:

License Sounds: freesound.org

flobert1_20070728.wav by Nonoo - Attribution 3.0 Unported (CC BY 3.0)
- flobert1_20070728.wav by Nonoo - Attribution 3.0 Unported (CC BY 3.0)

shot.wav by Sergenious - Attribution 3.0 Unported (CC BY 3.0)
- shot.wav by Sergenious - Attribution 3.0 Unported (CC BY 3.0)

GUNSHOT.WAV by erkanozan - CC0 1.0 Universal (CC0 1.0)
- GUNSHOT.WAV by erkanozan - CC0 1.0 Universal (CC0 1.0)

winchester-rifle-cock-reload.wav by MentalSanityOff - CC0 1.0 Universal (CC0 1.0)
- winchester-rifle-cock-reload.wav by MentalSanityOff - CC0 1.0 Universal (CC0 1.0)

trigger-with-hammer-fall.wav by Nanashi - CC0 1.0 Universal (CC0 1.0)
- trigger-with-hammer-fall.wav by Nanashi - CC0 1.0 Universal (CC0 1.0)

woosh.wav by ReadeOnly - CC0 1.0 Universal (CC0 1.0)
- woosh.wav by ReadeOnly - CC0 1.0 Universal (CC0 1.0)

AGM-114 Hellfire Rocket Missile Launch.flac by qubodup - CC0 1.0 Universal (CC0 1.0)
- AGM-114 Hellfire Rocket Missile Launch.flac by qubodup - CC0 1.0 Universal (CC0 1.0)

Sparkler.aif by Ned Bouhalassa - CC0 1.0 Universal (CC0 1.0)
- Sparkler.aif by Ned Bouhalassa - CC0 1.0 Universal (CC0 1.0)

explosion10.wav by V-ktor - CC0 1.0 Universal (CC0 1.0)
- explosion10.wav by V-ktor - CC0 1.0 Universal (CC0 1.0)

- `sniper_rifles_rifle.ogg` (`CC0 1.0`)
- Converted from [Battle Rifle.wav](https://freesound.org/people/morganpurkis/sounds/391725/) by [morganpurkis](https://freesound.org/people/morganpurkishttps://freesound.org/people/morganpurkis/sounds/391725/).

0 comments on commit c878c1e

Please sign in to comment.