Survivalist: Invisible Strain

Survivalist: Invisible Strain

View Stats:
Honor Oct 25, 2024 @ 2:13pm
Heartbeats and Fog
There's this constant sound of a heartbeat I think happens when there's an injury, but it's so annoying. Is there a way to stop that sound other than muting the game, which doesn't seem to be the right answer for this specific game.

There's also all the fog. Is there a way to get rid of that?

Are there any mods that fix these issues?
< >
Showing 1-15 of 16 comments
Introverted Gamer Oct 25, 2024 @ 2:37pm 
Okay if you want to turn off the Fog. But it breaks the way how the game renders Objects or NPC from a distance, since the game does not have a Drawing Distance or Equivalent setting.

F8 ---> Graphic Debug ---> Show Fog of War ---> Click on the bubble or letters.
Honor Oct 25, 2024 @ 7:00pm 
What about the constant heartbeat sound? I just played 2 hours with that ceaseless noise. It makes the game almost unplayable for me. My nerves are shot listening to it for so long. My protagonist didn't even have any medical issues but it never stopped. Why did someone think it was a good idea to do that to the game? Don't they even play their own game?
But now I can see why God gave us silent heartbeats.

So is there a mod or a way to mute that specific noise? It's so freakin unreal.
Last edited by Honor; Oct 25, 2024 @ 7:02pm
zeeb Oct 25, 2024 @ 8:36pm 
Originally posted by Honor:
What about the constant heartbeat sound? I just played 2 hours with that ceaseless noise. It makes the game almost unplayable for me. My nerves are shot listening to it for so long. My protagonist didn't even have any medical issues but it never stopped. Why did someone think it was a good idea to do that to the game? Don't they even play their own game?
But now I can see why God gave us silent heartbeats.

So is there a mod or a way to mute that specific noise? It's so freakin unreal.
First time I've heard complaints about the heartbeat, doesn't it only appear when you're in adrenaline mode?

In any case, you're probably better off modding it out yourself. If you're lucky you might find such a mod in the workshop.

To easily do this you just create an empty .txt file, then you rename it to whatever name and extension the sound is (.wav, .ogg etc) and overwrite it either directly (not recommended) or adding it to your own mod which should replace but not remove the original file.

This doesn't remove the sound itself, it just replaces the audio with nothing. So you're essentially muting that particular sound effect. This should be doable for any other sound in the game as well.
Last edited by zeeb; Oct 25, 2024 @ 8:45pm
Honor Oct 25, 2024 @ 9:09pm 
Originally posted by zeeb:
Originally posted by Honor:
What about the constant heartbeat sound? I just played 2 hours with that ceaseless noise. It makes the game almost unplayable for me. My nerves are shot listening to it for so long. My protagonist didn't even have any medical issues but it never stopped. Why did someone think it was a good idea to do that to the game? Don't they even play their own game?
But now I can see why God gave us silent heartbeats.

So is there a mod or a way to mute that specific noise? It's so freakin unreal.
First time I've heard complaints about the heartbeat, doesn't it only appear when you're in adrenaline mode?

In any case, you're probably better off modding it out yourself. If you're lucky you might find such a mod in the workshop.

To easily do this you just create an empty .txt file, then you rename it to whatever name and extension the sound is (.wav, .ogg etc) and overwrite it either directly (not recommended) or adding it to your own mod which should replace but not remove the original file.

This doesn't remove the sound itself, it just replaces the audio with nothing. So you're essentially muting that particular sound effect. This should be doable for any other sound in the game as well.
Thanks for this information. But I can't find the sound files. Would you know where they are?
zeeb Oct 25, 2024 @ 9:44pm 
Originally posted by Honor:
Thanks for this information. But I can't find the sound files. Would you know where they are?
Most likely here:
"...\Steam\steamapps\common\Survivalist Invisible Strain\Survivalist Invisible Strain_Data"

The biggest files seems to be resources.assets, resources.assets.resS and resources.resource.

You'll most likely be able to open them with some Unity editor. I haven't dabbled in Unity modding for quite some time. Just google "How to open Unity resource files" or something.

Could also be wrong but experience tells me you should go after the biggest files since audio files tend to take quite a bit of disk space depending on the quality. If it isn't any of those just look around until you find them by opening the other asset files and check the sub-folders as well.

You'll manage. Just remember to back up the files you're toying with, so you don't have to validate the files if something goes wrong. I usually just copy the file I'm working on and extend it with .bak, the extension doesn't really matter, it's more personal preference.
Last edited by zeeb; Oct 25, 2024 @ 9:48pm
Honor Oct 26, 2024 @ 2:48pm 
Originally posted by zeeb:
Originally posted by Honor:
Thanks for this information. But I can't find the sound files. Would you know where they are?
Most likely here:
"...\Steam\steamapps\common\Survivalist Invisible Strain\Survivalist Invisible Strain_Data"

The biggest files seems to be resources.assets, resources.assets.resS and resources.resource.

You'll most likely be able to open them with some Unity editor. I haven't dabbled in Unity modding for quite some time. Just google "How to open Unity resource files" or something.

