0 of 0

File information

Last updated

Original upload

Created by

AgainPsychoX

Uploaded by

AgainPsychoX

Virus scan

Some files not scanned

17 comments

  1. SirCrusher
    SirCrusher
    • member
    • 1 kudos
    the mod isn't working at windows 11, does anyone know a fix?
  2. Mopro88
    Mopro88
    • member
    • 0 kudos
    Hello,

    is there a possibility to change the voicelines without an additional exe. (aka not during the runtime), but in a classic manner with opening the existing files and change it there? To be more precise: When I want to mod the game, is it possible to open the game file(s) and change or add something (sound files for instance) ?? Answer would be nice, bro thx! ;-D
    1. AgainPsychoX
      AgainPsychoX
      • member
      • 2 kudos
      I hope one day it will be possible, but as far I know, the game is using WWise libraries for audio (incl. voice cues). It's closed source, and the reverse-engineering work would be required to make it work. On the official Owlcat Games Discord server in #mod-dev-technical there were some discussion about it too. I would be happy to make it work without the external player (the extra .exe file), and if you know it's possible let me know. Also, see the README file, Notes section (expand "Details"), where I describe what other things I tried to make it work without the external player.
    2. Mopro88
      Mopro88
      • member
      • 0 kudos
      Thanks for answering. I keep my hands off Pathinder Kingmaker then. I am currently working on The Witcher 1 Mods, where I have also big problems (3ds Max). I dont need more... 
    3. ADDB
      ADDB
      • premium
      • 36 kudos
      So it's been quite some time since @AgainPsychoX did voice modding; since then somebody suggested that it's possible to load external sound banks; meaning it'd be possible to use Wwise (the software that the devs use) directly to create a SoundBank and it would then be possible to directly integrate this soundbank into the game (via a Loader mod which is trivial).

      Workflow would then look like this:
      Add Sound to Wwise
      Create Event
      Assign Sound to Event
      1 Event = 1 Cue/Answer/Whatever that's supposed to be voiced

      Then all those events are added to a Soundbank, the Soundbank will then be compiled and can be loaded during runtime with a loader.
      Normally it's necessary to make the game aware of the voice files, but if you have the name of an event match the id of the Cue/Answer/Whatever then there's a mod that will automatically do that.

      It's still some work; but quite a bit smoother since you don't need external sound players or stuff.
    4. Mopro88
      Mopro88
      • member
      • 0 kudos
      @ADDB
      Thx for this post
      You're a good one! ;-)
  3. Edelskov
    Edelskov
    • member
    • 7 kudos
    Perfect
  4. wolverine1984
    wolverine1984
    • supporter
    • 1 kudos
    I'm quite sure that a YouTube video demonstrating the result would go a long way of intruding people to try it out and maybe even create this for more characters.
  5. Monotonyisakiller
    Monotonyisakiller
    • member
    • 0 kudos
    Right on, this is great. Thank you!
  6. Svart86
    Svart86
    • member
    • 1 kudos
    Did you include any romance with her in these dialogues?
    1. AgainPsychoX
      AgainPsychoX
      • member
      • 2 kudos
      No, I only included the already existing dialogues for Jeathal that were missing voice lines. I did not add any dialogue text, story, etc.; only the audio.
  7. zoxgod
    zoxgod
    • member
    • 0 kudos
    I was trying to do something similar to this once, it was Valerie, and I couldn't get a pure companion voice out of Kingmaker using any of the methods on the internet. May I ask how you got the voice files? 
    1. AgainPsychoX
      AgainPsychoX
      • member
      • 2 kudos
      [Response from FAQ] I exported existing voice files for certain character, used them to train/fine-tune Text-To-Speech model. Then I made list of dialogues that have no voice lines defined and ran long generation process. For details go to the GitHub: https://github.com/AgainPsychoX/Kingmaker-MoreVoiceLines/tree/main/Other/VoiceCloningStuff  .

      If you need more details or if it's missing something, feel free ask here or the issues on the GitHub :)
    2. zoxgod
      zoxgod
      • member
      • 0 kudos
      oh thanks for the Reponse!,sorry my question wasn't detailed enough My biggest problem is converting audio files
       how to bnk flies to converting to any audio flies? (My Windows environment is Korean, so I don't know much about the programs or their requirements.) I can only reach to make them to Wav,or Wem flies but can't get the ogg flie I check the github now i'm a bit lost what to do..

      small update 
      I've successfully converted or opened the files, but all of them have a short sound is somethings i missing?
    3. AgainPsychoX
      AgainPsychoX
      • member
      • 2 kudos
      > I've successfully converted or opened the files, but all of them have a short sound is somethings i missing?
      What "short sound" are you referring to? Which files have you tried? 

      Some catalogues contain commands/interactions responses, like `\Voices\English\Companions\Jaethal\*` - which are indeed short. Some contain the longer texts used for camping, like `\Voices\English\Scenes\Banters\Jaethal`, and there also are some dedicated to specific scenes/quests like `\Voices\English\Scenes\Chapter_6`. 

      The files have no silence on beginning/ending, so they might sound a bit "weird" when played in some (like default Windows Media Player). You might use ffmpeg to add the silence yourself tho. 

      If you want help, you can contact me on Discord: @AgainPsychoX or via Github Issues: https://github.com/AgainPsychoX/Kingmaker-MoreVoiceLines/issues/new . 
  8. sylarman
    sylarman
    • premium
    • 0 kudos
    This is incredible... how does it work? is this an AI? are you planning to do it for other characters and dialogue?
    1. AgainPsychoX
      AgainPsychoX
      • member
      • 2 kudos
      > This is incredible...
      Thanks! It's far from perfect, but it's first step I hope :)

      > how does it work? 
      The mod allows to configure & play custom audio from localized strings that game tries to play voice over for. 

      > is this an AI?
      For Jaethal (included in first release), yes. I exported existing voice files for certain character, used them to train/fine-tune Text-To-Speech model. Then I made list of dialogues that have no voice lines defined and ran long generation process. For details go to the GitHub: https://github.com/AgainPsychoX/Kingmaker-MoreVoiceLines/tree/main/Other/VoiceCloningStuff 

      > are you planning to do it for other characters and dialogue?
      Maybe in future, but the mod is open for contributions! I wrote down my struggles with AI voice generating (link above). I wish I could do it myself, but after 2 weeks of figuring stuff out I'm a bit burned out. Also, I'm working & studying so soon I will have less time. Also, I don't have good GPU, and renting them is costly - I spent like 20$ and lots of time on Jaethal alone.