DarkDank

Well-Known Member
Oct 26, 2019
1,203
1,598
Same old story. Patreon cracks down on incest because they're a bunch of idiots, developer just changes 'sister' into 'childhood best friend' or something and keeps the content identical.

Bonus points if the game let's you type in a prompt for what to call the 'best friend' by so you can just type sister in manually.
They should have let you change it or patch it tbh.
Especially if it started out with incest. The Dev is probably just inexperienced.
 

Prezcot

Member
Aug 7, 2019
158
129
Yes, I'm sure that is how it works. You just need to search through the code to find the values for that and increase them.
Ye thats the issue...i tried opening the init file in notepad and its all in 4 digit code...
 

ohmz

Active Member
Feb 6, 2021
777
901
Ye thats the issue...i tried opening the init file in notepad and its all in 4 digit code...
I'd help you look if I had the game downloaded but I don't think it's in that file. To get the code you should use unren to unpack the rpa files and then again to decompile the rpyc files. I also use Visual Studio Code to search through the code quickly, but that isn't needed.
 

Prezcot

Member
Aug 7, 2019
158
129
I'd help you look if I had the game downloaded but I don't think it's in that file. To get the code you should use unren to unpack the rpa files and then again to decompile the rpyc files. I also use Visual Studio Code to search through the code quickly, but that isn't needed.
Ohhhh....i see...that makes more sense....Also one more thing...(i've sent a picture with the two options from unren) could you explain what they both do? At which point in time should i start editing the code also after doing everything how do i exact the code do i replace the init files?

edit: Also doesn't the RPA packages consist of stuff like gallery? I mean i could get the base image out of that but thats no fun. I'm guessing i have to use the second option right?
1652321430314.png
 
Last edited:

Prezcot

Member
Aug 7, 2019
158
129
Yes, I'm sure that is how it works. You just need to search through the code to find the values for that and increase them.
I decompiled the init file and i have attached it but im stumped as to which value i need to edit I'm not very knowledgeable about python. I tried changing a few and it did affect the game so the execution works but some didn't even change anything(maybe it did i didn't test for long enough) I have attached the init file here...
 

ohmz

Active Member
Feb 6, 2021
777
901
I decompiled the init file and i have attached it but im stumped as to which value i need to edit I'm not very knowledgeable about python. I tried changing a few and it did affect the game so the execution works but some didn't even change anything(maybe it did i didn't test for long enough) I have attached the init file here...
It's not in that file. I looked into it and found the right file here.
game\1000_base_game\screens\displayables\avatar.rpy
 

Prezcot

Member
Aug 7, 2019
158
129
1652380493791.png
These two values seems to change the position of the mask itself but the others don't make sense enough for me to change them. I can see references to height and width but they haven't been initialized as far as i can see so im confused....
 
Last edited:

ohmz

Active Member
Feb 6, 2021
777
901
View attachment 1807465
These two values seems to change the position of the mask itself but the others don't make sense enough for me to change them. I can see references to height and width but they haven't been initialized as far as i can see so im confused....
I can't to work either. The line "m_w,m_h=mask.get_size()" is using the size of the mask. So it must have been set already in "
mask=renpy.easy.displayable("ui xray_mask").render(s_w,s_h,st,at)" but changing s_w and s_h doesn't do it. So I don't know how else to change it and am giving up on it.
 

Prezcot

Member
Aug 7, 2019
158
129
I can't to work either. The line "m_w,m_h=mask.get_size()" is using the size of the mask. So it must have been set already in "
mask=renpy.easy.displayable("ui xray_mask").render(s_w,s_h,st,at)" but changing s_w and s_h doesn't do it. So I don't know how else to change it and am giving up on it.
Thanks for going so far for my request. But could it be that instead of using raw values they are using some sort of external image as a template because the xray area isn't your traditional shape so im guessing that it has to be some sort of image that is being used...
 

ohmz

Active Member
Feb 6, 2021
777
901
Thanks for going so far for my request. But could it be that instead of using raw values they are using some sort of external image as a template because the xray area isn't your traditional shape so im guessing that it has to be some sort of image that is being used...
You're right it is game\1000_base_game\assets\images\ui\xray_mask.webp and you can edit the image to be larger.
 
Last edited:

Prezcot

Member
Aug 7, 2019
158
129
You're right it is game\1000_base_game\assets\images\ui\xray_mask.webp and you can edit the image to be larger.
View attachment 1808643
Oh COOL!, thanks for taking the time to find it :p
Btw how did you enlarge the image since its in webp i tried using an online editor and it doesn't seem to handle it well i ended up getting a whole new image altogether and replacing the original one. What editing software did you use?
 

ohmz

Active Member
Feb 6, 2021
777
901
Oh COOL!, thanks for taking the time to find it :p
Btw how did you enlarge the image since its in webp i tried using an online editor and it doesn't seem to handle it well i ended up getting a whole new image altogether and replacing the original one. What editing software did you use?
I used Lazpaint. But there is plenty of others that can do it too. Also replacing the image should be alright as long as the new one has the same name and type.
 
3.70 star(s) 183 Votes