balboa2151

Member
Jun 10, 2023
450
470
hey all, I know pregnancy is not in the tags but, I'm at the scene where the MC is at Cathy's fathers house and he's mentioning grandchildren, does the dev plan on adding pregnancy or was it just filler words for the story? And one more question? I see in the developer notes to my understanding that a harem is possible now, So for instance, while with Cathy at the club, if I commit to being in a relationship with Cathy does that close off the harem route? Or should I say that I'm not ready to commit? Any help would be greatly appreciated
 
Last edited:

FalconLover420

Engaged Member
Nov 23, 2020
2,229
2,441
hey all, I know pregnancy is not in the tags but, I'm at the scene where the MC is at Cathy's fathers house and he's mentioning grandchildren, does the dev plan on adding pregnancy or was it just filler words for the story? And one more question? I see in the developer notes to my understanding that a harem is possible now, So for instance, while with Cathy at the club, if I commit to being in a relationship with Cathy does that close off the harem route? Or should I say that I'm not ready to commit? Any help would be greatly appreciated

I am doing crash and burn route to see how everything goes
You don't have permission to view the spoiler content. Log in or register now.
 
  • Heart
Reactions: balboa2151

balboa2151

Member
Jun 10, 2023
450
470
I am doing crash and burn route to see how everything goes
You don't have permission to view the spoiler content. Log in or register now.

thanks for replying, If we need to choose for me it's also Chloe and Cathy, I would love maybe even a mini harem because it's going to be very difficult to choose either one, don't misunderstand me, I think the other women are also beautiful but Chloe and Cathy are my favorites
 

SmittyJones

Newbie
Jun 30, 2023
23
27
I'm guessing that the 0.3.2 saves aren't going to work with 0.4? Tried to load several times and the client crashes with each attempt.
 

kazeiheikaya

Member
Apr 1, 2024
240
523
interesting the only way for me to run this was via administrator, never ever had to do that before to run a game lol.
 

Stan5851

Forum Fanatic
Oct 18, 2019
4,285
8,938
I'm guessing that the 0.3.2 saves aren't going to work with 0.4? Tried to load several times and the client crashes with each attempt.
I have 0.3.2 saves working correctly. Alternatively, try loading one of the saves where there is a fork on the screen (dialog choices/decisions). Sometimes it helps.
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
12,292
19,671
The Discord plugin doesn't handle networking properly and causes that error when it can't connect to discord, just delete the
"game/renpy-discord-presence" folder.
What will change absolutely nothing since it's just the doc...


I deleted it and it still gives me the same error.
  1. delete "[path to game]/game/python-packages/pypresence"
  2. download the attached file
  3. Extract it in "[path to game]/game/"

I haven't tested it through the whole game, but it should be enough.



By the way, dev also messed with the saves, skipping the two firsts for each pages...
 
  • Like
Reactions: Badjourasmix

Kagarus

Member
Sep 28, 2017
333
565
What will change absolutely nothing since it's just the doc...




  1. delete "[path to game]/game/python-packages/pypresence"
  2. download the attached file
  3. Extract it in "[path to game]/game/"

I haven't tested it through the whole game, but it should be enough.



By the way, dev also messed with the saves, skipping the two firsts for each pages...
I mean,
I think I see the problem - you need to unpack and delete the rpas, then delete that folder. The folder is present even with packed rpas, but just contains READMEs and License stuff, the code is only added after you unpack the rpa. Unpack&delete RPAs, then delete the discord folder.
*shrugs*
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
12,292
19,671
*sigh*

The folder is present even with packed rpas, but just contains READMEs and License stuff,
Except that "game/python-packages/pypresence" and "game/renpy-discord-presence" aren't the same folders.


the code is only added after you unpack the rpa.
Nop, at least not with the compressed version, and I don't see why bob69 would have unpacked the scripts, especially to then pack only a part of them.


Unpack&delete RPAs, then delete the discord folder.
What will just throw another error, as blocking, when "rich_presence.rpy" will try to import pypresence.
And deleting the said "rich_presence.rpy" file would throw an error each time the game code call the set function defined in it.
 
  • Like
Reactions: pitao

Kagarus

Member
Sep 28, 2017
333
565
*sigh*



Except that "game/python-packages/pypresence" and "game/renpy-discord-presence" aren't the same folders.




Nop, at least not with the compressed version, and I don't see why bob69 would have unpacked the scripts, especially to then pack only a part of them.




