The Witcher 3

File information

Last updated

Original upload

Created by

3x0skelet0n

Uploaded by

3x0skelet0n

Virus scan

Safe to use

54 comments

  1. 3x0skelet0n
    3x0skelet0n
    • member
    • 6 kudos
    Sticky
    They f***ed up threat calculating big time in this patch. It will take a while to get this mod up and running again. But I can't gurantee if my skills are up to the task. Be patient.
    1. ModelsOfBoats
      ModelsOfBoats
      • member
      • 35 kudos
      Yeah it sucks how un-modular this game can be when it comes to modding. Even in TW2 there was an override folder where you could put loose files, now everything has to be packed which brings up script management and disallows you to do simple things like replace sound files. Instead you have to mess with the game's scripts for that.
    2. nolpas
      nolpas
      • member
      • 0 kudos
      Good luck! We believe in you
    3. Gatsufox
      Gatsufox
      • member
      • 0 kudos
      Will this mod ever work again? It was such a fantastic mod. Having only the ambient and background music on at all times (during combat) really enhanced the mood of the game, and I would love to experience it again during my next playthrough!
    4. dmbachleda
      dmbachleda
      • premium
      • 1 kudos
      fingers crossed, mate. good luck, and thank you for working to free folks from the "lelelelelelele"s
  2. PLYMIX
    PLYMIX
    • member
    • 0 kudos
    Hello. Please tell me how to turn off all the music in the game? Especially annoying street musicians! How can I turn them all off forever?
    1. MindDoser
      MindDoser
      • premium
      • 22 kudos
      Put Music to 0, at Options perhaps?
  3. BimPatrick
    BimPatrick
    • member
    • 0 kudos
    Just found out how to modify the game music by myself thank to eleazar06 comment below

    Step 1 : Open the file ".\The Witcher 3\content\content0\scripts\engine\sound.ws", right click -> open with -> notepad

    Step 2 :Search for these code :

    private function GameStateToString( enumName : ESoundGameState ) : string
    {
    switch ( enumName )
    {
    case ESGS_Default:
    return "";
    case ESGS_Exploration:
    return "exploration";
    case ESGS_ExplorationNight:
    return "exploration_night";
    .

    These are the code telling the game which music it should use in each condition.

    Ex : When you're exploring, which mean "case ESGS_Exploration:" , the game "return "exploration;", which mean it will use exploration music.
    When you are in combat, the game "return "combat;", which mean it use combat music.

    Just replace or delete the code inside " " based on what you want. So I want to keep my exploration music even when I enter combat, I changed all the "return "combat";" into "return "exploration;"
    It will turned out like this :
    .                        case ESGS_Combat:
    .                             return "exploration";
    .                        case ESGS_CombatMonsterHunt:
    .                             return "exploration";

    Then save the file, run the game and test for yourself.
    1. GauntM75
      GauntM75
      • member
      • 37 kudos
      Thanks a lot!
      This really helps. 
    2. ElCobrador
      ElCobrador
      • member
      • 0 kudos
      Didn't work, the combat music still plays.... weird

      In fact, deleting the file seems to have no effect in the game... Any idea?
    3. GauntM75
      GauntM75
      • member
      • 37 kudos
      Sdaly, I realize this method doesn't disable some dialogue and
      specific music (like talking to The Crones, Letho or some chase moments). 

      I want to leave only street/taverns performers and Gwent music, but it's being difficult...
      I got no idea how. I got to keep trying, I guess.
  4. HaywirePhoenix
    HaywirePhoenix
    • premium
    • 62 kudos


    any chances maybe in 2020 and v1.31/.32 of getting this up and running again by someone smart and capable?

    only disabling the combat music for endless exploring relaxation is all...


    There you go.

    https://drive.google.com/open?id=1YFXdOu3frUaO7J4DZNpl91tOVMD-k_TK

    I've updated them to work with 1.31/1.32. Choose only one, Enjoy!

    p.s: If the mod author is still about, you're welcome to use these to update your mod.
    1. dkzzzy
      dkzzzy
      • member
      • 1 kudos
      dude, u r a genius
    2. kicker044
      kicker044
      • supporter
      • 1 kudos
      Just great, HaywirePhoenix!
    3. waldziuwaldziu
      waldziuwaldziu
      • member
      • 0 kudos
      thank you very much
    4. Taddis10
      Taddis10
      • member
      • 0 kudos
      link not valid anymore, please update.
    5. REALSankiri
      REALSankiri
      • premium
      • 0 kudos
      Pls reupload the mod. 
    6. ElCobrador
      ElCobrador
      • member
      • 0 kudos
      Gods, do you still have the files? I tried editing the code in sound.ws (I just want to disable combat music), but it still plays.
  5. mcp000
    mcp000
    • member
    • 0 kudos
    any chances maybe in 2020 and v1.31/.32 of getting this up and running again by someone smart and capable? :)

    only disabling the combat music for endless exploring relaxation is all...
  6. eleazar06
    eleazar06
    • member
    • 0 kudos
    Fix is easy for v1.31 GOTY (and GOG i'm assuming)
    Open the file \The Witcher 3\content\content0\scripts\engine\sound.ws

    search for:
    return "dialog_scene";

    and delete the dialog_scene part, so it's just two quotes together. do the same for the night. music fades out during dialog now.
    1. vhenanvirabelasan
      vhenanvirabelasan
      • premium
      • 1 kudos
      Tried it and it works. Thank you.

      This is a great idea for a mod, but ideally, would love for someone to make a version where the music simply decreases in volume, not cut out altogether, so that it still remains unintrusive during important scenes. It feels especially strange during dialogue scenes that take place in taverns, for example. I just came across a scene during Final Preparations where you had to meet Yen in Crippled Kate's. The scene starts with a dancer and the music eventually fades out, but it fades out too early and you are left watching the majority of that dancer dancing to silence, and then the camera pans to Geralt watching the dancer, still silence.
  7. MrSurobashi
    MrSurobashi
    • member
    • 1 kudos
    dear sir 3x0skelet0n! could you please release a version of your mod updated for patch 1.31? or please give permission to other mod authors like ImmersiveSound
    https://www.nexusmods.com/witcher3/mods/1921/?tab=posts&navtag=https%3A%2F%2Fwww.nexusmods.com%2Fwitcher3%2Fajax%2Fmodfiles%2F%3Fid%3D1921&pUp=1
    to use the same functions included in your mod versions at least or let someone update it if you dont want to do it yourself by now, so we can use these with game patch 1.31 again :)

    some of us would greatly apprecciate this :)
    1. fhshshgshsgh
      fhshshgshsgh
      • member
      • 0 kudos
      yes please, the 'la-la-ley woman' during combat is driving me crazy
  8. badgerden
    badgerden
    • supporter
    • 0 kudos
    I really liked the concept of this mod, but installing it wouldn't allow my game to start due to script conflicts. Attempted to resolve them in the merger but only ended up doing more damage. Really hope this mod gets updated for the current game version soon!
  9. roagen
    roagen
    • premium
    • 0 kudos
    Not working on 1.31
    Sadly, because it's awesome mod and while I love exploration music, it's getting repetitive. Wanted to run with only combat...

    Will you update the mod? Please
  10. Mudran
    Mudran
    • supporter
    • 17 kudos
    Would it be possible to adjust audio - music to loop play in background when I alt tab?
    And thanks for this mod - I do like combat music.
  11. Manwe6923
    Manwe6923
    • member
    • 3 kudos
    Hi! this is a beautiful mod, can you tell me if it works with patch 1.31?