- Dec 28, 2020
- 135
- 84
Well fuck that. I try again later when I don't need to skip ahead or replay parts.Don't expect to be able to load previous loads in this game. As we'll be adding new files, it's not possible.
I'll make a button "jump to the newest update" on the next releease tho.
thats annoying as fuck why are you not able to do it but the vast majority of other devs can keep saves up with no issues guess i wont be playing for a while maybe until doneDon't expect to be able to load previous loads in this game. As we'll be adding new files, it's not possible.
I'll make a button "jump to the newest update" on the next releease tho.
I don't know how to. If you find how to tell me and I'll do it.thats annoying as fuck why are you not able to do it but the vast majority of other devs can keep saves up with no issues guess i wont be playing for a while maybe until done
It's not broke I just tested it.Not only can you not use old saves but the phone camera picture taking part is broke. The camera wont take a picture and returns to the start position every time you release it.
Here's a quick edit of the script file to disable the camera minigame anyways, in case anyone is having trouble with that.
Just unzip and copy/paste to your "game" folder.
It also has worked on my friend's PC."Eh, works on my machine. Release to market"
View attachment 3527554
Relax my guy, just a lil' jokeIt also has worked on my friend's PC.
Also the fix has already been posted.
And third, this is a game in development, things like this happen. We'll have it fixed on the next release, don't worry.
Thanks, I'll look into it.Whiteleaf Studio Just keep building the game. I'm glad to see incest and pregnancy back on the menu. I'll replay as many scenes as necessary.
But actually trying to be helpful here... For save compatability to work you cant edit previous code. so if your not done with certain old scenes forget about it. And maybe this documentation can give you some insight to what needs to be done to please the peons.You must be registered to see the links
It's not about 'not editing previous code', it has more to do with not changing variables that were previously used, or if you do, coding in conversion of old variables (or their values) to new ones at start of new updates.Whiteleaf Studio Just keep building the game. I'm glad to see incest and pregnancy back on the menu. I'll replay as many scenes as necessary.
But actually trying to be helpful here... For save compatability to work you cant edit previous code. so if your not done with certain old scenes forget about it. And maybe this documentation can give you some insight to what needs to be done to please the peons.You must be registered to see the links
I just updated the game with the bugfixing and options like this.This is a very exciting plot and I think y'all need to calm down with the complaints.
I'm self taught on Ren Py and very much still learning, so pinch of salt here. Thinking of solutions to jump to new content what about putting in a menu choice at the start? I begin after entering character names.
View attachment 3528142
This gets the characters the correct name and skips ahead.
I tested this script on my PC and it works. I only have the one computer so I wasn't able to do a mass beta testing.
the forum removes the spacing so replace (tab) with the Tab key.
"To my right is my sister, her name is..."
$ sisname = renpy.input("What is my Sister's name?{p}(Penelope by Default.)")
$ sisname = sisname.strip()
if sisname == "":
(tab)$ sisname="Penelope"
menu choiceX:
(tab)"Go to the kitchen."
(tab)(tab)pass
(tab)"Go to new content":
(tab)(tab)jump continue_script_7
I thought I had an idea to skip to new content but reading what Johntheloner and Mikomiko98 wrote this may cause the game to break since it won't correct for variables.
Can you download the new update with the bug fixes and tell me if it's working properly?I thought I had an idea to skip to new content but reading what Johntheloner and Mikomiko98 wrote this may cause the game to break since it won't correct for variables.
worked perfectlyCan you download the new update with the bug fixes and tell me if it's working properly?
it works for me, but you never know...