Avaron1974

Resident Lesbian
Aug 22, 2018
27,974
96,637
1,021
Many activate everything and see dicks everywhere,
Pretty sure the whole passage you quoted showed this statement is bullshit.

Even if someone was to have everything turned on there aren't enough futa characters to see dicks everywhere.

For long time in the first season there is only Amy until Meg turns up.

By late in the game there are only around 7 futa with over 40 characters. That's less than a quarter total. If someone is playing this and seeing dicks everywhere then they may need to seek help because their vision is fucked.
 

PTGames

Developer of Lunar's Chosen
Donor
Respected User
Game Developer
Sep 17, 2018
2,726
4,525
468
I think a summary of this should be added to the description of the game. Many activate everything and see dicks everywhere, they ignore the fact that you rendered everything twice. Thought i have another take on the 2nd season and if you have time we may discuss it. :)
Post it here, I read most things posted in this thread
 

Marshall343

Member
Feb 12, 2018
175
127
250
Which incest patch should I be using? I used the one right under episode 2, but when it got to a part with Nicky, it used her name and "Katie's mum"
 

Jeepmut85

New Member
Oct 28, 2024
9
2
71
so I don't know how I missed it but I have no idea how to trigger the photo shoot with Vee I think? The third one in from the left if you look at the photo shoots. any help would be appreciated
 

BroProHelpas

Active Member
Jan 30, 2024
565
338
149
so I don't know how I missed it but I have no idea how to trigger the photo shoot with Vee I think? The third one in from the left if you look at the photo shoots. any help would be appreciated
you need to talk to her before photo shoot(evening pizza place),then you would be to make photo shoot with her in the evening
 
  • Like
Reactions: ItsKindaComplicated

Knight_of_the_lance

Well-Known Member
Feb 23, 2020
1,202
2,246
451
After the latest update I'm left wondering. Alafait: said out loud in french is a sentence, more precisely one you can here here when spoken in what you would call common slang. A l'a fait. It translate to she did it. The first A in the name to fit with what I said is sometime mean elle/she when talking with slang. Parella could also be deconstructed in a french sentence when you separate the sylabs. Par-el-la, Par elle là. By her there. I don't know if it's intended since the other fairies names don't follow that convention Vex and Serena.

Just something that came to mind while trying to guess how to pronounce Alafait's name. Now I can't see her name any other ways. To other native French speakers, you're welcome.
 

Crimsonfiend76

Herald - Super Naked Ginger Cuddle Time
Donor
Sep 8, 2020
2,467
3,754
458
Ah thanks, I'll hold off on continuing for a while then
You might be waiting for a while then... new season/chapter has been out for a while now and still no ipatch update, it's also been mentioned on here that sadly incest was hardcoded out of the game going forward... unless a hero manages to find a way around that hurdle.

My suggestion would be to just accept there is no wincest, or use your 'headcanon' and replace "Katie's mum" with just "mum/mom" and play it like that.
 
Last edited:
  • Like
Reactions: Dipper Pines

TGafy

Well-Known Member
May 14, 2020
1,045
1,257
328
What did the man do afterwards ?

The suspense is unbearable
The man, the toaster, and their freshly made toast lived happily ever after for a few years until the man discovered butter.
 
  • Wow
Reactions: Wlms

VividRose

New Member
Jul 13, 2018
10
13
199
I took a look at the previous incest patch that is linked under the season 2 downloads and decided to try and update that one to the latest version.

It works when I use it but I can't guarantee that it will work for anyone else as I have never worked with ren'py before.
Let me know if it works and if I have missed any text that needs changing.
 

Wlms

Well-Known Member
Apr 17, 2021
1,234
2,088
365
I took a look at the previous incest patch that is linked under the season 2 downloads and decided to try and update that one to the latest version.

It works when I use it but I can't guarantee that it will work for anyone else as I have never worked with ren'py before.
Let me know if it works and if I have missed any text that needs changing.
Thanks for updating. Do you mind explaining how you did it?
I'd have updated it myself if I knew what to do to
 

VividRose

New Member
Jul 13, 2018
10
13
199
Thanks for updating. Do you mind explaining how you did it?
I'd have updated it myself if I knew what to do to
I can try but I suck at explaining in text form and I don't know your level of experience when it comes to coding so I will say sorry in advance if it is confusing.

I used notepad ++ to see how the patch.rpy was coded and then I opened both the Katie.rpy and Nicky.rpy and saw that the patch had just copied the code from those two .rpy files and changed the dialouge that made Nicky just Katies mom to your mom or if katie mentioned that Nicky was her mom to our mom. The main issue with how the patch is structured is that if any other character mentions Nicky in their files as Katies mom you would have to find that section in their respective .rpy file and add it to the patch and change the dialouge text so it can be easy to miss text that need changing when a new update releases.

It's not the most elegant solution but it works for now.
I hope that explains it to some degree and if you want me to explain something more clearly or if you want to know more about the code in the.rpy files and how it works just ask again and will try to explain it further.
 
  • Like
Reactions: Wlms

Wlms

Well-Known Member
Apr 17, 2021
1,234
2,088
365
I can try but I suck at explaining in text form and I don't know your level of experience when it comes to coding so I will say sorry in advance if it is confusing.

I used notepad ++ to see how the patch.rpy was coded and then I opened both the Katie.rpy and Nicky.rpy and saw that the patch had just copied the code from those two .rpy files and changed the dialouge that made Nicky just Katies mom to your mom or if katie mentioned that Nicky was her mom to our mom. The main issue with how the patch is structured is that if any other character mentions Nicky in their files as Katies mom you would have to find that section in their respective .rpy file and add it to the patch and change the dialouge text so it can be easy to miss text that need changing when a new update releases.

It's not the most elegant solution but it works for now.
I hope that explains it to some degree and if you want me to explain something more clearly or if you want to know more about the code in the.rpy files and how it works just ask again and will try to explain it further.
Thanks. I think I understand what you mean.

Basically, you take code from each (charName).rpy file and add it to the patch, afterwards change the dialogue bit accordingly.
We can switch to dms if you want cause I know how to use Notepad++ properly so maybe we can talk about a way of doing the updates more efficiently
 

VividRose

New Member
Jul 13, 2018
10
13
199
Thanks. I think I understand what you mean.

Basically, you take code from each (charName).rpy file and add it to the patch, afterwards change the dialogue bit accordingly.
We can switch to dms if you want cause I know how to use Notepad++ properly so maybe we can talk about a way of doing the updates more efficiently
I can do that, don't know how quick I will be able to respond but it might be better than taking over the thread.
 
3.90 star(s) 91 Votes