Mod Ren'Py Onhold Ai voices for rick and morty another way home

Wise007

New Member
Aug 21, 2019
5
7
When starting "Sex Ed", the game crashes with a reference to an mp3 for a user named "teo". It looks like those audio files are specifically called for the whole scene.
 
  • Hey there
Reactions: broken_division

Wise007

New Member
Aug 21, 2019
5
7
All these voices are from FakeYou, right? I was looking into potentially reworking a few of them since they have variables instead of names for characters. Also, I noticed that they added a "newer" version of Morty and Rick as well as some other characters (like Goldenfold). Would you be welcome to people packaging audio to better fit the character lines (if possible)?
 
  • Like
Reactions: broken_division

broken_division

Well-Known Member
Game Compressor
Oct 4, 2017
1,556
9,184
All these voices are from FakeYou, right? I was looking into potentially reworking a few of them since they have variables instead of names for characters. Also, I noticed that they added a "newer" version of Morty and Rick as well as some other characters (like Goldenfold). Would you be welcome to people packaging audio to better fit the character lines (if possible)?
The variables are in the same text string as the character text, this makes sense to let the user pick whatever, but for the audio mod, I have to define them or skip them completely. You can take a look at my Python implementation (source code.zip).
My simple way of doing this was something like this: "dialogue = dialogue.replace('[mcs.jerry.name]', 'jerry')." before passing to the API, I have defined ~30 clearly there are more. I have yet to find some time to complete it, at least with the voices at hand. :HideThePain: .Feel free to experiment with this, (or anyone really)
 

dodoara

New Member
Apr 3, 2024
1
0
Overview:
Hi there, I've made a voice mod for the game! Why? Why not.
I've only tested/made day 1, basically, the beginning.
If there is interest, I could make the whole game.​

Updated: day 39-Beta
Game/Creator: Rick and Morty: Another Way Home [r3.9] [Night Mirror]/ Ferdafs
Modder: broken_division
Game Version: [r3.9] [Night Mirror]
Language: English

i'll do the whole game with these and then create the next voices
Featured Voices:
rick
morty
morticia
jessica
beth
jerry
summer

voice missing -i'll have to train them
goldenfold
principal vagina
the devil
tricia
Reka
Nancy
Kiara

Unity
Kitty
Gazorpians
Planetina

Female.rick
You don't have permission to view the spoiler content. Log in or register now.
Installation:
You don't have permission to view the spoiler content. Log in or register now.

Download:-

Can someone expand on the installation instructions?pls
 

broken_division

Well-Known Member
Game Compressor
Oct 4, 2017
1,556
9,184
The Idea is good, but FakeYou sucks ass and not in a good way. Maybe with Elevenlabs?
it's grey area to copy someone's voice , so Elevenlabs is out of the equation.
I think it was really just the AI service he was using to generate the voices that sucks. It's really bad. Some of it isn't... horrible... but a lot of it is. Hope to see this mod improve because it's a good idea.
The thing is that the game is already way too complex to do it manually (30000+ voice lines) , so all voices were made with API calls to Fakeyou.
I did make the fakeyou training work offline to skip the long wait at google colab but the result is suboptimal at best.
I am looking forward to at least release this mod with the voices that exists already this summer.

Here some voices made with The Mangio-RVC-Fork instead of FakeYou
 

LordMerek

Romance & Redemption Enthusiast
Donor
Aug 22, 2018
742
1,444
it's grey area to copy someone's voice , so Elevenlabs is out of the equation.

The thing is that the game is already way too complex to do it manually (30000+ voice lines) , so all voices were made with API calls to Fakeyou.
I did make the fakeyou training work offline to skip the long wait at google colab but the result is suboptimal at best.
I am looking forward to at least release this mod with the voices that exists already this summer.

Here some voices made with The Mangio-RVC-Fork instead of FakeYou
These are actually pretty great.

An update to my previous post, the biggest offender by far for horrible AI voicing in your mod was the female morty. It was so bad I almost deleted your mod right then and there. I don't know if she actually sounds like that in the show, but her voice shouldn't sound like Morty at all in my opinion, it's a huge turn off and makes me not want any interaction with her at all. Any chance you can just re-do her lines with a better sounding AI model that isn't morty?
 
  • Like
Reactions: broken_division

broken_division

Well-Known Member
Game Compressor
Oct 4, 2017
1,556
9,184
These are actually pretty great.

An update to my previous post, the biggest offender by far for horrible AI voicing in your mod was the female morty. It was so bad I almost deleted your mod right then and there. I don't know if she actually sounds like that in the show, but her voice shouldn't sound like Morty at all in my opinion, it's a huge turn off and makes me not want any interaction with her at all. Any chance you can just re-do her lines with a better sounding AI model that isn't morty?
Yea i know it's a dead simple noise pitch of Morty's ai voice.(she doesn't actually exist)
It would be nice to implement a voice control of sorts , to enable/disable voices:unsure:

The Night Mirror that does the renpy port, suggested to use Mabel Pines from Gravity Falls.
https://f95zone.to/threads/ai-voices-for-rick-and-morty-another-way-home.190995/post-13168490

I'll look more into it in about 40 days (begone MBA)
 

LordMerek

Romance & Redemption Enthusiast
Donor
Aug 22, 2018
742
1,444
Yea i know it's a dead simple noise pitch of Morty's ai voice.(she doesn't actually exist)
It would be nice to implement a voice control of sorts , to enable/disable voices:unsure:

The Night Mirror that does the renpy port, suggested to use Mabel Pines from Gravity Falls.
https://f95zone.to/threads/ai-voices-for-rick-and-morty-another-way-home.190995/post-13168490

I'll look more into it in about 40 days (begone MBA)
That's a great a idea! Looking forward to when you return.