What will just throw another error, as blocking, when "rich_presence.rpy" will try to import pypresence.
And deleting the said "rich_presence.rpy" file would throw an error each time the game code call the set function defined in it.
The rich_presency.rpy (and rpyc) are in the game/renpy-discord-presence folder, after you unpack the rpas. This also holds for the compressed version (The compressed version also has no rpy(c) files under the game folder, just the .py scripts in the python-packages folder (which also weren't in rpas in the original release)).

If those are present (and you block internet connrections), the game opens with a socket error that can't be skipped. Unpacking and deleting let's you play the game. You're right that the discord.set function will throw an error when called, but that's called extremely rarely and more importantly, you can ignore it.

(Also, deleting game/renpy-discord-presence worked for me - when it didn't for another poster (the other post you quoted), we did some troubleshooting (my first guess was rpyc in a Sandbox, then I remembered that I had unpacked the game, and checked the archive), and unpacking then deleting worked for that poster as well (a couple of posts below the posts you quoted). And then it worked for a couple of others as well. And then 5 pages later you quoted me out of nowhere. If you want to complain that it's not clean, or that the set function still causes an error - sure, that's fair. "will change absolutely nothing" though :WaitWhat: Ergo a bit bemused. Long day?, been there o_O:))
 

Buletti

Well-Known Member
Nov 7, 2023
1,617
2,417
By the way, dev also messed with the saves, skipping the two firsts for each pages...
Could you please elaborate on that? As far as I can see my saves are there. Or do I miss something? Or does it mess with saves created in this update?
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
12,292
19,671
Could you please elaborate on that?
There's six slots by page, normally numbered from 1 to 6. But for some reason the game use and show the slots 3 to 8.
It's an issue for people who want to continue from the previous update, at least if the last save is on one of the two skipped slots. And can become one if it's fixed in the next update and the last save is on the slot 7 or 8.
But beyond this, the save/load process works correctly, there's nothing to worry about this.



If those are present (and you block internet connrections), the game opens with a socket error that can't be skipped.
Not necessarily... It suffice to use a fake pypresence module, like I did.
Benefit, there's no need to be tech savvy, and know how to unpack rpa files, to be able to still play the game. Knowing how to extract a regular archive is enough.


You're right that the discord.set function will throw an error when called, but that's called extremely rarely and more importantly, you can ignore it.
Or you could have defined it back, obviously doing nothing, in order to get rid of that useless annoyance.


If you want to complain that it's not clean, or that the set function still causes an error - sure, that's fair.
You realize that the one complaining, right?
I did a quick search to see if the issue was fixed or not, because there's no need for two solutions to the same issue. And it happen that it wasn't, there were just a "less error" solution, available only for tech savvy players, period.


"will change absolutely nothing" though :WaitWhat: Ergo a bit bemused.
As you said it in the quoted post, it would change absolutely nothing, yes. Not my fault if you forgot the main point when you addressed the issue at first.


Long day?, been there o_O:))
And apparently still there...
 
  • Like
Reactions: Buletti

Kagarus

Member
Sep 28, 2017
333
565
There's six slots by page, normally numbered from 1 to 6. But for some reason the game use and show the slots 3 to 8.
It's an issue for people who want to continue from the previous update, at least if the last save is on one of the two skipped slots. And can become one if it's fixed in the next update and the last save is on the slot 7 or 8.
But beyond this, the save/load process works correctly, there's nothing to worry about this.





Not necessarily... It suffice to use a fake pypresence module, like I did.
Benefit, there's no need to be tech savvy, and know how to unpack rpa files, to be able to still play the game. Knowing how to extract a regular archive is enough.




Or you could have defined it back, obviously doing nothing, in order to get rid of that useless annoyance.




You realize that the one complaining, right?
I did a quick search to see if the issue was fixed or not, because there's no need for two solutions to the same issue. And it happen that it wasn't, there were just a "less error" solution, available only for tech savvy players, period.




As you said it in the quoted post, it would change absolutely nothing, yes. Not my fault if you forgot the main point when you addressed the issue at first.




And apparently still there...
Since you're very clearly not interested in a constructive exchange (misconstruing the description of the orginal problem as a claim that deleting them is the only way to solve them, ignoring your false claim regarding the code for "game/renpy-discord-presence" in the rpas, general debate kid behaviour), have fun. I've got shit to play and people to help.
 

damnedfrog

Engaged Member
Nov 11, 2020
2,066
4,246
I remember a similar game to this one the protagonist had two sisters and a mother, but no father. The father had disappeared and was hiding something important, though I don’t remember exactly what. Suddenly, the protagonist ends up in a parallel universe where he finds his sisters and mother again, but they’re very different in terms of personality. Someone was hunting them down, trying to kill them… That’s more or less how the game went, but I can’t remember the details. Any help ? :unsure:
Looks like Savior by Purple Fellas.
Unfortunately, it's abandoned.
 
4.20 star(s) 81 Votes