Could also be wrong but experience tells me you should go after the biggest files since audio files tend to take quite a bit of disk space depending on the quality. If it isn't any of those just look around until you find them by opening the other asset files and check the sub-folders as well.

You'll manage. Just remember to back up the files you're toying with, so you don't have to validate the files if something goes wrong. I usually just copy the file I'm working on and extend it with .bak, the extension doesn't really matter, it's more personal preference.
Google isn't being much help trying to find an editor to open the resource files. One reddit page leads to an editor that's outdated. Another editor was accused of being malware. So I don't know where to go to find an editor so I can mod this file. Could you please help with this because I just tried going back into the game with the sound of constant heartbeat and just can't deal with it.
SweetCaptn Oct 26, 2024 @ 4:29pm 
I'll upload a mod to disable the heartbeat sounds if you want, but can't work on it until Monday-ish. If you want to do it yourself, check Bob's Guide "How to make mods with custom code", use a .NET Decompiler to look into the game's code, and a code editor with .NET support that can compile your code to DLLs. The guide is extremely straightforward. Best of luck!
Honor Oct 26, 2024 @ 6:44pm 
Originally posted by SweetCaptn:
I'll upload a mod to disable the heartbeat sounds if you want, but can't work on it until Monday-ish. If you want to do it yourself, check Bob's Guide "How to make mods with custom code", use a .NET Decompiler to look into the game's code, and a code editor with .NET support that can compile your code to DLLs. The guide is extremely straightforward. Best of luck!
I'd be over the moon if you would make a mod to disable this sound. I wouldn't be able to get to it any sooner either. Tomorrow is a busy day. So yes, I'd so appreciate if you could make this mod. Looking forward to this! Thanks again.

And thank you zeeb for all your help!
zeeb Oct 26, 2024 @ 6:57pm 
Originally posted by Honor:
Google isn't being much help trying to find an editor to open the resource files. One reddit page leads to an editor that's outdated. Another editor was accused of being malware. So I don't know where to go to find an editor so I can mod this file. Could you please help with this because I just tried going back into the game with the sound of constant heartbeat and just can't deal with it.
https://github.com/AssetRipper/AssetRipper
This is an example of a Unity asset extractor which I was referring to.

Can't guarantee that there's no malware, but at least you get access to the source code and can read it yourself. Looking through the sources to make sure there's no funny business going on is always recommended. Then you compile those sources into a clean executable yourself. This is pretty much the only way to guarantee safety.

Considering it's github, the amount of contributors, the most recent update being just last week and that it seems generally quite popular I'd say that the risk, even if always there, is quite small.

You always have https://www.virustotal.com/ as well, not to be relied upon 100% but useful in most cases since it has a database containing the most commonly distributed script kiddie viruses that people play around with.

In any case, looks like you got some hands on help with this issue.
No problem.
Last edited by zeeb; Oct 26, 2024 @ 7:06pm
zeeb Oct 26, 2024 @ 7:40pm 
Off-Topic (Malware)
Using the CMD command "netstat -aon" on a daily basis is a good practice to see what ports on the PC is active and what program is currently using those ports. Then it also lists the IP addresses involved in the communication.

It can be used to find external IP addresses connected to your PC then some online searching will tell you if the program in question should list that particular IP address. If not then you might have a problem.

I also recommend going into the Windows Defender firewall and reset it to its Default values (There's a button on the left side). Then use a more aware mindset when the firewall window that wants you to add the program you run to the exception list comes up.
Last edited by zeeb; Oct 26, 2024 @ 7:46pm
SweetCaptn Oct 27, 2024 @ 10:06am 
Thanks for such great advice zeeb!
SweetCaptn Oct 27, 2024 @ 10:06am 
Honor, here's the mod that will let you adjust different in-game sounds. If you want to disable any of them, just set the volume to 0 in the settings file: https://steamcommunity.com/sharedfiles/filedetails/?id=3355780413
Last edited by SweetCaptn; Oct 27, 2024 @ 10:06am
Honor Oct 27, 2024 @ 11:48pm 
Originally posted by SweetCaptn:
Honor, here's the mod that will let you adjust different in-game sounds. If you want to disable any of them, just set the volume to 0 in the settings file: https://steamcommunity.com/sharedfiles/filedetails/?id=3355780413
You're awesome! I really appreciate your help in making this mod. But think I need more help with it.

I read your instructions on where to find the file you made and found it in the steam workshop folder. I then found an settings.xml file but that file doesn't say anything about sounds that I can see.
There is also a SISVOLUMESETTINGS .txt that is blank inside. Am I supposed to do something with the .txt file? Thanks again for your help.
SweetCaptn Oct 28, 2024 @ 3:17am 
Oh I see, I forgot to include the settings file. If you run the mod once it will generate it automatically for you in the folder
SweetCaptn Oct 28, 2024 @ 3:19am 
Just reuploaded it to include the file, should have no problems now ;)
< >
Showing 1-15 of 16 comments
Per page: 1530 50