0 of 0

File information

Last updated

Original upload

Created by

DeniUni

Uploaded by

DeniUni

Virus scan

Safe to use

49 comments

  1. J93Olsen
    J93Olsen
    • member
    • 0 kudos
    Locked
    Sticky
    Thank you.

    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)
    1. DeniUni
      DeniUni
      • premium
      • 50 kudos
      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.
  2. Satinretea
    Satinretea
    • member
    • 0 kudos
    Highly controversial ;<

     
    1. stupidjostling
      stupidjostling
      • member
      • 1 kudos
      I wonder if it is also possible to achieve the exact opposite, that all radios always play Pon Pon s#*!?
  3. jenaxcx
    jenaxcx
    • member
    • 0 kudos
    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 
    1. DeniUni
      DeniUni
      • premium
      • 50 kudos
      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.
  4. ItzRokki
    ItzRokki
    • member
    • 1 kudos
    Finally the game is playable without having to have an aneurysm from ODing on Weebshit Brainrot
  5. nexuskid420
    nexuskid420
    • supporter
    • 1 kudos
    FINALLY ! , thank u op
    1. arios00
      arios00
      • supporter
      • 0 kudos
      +1 THANK YOU!!
  6. richieelias
    richieelias
    • member
    • 0 kudos
    Any way to instead replace all songs with "I really want to stay at your house"?

    Trying to dehydrate myself for that cut bodybuilder look.
  7. IronRapture
    IronRapture
    • member
    • 0 kudos
    BLASPHEMER!
  8. anton6732
    anton6732
    • supporter
    • 3 kudos
    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.
    1. DeniUni
      DeniUni
      • premium
      • 50 kudos
      Wait... it has actual lyrics?! Sounds like a bunch of nonsense to me. 😋
      Anyway. Not curious. 😏
    2. NightCityVibes
      NightCityVibes
      • member
      • 0 kudos
      After your comment I had to google it too.. better if I hadn't done it haha
  9. tretokik
    tretokik
    • member
    • 1 kudos
    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 ?
    1. FrostyBits
      FrostyBits
      • member
      • 0 kudos
      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.
    2. DeniUni
      DeniUni
      • premium
      • 50 kudos
      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".
    3. tretokik
      tretokik
      • member
      • 1 kudos
      
      Spoiler:  
      Show
      {
      "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)
    4. DeniUni
      DeniUni
      • premium
      • 50 kudos
      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.
    5. tretokik
      tretokik
      • member
      • 1 kudos

      Ty so Much <3
    6. DeniUni
      DeniUni
      • premium
      • 50 kudos
      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. 😎
  10. Drak382
    Drak382
    • supporter
    • 4 kudos
    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.
    1. DeniUni
      DeniUni
      • premium
      • 50 kudos
      Oh I thought most of these comments were sarcastic. 😌 Either way, I find them funny. 😏
      Who wants to use this mod can, who doesn't, shouldn't.
    2. winterfox5
      winterfox5
      • member
      • 0 kudos
      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.
    3. KayaGrimoire
      KayaGrimoire
      • supporter
      • 35 kudos
      This made my day
    4. shiroi0x
      shiroi0x
      • member
      • 0 kudos
      What plan?
    5. ProximaDust
      ProximaDust
      • premium
      • 318 kudos
      lol who's reporting or harassing anyone.

      This sounds like some real ponpon shit.
  11. ProximaDust
    ProximaDust
    • premium
    • 318 kudos
    *clears throat*

    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#*!

    1. DeniUni
      DeniUni
      • premium
      • 50 kudos
      yes no yes no