JohnSheridan

Member
Apr 13, 2018
312
620
any chance you can share that patch ?
When I get home I'll try to share it. Do I just zip up the RPC file or the RPC and RPCY files? Would you then have to decompile your version and over write? Because I wouldn't know how to compile them so you could just overwrite like a normal mod. I think my sharing what I've done will just break the game for most people who don't know what they're doing?

Too bad the DEV has ignored my post in this thread about this issue. :(
 
  • Like
Reactions: comcheck

comcheck

New Member
Jan 12, 2018
2
1
ah
When I get home I'll try to share it. Do I just zip up the RPC file or the RPC and RPCY files? Would you then have to decompile your version and over write? Because I wouldn't know how to compile them so you could just overwrite like a normal mod. I think my sharing what I've done will just break the game for most people who don't know what they're doing?

Too bad the DEV has ignored my post in this thread about this issue. :(
ah in that case I would not know what to do my end :( but thanks for the response shame as i find the red very hard to read with out a solid text box and its not ideal
 
  • Like
Reactions: JohnSheridan

Chrisnrw_

Newbie
Apr 21, 2022
39
119
Rather than respond in words, I leaned aggressively forward and met my mother in a passionate kiss. A surprised squeak escaped Mom's lips, but she didn't pull away

I found the error and fixed it. I don't know if he wanted to do it that way???

I also had the problem that the gallery didn't work. I sat behind it and looked at what was wrong. I found the error and fixed it. I don't know if he wanted to do it that way????


If you have any more errors, please post your errors or, better yet, post the text document traceback
 
Last edited:

Harven1989

New Member
Jan 27, 2023
10
5
Getting this error while opening gallery :

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/replay_gallery.rpy", line 47, in execute
File "game/replay_gallery.rpy", line 47, in execute
File "game/replay_gallery.rpy", line 51, in execute
File "game/replay_gallery.rpy", line 51, in <module>
NameError: name 'title' is not defined

Any idea how to fix it?
I tried to delete all save game from appdata/roaming/renpy folder and redownload but no effect
 

Chrisnrw_

Newbie
Apr 21, 2022
39
119
This should be included at the front page :)
Rather than respond in words, I leaned aggressively forward and met my mother in a passionate kiss. A surprised squeak escaped Mom's lips, but she didn't pull away


I found the error and fixed it. I don't know if he wanted to do it that way

If you have any more errors, please post your errors or, better yet, post the text document traceback
if you also have this error then download the file I also fixed it
 

Chrisnrw_

Newbie
Apr 21, 2022
39
119
Last edited:
  • Like
Reactions: Demnor

Ozygator

Engaged Member
Donor
Oct 15, 2016
2,413
4,030
Did you fix the disconnect between the first chapter, especially when the mom-sis have their scene (or it's skipped) and the mom-son dialogue jumps back and forth as if they didn't do anything after they had physical encounters? It's inconsistent and really stands out in a negative way, especially if the mom-daughter scene is NOT skipped and then the dialogue later acts like that never happened at all.

Need to tweak the dialogue if that scene is watched by players to make sense later on.
The Narrator Did you fix the above inconsistencies? Where the characters hug, kiss, have sexual contact and then act like they don't and are disgusted by the thought of it? Specifically focusing on how the 'mom' type character acts from the beginning then middle then end of current content.

You say you're making a new game, or thinking on it, but you still have major story holes where this simply doesn't make sense unless you just fixed it. If you literally just fixed it in this version then please update that you did because not wasting time to try it out if the story inconsistencies are still broken af.
 

Nitwitty

Member
Nov 23, 2020
375
203
I can't seem to change the font color for "Jack's Thoughts". Can someone help me with that please? When the background goes red I can't even see what he is thinking!
 

Nitwitty

Member
Nov 23, 2020
375
203
I just started playing this game so I have to ask the DEV what is the deal with the hardcoded red text for the MC thoughts?
jt "{color=#C00}
I tried everything in the options to change it but nothing worked. I finally had to decompile the RPYC files and use FIND/REPLACE to change the color. Sad times.
Can you save whatever you did and upload it here so I can paste it into my game folder? It's been months and I haven't been able to get into the story because of it.
 

hrm

Member
Jul 24, 2017
109
162
Can you save whatever you did and upload it here so I can paste it into my game folder? It's been months and I haven't been able to get into the story because of it.
A simpler solution would be adding text outlines to all of the dialogue. Save the attached file and drop it into the "game" folder. Here's what's inside if you're suspicious and/or would prefer making your own (just make a text file, name it whatever you like, and change the extension to .rpy):
define gui.dialogue_text_outlines = [(3, "#000", 1, 1)]

3 is the outline size, #000 is the color (black), 1 and 1 are the horizontal and vertical offsets of the outline. Feel free to change them to your liking (#FFF is the color code for white if you prefer that).
 

Nitwitty

Member
Nov 23, 2020
375
203
A simpler solution would be adding text outlines to all of the dialogue. Save the attached file and drop it into the "game" folder. Here's what's inside if you're suspicious and/or would prefer making your own (just make a text file, name it whatever you like, and change the extension to .rpy):
define gui.dialogue_text_outlines = [(3, "#000", 1, 1)]

3 is the outline size, #000 is the color (black), 1 and 1 are the horizontal and vertical offsets of the outline. Feel free to change them to your liking (#FFF is the color code for white if you prefer that).
Thanks. Going to check it out.
 

Nitwitty

Member
Nov 23, 2020
375
203
So, the story is getting good. But what's up with the animations? Is it a bug? The animations with the brother and sister at the beginning was nice and natural looking. But animations since then has been bugged where they are stuttering rather than moving.
And as of the latest version, you can still change Kitty's age right?
 
Last edited:
3.50 star(s) 23 Votes