Might be interesting to have the HEV suit sounds when a player takes damage. For each time health is decremented play another sound or do such on a damage hook.
I am actually trying to find those HEV AI sounds in the pak01_dir.vpk (where the CS:GO sound files are stored.) And gonna do some research on how far you can do with the Source command console. But I did manage to put a sound similar to the HEV Energy full sound when you press F5, which is: bind "F5" "autoexec_slot1" alias "autoexec_slot1" "exec autoexec_hl;playvol items\suitchargeok1 0.40" In game, I actually use 2 autoexec configs (actually 3 but I don't use the third one anymore because it's a stupid autoexec) and switch between the default autoexec (which also has a sound), and the autoexec_hl, they play a sound of their own when you change an autoexec. Unless you're using only one autoexec, you have to make sure the command line similar below has to be the same in all autoexecs, so the sounds would play respectively. // Change autoexecs (make sure these are the same copy as the other autoexecs, otherwise they will not work.) // Autoexec slot 1 bind "F5" "autoexec_slot1" alias "autoexec_slot1" "exec autoexec_hl;playvol items\suitchargeok1 0.40" // Autoexec slot 2 bind "F6" "exec autoexec_goofy" // Autoexec slot 3 bind "F7" "autoexec_slot3" alias "autoexec_slot3" "exec autoexec;playvol resource\warning 1.00"
If you put the +exec autoexec.cfg launch option in the game, you should remove it. And if you have multiple settings, make sure you have a default one for yourself, and this one for a different file name.
Can you make a gun sound overhaul and replace it with the old csgo gun sounds? Because currently the only other way to do it is to download a cheat engine and I dont want to do that.
Remove the "exec autoexec.cfg" launch option, remove the autoexec from the cfg folder, and redo your settings, unless you already backed up your config.cfg, then put it back to your Steam userdata directory.
Open the autoexec in Notepad and scroll down to the section that says "Local player viewmodel" right after "Crosshair." Delete everything else and just keep that section.
In the case of the viewmodel always resetting itself back to the default viewmodel, just write viewmodel_presetpos "0" And don't forget the last command "host_writeconfig" so your new settings stay.
FranzJ Presents
I have watched 3 videos on how to get FranzJ's sounds. Watched this video and now I have them. Tysm
I'm glad I had provided the most informative video out there. Thanks, mate.
frank preset
Might be interesting to have the HEV suit sounds when a player takes damage. For each time health is decremented play another sound or do such on a damage hook.
I am actually trying to find those HEV AI sounds in the pak01_dir.vpk (where the CS:GO sound files are stored.) And gonna do some research on how far you can do with the Source command console.
But I did manage to put a sound similar to the HEV Energy full sound when you press F5, which is:
bind "F5" "autoexec_slot1"
alias "autoexec_slot1" "exec autoexec_hl;playvol items\suitchargeok1 0.40"
In game, I actually use 2 autoexec configs (actually 3 but I don't use the third one anymore because it's a stupid autoexec) and switch between the default autoexec (which also has a sound), and the autoexec_hl, they play a sound of their own when you change an autoexec.
Unless you're using only one autoexec, you have to make sure the command line similar below has to be the same in all autoexecs, so the sounds would play respectively.
// Change autoexecs (make sure these are the same copy as the other autoexecs, otherwise they will not work.)
// Autoexec slot 1
bind "F5" "autoexec_slot1"
alias "autoexec_slot1" "exec autoexec_hl;playvol items\suitchargeok1 0.40"
// Autoexec slot 2
bind "F6" "exec autoexec_goofy"
// Autoexec slot 3
bind "F7" "autoexec_slot3"
alias "autoexec_slot3" "exec autoexec;playvol resource\warning 1.00"
even those noises will make me laugh
Thank you
Do you still have the older versions of this config?
why when i change settings in the game and console and i relaunch csgo all my setting are gone only the cfg settings is the same.please help.
If you put the +exec autoexec.cfg launch option in the game, you should remove it. And if you have multiple settings, make sure you have a default one for yourself, and this one for a different file name.
doesnt work
Naise men
Can you make a gun sound overhaul and replace it with the old csgo gun sounds? Because currently the only other way to do it is to download a cheat engine and I dont want to do that.
i cant change it a cfg file its always txt
same
You need to enable seeing extensions of your files in Windows explorer... You dummy!!!
do i have to put the bind commands for everything??
command for the metal sound when you shoot?
Hop in the Discord server and we'll discuss there.
@@romeskiie k
2023?
The config still works to this day.
how do i stop the autoexec from starting, i want to use the normal version of the game but the script keeps executing
Remove the "exec autoexec.cfg" launch option, remove the autoexec from the cfg folder, and redo your settings, unless you already backed up your config.cfg, then put it back to your Steam userdata directory.
doesnt work. pls help
Did you follow the instructions correctly? It works for me.
How do i put just the viewmodel on the game ?
Open the autoexec in Notepad and scroll down to the section that says "Local player viewmodel" right after "Crosshair." Delete everything else and just keep that section.
In the case of the viewmodel always resetting itself back to the default viewmodel, just write viewmodel_presetpos "0"
And don't forget the last command "host_writeconfig" so your new settings stay.
@@romeskiie Thx for the help
FranzJ Presents