Ok guys, I had 2 main problems whe I played this update ;
The 1st : I couldn find any of my save files, the folder was empty. It was bc, idk why but yk the drill,
using
command, searching
appdata, then enter the
renpy folder you'll have most of your renpy game saves stored there.
The problem is when I entered the family trouble folder I didn't find any saves. Even though, I was sure I had some since when I started an older ver. I found them.
Figured it, it was in a folder named "1-170..." I don't remember the whole name but it started that way, don't ask me why it was named like that idk...
So yeah, copied what was inside, pasted it in the family trouble folder and there you have them. All your saves found their way lol.
The 2nd problem was the fact that we could name the relationships btw characters.
If only I gave attentions to what the dev said :
Man this would have been so frkin quick and my lazy a$$ value time so it can be even lazier lol.
Anyway, just enable console using
unren (Idk why I put the spoiler I just saw smn doin it when recommanding a game to me. As the good and proud member of the herd's follower I'm, I had to follow his example lol).
Back to it, once you've enabled it.
Hear me out I don't know a frkin thing abt coding (just a thing here an there), I just figured smt out with an AI. So, don't blame me If it does smt to your game at some point lol.
At 1st I just loaded a save, used console ("shift + O" that's an o not a zero00000000 lol), and changed variable the normal way.
here's the solution I found :
Python:
f1 = "whatever you want"
#do the same for f2, f3 and f4
#here's what I personally did and what seemed the most logical to ME
#If you want to copy-paste it, do it line by line
$ f1 = "niece"
$ f2 = "uncle"
$ f3 = "family"
$ f4 = "nephew"
#if you don't encounter any problem, good for you but if you do then see if that helps you
#At some point I had a prblm maybe it's a bug I did but during an animated scene it's like they were reset,
#I prbbly did this one myself while trying multiple things but whatever I just asked Mr.AI how to freeze variables
#Here's what he told me to do :
init python :
persistent.f1 = 0
persistent.f2 = 0
persistent.f3 = 0
persistent.f4 = 0
#same here if you want to copy paste do it line by line and don't forget to tap enter after each one
#tap enter 2 times after the last line
#I think I just fkdup smt with this last bit of code or maybe it didn't change anything, like I said I was just playing here
#So, if smn who knows smt abt this sh1t pass by here, feel free to correct me
Hope I helped you and didn't f$ck your game
THX