diff --git a/config_personal/cfg/overrides/modules.cfg b/config_personal/cfg/overrides/modules.cfg index 0c04d23..fed2388 100644 --- a/config_personal/cfg/overrides/modules.cfg +++ b/config_personal/cfg/overrides/modules.cfg @@ -5,4 +5,5 @@ bandwidth=6.0Mbps download=all fpscap=unlimited hud_achievement=on -hud_player_model=on \ No newline at end of file +hud_player_model=on +fpscap=400 \ No newline at end of file diff --git a/hud_hitsounds/cfg/hit_hitmarker.cfg b/hud_hitsounds/cfg/hit_hitmarker.cfg index 63970d1..71188f2 100644 --- a/hud_hitsounds/cfg/hit_hitmarker.cfg +++ b/hud_hitsounds/cfg/hit_hitmarker.cfg @@ -1,4 +1,17 @@ -tf_dingaling_pitchmaxdmg 100 -tf_dingaling_pitchmindmg 100 -tf_dingaling_volume 0.75 -tf_dingaling 1 \ No newline at end of file +// Enable hitsound and last hit sound +tf_dingalingaling 1 +tf_dingalingaling_lasthit 0 + +// Max and min pitch +tf_dingaling_lasthit_pitchmaxdmg 100 +tf_dingaling_lasthit_pitchmindmg 100 +tf_dingaling_pitchmaxdmg 100 +tf_dingaling_pitchmindmg 100 + +// Set effect set to the needed set +tf_dingalingaling_last_effect 4 +tf_dingalingaling_effect 4 + +// Set volume +tf_dingaling_lasthit_volume 1 +tf_dingaling_volume 0.75 \ No newline at end of file diff --git a/hud_hitsounds/cfg/hit_phonk.cfg b/hud_hitsounds/cfg/hit_phonk.cfg new file mode 100644 index 0000000..cf31efd --- /dev/null +++ b/hud_hitsounds/cfg/hit_phonk.cfg @@ -0,0 +1,17 @@ +// Enable hitsound and last hit sound +tf_dingalingaling 1 +tf_dingalingaling_lasthit 1 + +// Max and min pitch +tf_dingaling_lasthit_pitchmaxdmg 100 +tf_dingaling_lasthit_pitchmindmg 100 +tf_dingaling_pitchmaxdmg 100 +tf_dingaling_pitchmindmg 100 + +// Set effect set to the needed set +tf_dingalingaling_last_effect 4 +tf_dingalingaling_effect 4 + +// Set volume +tf_dingaling_lasthit_volume 1 +tf_dingaling_volume 1 diff --git a/hud_hitsounds/cfg/hit_tonal.cfg b/hud_hitsounds/cfg/hit_tonal.cfg index 382f73f..c1951ee 100644 --- a/hud_hitsounds/cfg/hit_tonal.cfg +++ b/hud_hitsounds/cfg/hit_tonal.cfg @@ -1,4 +1,17 @@ -tf_dingaling_pitchmaxdmg 25 -tf_dingaling_pitchmindmg 150 -tf_dingaling_volume 0.75 -tf_dingaling 1 \ No newline at end of file +// Enable hitsound and last hit sound +tf_dingalingaling 1 +tf_dingalingaling_lasthit 0 + +// Max and min pitch +tf_dingaling_lasthit_pitchmaxdmg 100 +tf_dingaling_lasthit_pitchmindmg 100 +tf_dingaling_pitchmaxdmg 25 +tf_dingaling_pitchmindmg 150 + +// Set effect set to the needed set +tf_dingalingaling_last_effect 4 +tf_dingalingaling_effect 4 + +// Set volume +tf_dingaling_lasthit_volume 1 +tf_dingaling_volume 0.75 \ No newline at end of file diff --git a/hud_hitsounds/cfg/info.md b/hud_hitsounds/cfg/info.md new file mode 100644 index 0000000..6615447 --- /dev/null +++ b/hud_hitsounds/cfg/info.md @@ -0,0 +1,5 @@ +# Links +- https://wiki.teamfortress.com/wiki/Hit_Sound +- https://steamcommunity.com/sharedfiles/filedetails/?id=528571728 +- https://www.youtube.com/watch?v=6mwHECBeDzk +- https://support.audacityteam.org/audio-editing/splitting-a-recording-into-separate-tracks \ No newline at end of file diff --git a/hud_hitsounds/sound/ui/hitsound_retro1.wav b/hud_hitsounds/sound/ui/hitsound_retro1.wav new file mode 100644 index 0000000..760c25e Binary files /dev/null and b/hud_hitsounds/sound/ui/hitsound_retro1.wav differ diff --git a/hud_hitsounds/sound/ui/hitsound_retro2.wav b/hud_hitsounds/sound/ui/hitsound_retro2.wav new file mode 100644 index 0000000..5b80354 Binary files /dev/null and b/hud_hitsounds/sound/ui/hitsound_retro2.wav differ diff --git a/hud_hitsounds/sound/ui/hitsound_retro3.wav b/hud_hitsounds/sound/ui/hitsound_retro3.wav new file mode 100644 index 0000000..a45b972 Binary files /dev/null and b/hud_hitsounds/sound/ui/hitsound_retro3.wav differ diff --git a/hud_hitsounds/sound/ui/hitsound_retro4.wav b/hud_hitsounds/sound/ui/hitsound_retro4.wav new file mode 100644 index 0000000..9042b5e Binary files /dev/null and b/hud_hitsounds/sound/ui/hitsound_retro4.wav differ diff --git a/hud_hitsounds/sound/ui/hitsound_retro5.wav b/hud_hitsounds/sound/ui/hitsound_retro5.wav new file mode 100644 index 0000000..f2c12b1 Binary files /dev/null and b/hud_hitsounds/sound/ui/hitsound_retro5.wav differ diff --git a/hud_hitsounds/sound/ui/killsound_retro.wav b/hud_hitsounds/sound/ui/killsound_retro.wav new file mode 100644 index 0000000..71a8fdf Binary files /dev/null and b/hud_hitsounds/sound/ui/killsound_retro.wav differ