Can you also remove HISTORY by Gazelle Twin & Trash Generation. I know that if you play as Corpo that music is played at Lizzie's bar and I always mute SFX fom settings, so I don't have to listen to it, because I don't like it. I use a mod to skip it from the radio when it play, I don't like it when its playing at storefronts. (Sorry for bad grammar and English)
You can mute any sound you don't like following the same pattern I used in this mod. Just open the "info.json" file and add another entry, for example to mute: { "name": "MutePonPon", "version": "2.1.0", "customSounds": [ { "name": "mus_radio_05_pop_history", "type": "mod_sfx_2d", "file": "muted.wav", "gain": 0.0, "pitch": 0.0 }, ... } Or to replace: { "name": "MutePonPon", "version": "2.1.0", "customSounds": [ { "name": "mus_radio_05_pop_history", "type": "mod_sfx_radio", "file": "song.wav" }, ... } If you install WolvenKit it's pretty easy to find out what the sound name is using the Sound Modding Tool. See that wiki for in-depth guides on everything.
Hi! hope you're doing well, I'm sorry I'm commenting about this in this mod, I wasn't able to comment where I wanted to, I assumed it was maybe because you've got hate for the slender male body type. I was just wondering if you're considering in creating a slim body type for masc v. I'd love to sink deeper into the RP with cyberpunk and I find so annoying that there's no more detailing in character creation! Anyways, great mod, just wanted to ask you that <3 Hope you're doing well! <3
Yeah, I blocked the comments there cuz some gonk kept creating new accounts so they could start flame wars with nonsense.
I don't plan on creating meshes, those are time-consuming and also my laptop simply cannot take it (I can barely use Blender for the simplest of things). I'd love to see such a mod too. Body weight should really have been an option (there are different sized bodies for NPCs afterall).
In any case, I used the "female" body type because it's a slimmer variant and like this not all clothes have to be resized (just the chest ones). Too bad face options are also limited.
I had no clue which song is it. Buuut(t). I've thought which one I would love to see go. And that's the one XD. edit: Googled lyrics. Oh my lol, this alone would make whole game 21+, in any land which isn't Japan.
Sooo .... does this Mod let the Radio Stations etc just Skip the Song or should i have a few Minutes in Silence ? Because I try to Replace the Song .... Put My Replacer Wav in this Direction mods\MutePonPon\customSounds\ ...... Replaced in the mods\MutePonPon\info.json all "muted.wav" lines with my File name .... The Radion doesnt Play this Song anymore xD Im Sure i did Something Wrong maybe someone can point me in the right Direction :D Edit: Ok i def. got the Song Mutet .... but Sadly i didnt get it how to replace with own Music .... just to be clear do i replace all muted.wav lines in youre info.json with (mysong).wav or do i need to delete some of the lines ?
Maybe delete gain and pitch line. Also to make it easier just rename your custom song file to muted.wav so you don't have to change file name in .json file.
Yes. It's sufficient to replace "muted.wav" for "mus_radio_05_pop_ponpon_shit" and remove "gain" and "pitch" settings, like so: { "name": "MutePonPon", "version": "2.1.0", "customSounds": [ { "name": "mus_radio_05_pop_ponpon_shit", "type": "mod_sfx_2d", "file": "yoursong.wav" }, ... the rest here you can leave as is, it's used by storefronts in the open world ... } If that does not work try with "mod_sfx_radio" instead of "mod_sfx_2d".
Sorry, I left a comma in the example. It should be a valid JSON, like this (removed the comma after "song.wav"): { "name": "MutePonPon", "version": "2.1.0", "customSounds": [ { "name": "mus_radio_05_pop_ponpon_shit", "type": "mod_sfx_radio", "file": "song.wav" }, ... } I'm also gonna try replacing the song to see if I'm missing something from my examples.
You're welcome. I also added a file with replacing the song instead of just muting it for anyone that needs it. But you lot will need to put your own wav as I don't want to have copyright issues. 😎
the amount of messed up content being uploaded, nobody bats an eye because it's all part of the plan. But when one modder does not like a song and makes a mod to remove it, everyone loses their mind. Get a helmet, life is tough. It's ok for you to disagree with certain things. What is NOT ok, is to report people and harass them, because you disagree with them. Grow up.
There is no shot a single one of these comments are anything but a joke, this choom is just a bit sensitive it seems. No worries man, Im surprised someone didn't already make this mod tbh.
49 comments
Can you also remove HISTORY by Gazelle Twin & Trash Generation.
I know that if you play as Corpo that music is played at Lizzie's bar and I always mute SFX fom settings, so I don't have to listen to it, because I don't like it.
I use a mod to skip it from the radio when it play, I don't like it when its playing at storefronts. (Sorry for bad grammar and English)
{
"name": "MutePonPon",
"version": "2.1.0",
"customSounds": [
{
"name": "mus_radio_05_pop_history",
"type": "mod_sfx_2d",
"file": "muted.wav",
"gain": 0.0,
"pitch": 0.0
},
...
}
Or to replace:
{
"name": "MutePonPon",
"version": "2.1.0",
"customSounds": [
{
"name": "mus_radio_05_pop_history",
"type": "mod_sfx_radio",
"file": "song.wav"
},
...
}
If you install WolvenKit it's pretty easy to find out what the sound name is using the Sound Modding Tool. See that wiki for in-depth guides on everything.
I don't plan on creating meshes, those are time-consuming and also my laptop simply cannot take it (I can barely use Blender for the simplest of things). I'd love to see such a mod too. Body weight should really have been an option (there are different sized bodies for NPCs afterall).
In any case, I used the "female" body type because it's a slimmer variant and like this not all clothes have to be resized (just the chest ones). Too bad face options are also limited.
Trying to dehydrate myself for that cut bodybuilder look.
edit: Googled lyrics. Oh my lol, this alone would make whole game 21+, in any land which isn't Japan.
Anyway. Not curious. 😏
Edit:
Ok i def. got the Song Mutet .... but Sadly i didnt get it how to replace with own Music .... just to be clear do i replace all muted.wav lines in youre info.json with (mysong).wav or do i need to delete some of the lines ?
Also to make it easier just rename your custom song file to muted.wav so you don't have to change file name in .json file.
{
"name": "MutePonPon",
"version": "2.1.0",
"customSounds": [
{
"name": "mus_radio_05_pop_ponpon_shit",
"type": "mod_sfx_2d",
"file": "yoursong.wav"
},
... the rest here you can leave as is, it's used by storefronts in the open world ...
}
If that does not work try with "mod_sfx_radio" instead of "mod_sfx_2d".
"name": "MutePonPon",
"version": "2.1.0",
"customSounds": [
{
"name": "mus_radio_05_pop_ponpon_shit",
"type": "mod_sfx_radio",
"file": "song.wav",
},
{
"name": "mus_ow_busker_ponpon_start_stop",
"type": "mod_sfx_2d",
"file": "muted.wav",
"gain": 0.0,
"pitch": 0.0
},
{
"name": "mus_ow_busker_pon_pon_01_start",
"type": "mod_sfx_2d",
"file": "muted.wav",
"gain": 0.0,
"pitch": 0.0
},
{
"name": "mus_ow_busker_pon_pon_02",
"type": "mod_sfx_2d",
"file": "muted.wav",
"gain": 0.0,
"pitch": 0.0
},
{
"name": "mus_ow_busker_pon_pon_03",
"type": "mod_sfx_2d",
"file": "muted.wav",
"gain": 0.0,
"pitch": 0.0
},
{
"name": "mus_ow_busker_pon_pon_04",
"type": "mod_sfx_2d",
"file": "muted.wav",
"gain": 0.0,
"pitch": 0.0
},
{
"name": "mus_ow_busker_pon_pon_05",
"type": "mod_sfx_2d",
"file": "muted.wav",
"gain": 0.0,
"pitch": 0.0
},
{
"name": "mus_ow_busker_pon_pon_06",
"type": "mod_sfx_2d",
"file": "muted.wav",
"gain": 0.0,
"pitch": 0.0
},
{
"name": "mus_ow_busker_pon_pon_07",
"type": "mod_sfx_2d",
"file": "muted.wav",
"gain": 0.0,
"pitch": 0.0
},
{
"name": "mus_ow_busker_pon_pon_08",
"type": "mod_sfx_2d",
"file": "muted.wav",
"gain": 0.0,
"pitch": 0.0
},
{
"name": "mus_ow_busker_pon_pon_09",
"type": "mod_sfx_2d",
"file": "muted.wav",
"gain": 0.0,
"pitch": 0.0
},
{
"name": "mus_ow_busker_pon_pon_10_stop",
"type": "mod_sfx_2d",
"file": "muted.wav",
"gain": 0.0,
"pitch": 0.0
}
]
}
Still just no SOng at all is my Car a Storefront ? :P (with mod_sfx_2d same Result)
{
"name": "MutePonPon",
"version": "2.1.0",
"customSounds": [
{
"name": "mus_radio_05_pop_ponpon_shit",
"type": "mod_sfx_radio",
"file": "song.wav"
},
...
}
I'm also gonna try replacing the song to see if I'm missing something from my examples.
Ty so Much <3
Get a helmet, life is tough. It's ok for you to disagree with certain things. What is NOT ok, is to report people and harass them, because you disagree with them. Grow up.
Who wants to use this mod can, who doesn't, shouldn't.
This sounds like some real ponpon shit.
Ponpon s#*!, ponpon s#*!, ponpon s#*!
Ponpon s#*!, ponpon s#*!, ponpon s#*!
Ponpon s#*!, ponpon s#*!, ponpon s#*!
Ponpon s#*!, ponpon s#*!, ponpon s#*!
Ponpon s#*!, ponpon s#*!, ponpon s#*!
Ponpon s#*!, ponpon s#*!, ponpon s#*!
Ponpon s#*!, ponpon s#*!, ponpon s#*!
Ponpon s#*!, ponpon s#*!, ponpon s#*!