Bertlor
New member
I've dabbled into modlets before and decided to see how far I can take this one. With my children sometimes wanting to watch me game I run a game with Zombies turned off so it's purely survival, however, this doesn't address the loading screens or the 10pm nighttime sound (a_nightfall_oneshot.wav) along with the other misc sounds at night (a_night_oneshot[1-6].wav) that are found within resources.assets.
I've already created a modlet to override the 4 loading screens with non-zombie backgrounds and now moved to the audio files... I know there's a thread going over how to edit that file by removing those sounds found here;
However, my question/interest is if this could be replaced/updated with a modlet that just overwrites what assets/sounds are played on those events (or if it's a limitation with the game to use the information from that assets file). One approach I used was creating a custom resource/asset (containing a pleasent 10pm audio with blank misc nighttime audio) then updating the existing resource to point to my custom asset file but that still required altering the original resource file (which I'm trying to prevent).
Is there anyway to create a Mod that supplies an alternative resource/asset file that clients would pull/download and use? That way if the mod folder is removed the game defaults back to the original one that hasn't been changed. This way I could create a copy and update the resources.asset file but then store it within my mods folder structure so it's easily managed.
The next piece would be to look into the random corpses found (which I'm guessing that data resides in blocks.xml) to make them either transparent or non-existent so that while looting POIs I don't stumble across a bloodied corpse while the kiddos are watching.
Also before anyone comes back at me... I know the game has a rating for older audiences, however, I feel that regardless of the players/viewers age that having the Zombies off should also at a minimum address the night time sounds being there are no Zombies around to make them. The rest of my goal seems easily enough to attain through the modlet structure.
I've already created a modlet to override the 4 loading screens with non-zombie backgrounds and now moved to the audio files... I know there's a thread going over how to edit that file by removing those sounds found here;
However, my question/interest is if this could be replaced/updated with a modlet that just overwrites what assets/sounds are played on those events (or if it's a limitation with the game to use the information from that assets file). One approach I used was creating a custom resource/asset (containing a pleasent 10pm audio with blank misc nighttime audio) then updating the existing resource to point to my custom asset file but that still required altering the original resource file (which I'm trying to prevent).
Is there anyway to create a Mod that supplies an alternative resource/asset file that clients would pull/download and use? That way if the mod folder is removed the game defaults back to the original one that hasn't been changed. This way I could create a copy and update the resources.asset file but then store it within my mods folder structure so it's easily managed.
The next piece would be to look into the random corpses found (which I'm guessing that data resides in blocks.xml) to make them either transparent or non-existent so that while looting POIs I don't stumble across a bloodied corpse while the kiddos are watching.
Also before anyone comes back at me... I know the game has a rating for older audiences, however, I feel that regardless of the players/viewers age that having the Zombies off should also at a minimum address the night time sounds being there are no Zombies around to make them. The rest of my goal seems easily enough to attain through the modlet structure.