srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,418
5,649
Hi folks,

version 0.20.1-2.11 of the is up with some new stuff:
  • You can now meditate with grace alone in the evening on weekdays, without Odette.
  • Made talking animations nicer in situations where the talking face is shown from the side.
  • Fixed a problem where Maria's storage room sex animation would hang sometimes when smoothing is disabled.
  • Fixed a small bug when a save slot containing a corrupted save would not show the red-cross-icon (vanilla game would simply crash in that case anyway).
In order to get the new solo scene with Grace, you will of course have to finish Eve's route first, and already have had the session together with Odette as well.

Enjoy!

Edit: Updated to 2.11b
  • Fixed a smaller bug with breating and talking animations.
 
Last edited:
  • Like
Reactions: Giovany

Omnikuken

Conversation Conqueror
Feb 22, 2018
7,562
7,325
Well, the most developers manage to do that without requiring a new game start each time they release a major version, so I don't really buy that. Except he's still at the beginning phase of this game but I doubt this to be the case.
At least the developer should think about adding a kind of conversion option for the saves or he should think about restructuring the saves in a way that allows the newly added content to be saved on top of existing save data without crushing the whole structure each time.
But somehow I have the feeling that won't really be the case...
Apparently, re-coding the start in every update makes the engine not like your older save, who would have thunk that :unsure:

It's easy to add stuff on top of older code (what most devs do) and keep your save working since you just continue where you left off. It's way harder to go back, change a bunch of older junk, then try to load a save in the middle of that and hope your PC doesn't melt (what this game is doing)
 

Squark ⚧❤️

Conversation Conqueror
Jun 16, 2017
7,102
7,885
Apparently, re-coding the start in every update makes the engine not like your older save, who would have thunk that :unsure:

It's easy to add stuff on top of older code (what most devs do) and keep your save working since you just continue where you left off. It's way harder to go back, change a bunch of older junk, then try to load a save in the middle of that and hope your PC doesn't melt (what this game is doing)
Does he really have to rewrite the whole beginning every update?
 

Omnikuken

Conversation Conqueror
Feb 22, 2018
7,562
7,325
^ As long as the routes being added happen in the 1st week, yes. Especially if they interact with other routes this early in game (Maria/Tony stuff happens within 3-4 days in Debbie's route). Rhonda's and Annie's should be spared that since both girls have no content yet and the school unlocks itself anyway. Unless DC goes mad and changes a bunch of crap at random that would warrant a restart (like Annie's mom being unlocked during Diane's route or whatever Rhonda's mom unlocking will interract with).

Only question remaining for a while : will both 0.20.5s crap out on 0.20.1 (probably not, but you never know with people bugging out on the 1st day) ?
 
May 26, 2019
355
358
My game keeps crashing after sometime any idea why?
You gotta provide more information than that, my dude. :confused:

What device are you playing on (Windows, Mac, Android, or Linux)?

What specific errors are you getting?
Can you upload a screenshot of the specific errors the game is giving you?

When exactly is the game crashing?
Are the crashes happening immediately after you load the game or after some specific activity during gameplay?

Are you playing the vanilla game or are you using mods?
If you are using mods, which ones are they?

The people of this forum are helpful, but they're not mind-reading, fortune-telling wizards.

P.S. It seems that you are a very new account and that this is your first post on this site and on this forum.
So to you I say, welcome! :)
 

<nan>

New Member
Jun 11, 2020
4
1
You gotta provide more information than that, my dude. :confused:

What device are you playing on (Windows, Mac, Android, or Linux)?

What specific errors are you getting?
Can you upload a screenshot of the specific errors the game is giving you?

When exactly is the game crashing?
Are the crashes happening immediately after you load the game or after some specific activity during gameplay?

Are you playing the vanilla game or are you using mods?
If you are using mods, which ones are they?

The people of this forum are helpful, but they're not mind-reading, fortune-telling wizards.

P.S. It seems that you are a very new account and that this is your first post on this site and on this forum.
So to you I say, welcome! :)
Sorry for the lack of info
Im usually one plus 5t android 9 (oxygen os beta 28)(rooted)
Im using vanilla and its not giving any error codes at all just hard crash and it happens like every 5-10mins and looses all unsaved progress.
 
May 26, 2019
355
358
Sorry for the lack of info
Im usually one plus 5t android 9 (oxygen os beta 28)(rooted)
Im using vanilla and its not giving any error codes at all just hard crash and it happens like every 5-10mins and looses all unsaved progress.
I should have guessed it was Android.
Unfortunately, I don't play this game on Android.

All I know is that the Android version is known to have a lot of unique issues and problems.
Your best bet is to use the search bar at the top right of this forum.
Enter the word "Android" into the search bar, keep the option "This thread" selected, press enter, and try to find if anyone else has reported/discussed your issue on this forum.

I regret not being of more help to you.
 

<nan>

New Member
Jun 11, 2020
4
1
I reinstalled the game and started over and it gave this error.


```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 372, in __call__
File "game/scripts/core/checkpoints.rpy", line 24, in checkpoint_name
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/locations/home/entrance/hallway/bedroom/bedroom.rpyc", line 68, in script call
File "scripts/locks/01global_lock_check.rpyc", line 79, in script call
File "scripts/locations/home/entrance/hallway/hallway.rpyc", line 10, in script call
File "scripts/locations/home/entrance/hallway/dialogues.rpyc", line 499, in script
File "/home/gitlab-runner/building/renpy-sdk/renpy/ast.py", line 708, in execute
File "/home/gitlab-runner/building/renpy-sdk/renpy/exports.py", line 1345, in say
File "/home/gitlab-runner/building/renpy-sdk/renpy/character.py", line 1142, in __call__
File "/home/gitlab-runner/building/renpy-sdk/renpy/character.py", line 842, in do_display
File "/home/gitlab-runner/building/renpy-sdk/renpy/character.py", line 591, in display_say
File "/home/gitlab-runner/building/renpy-sdk/renpy/ui.py", line 297, in interact
File "/home/gitlab-runner/building/renpy-sdk/renpy/display/core.py", line 2702, in interact
File "/home/gitlab-runner/building/renpy-sdk/renpy/display/core.py", line 3518, in interact_core
File "/home/gitlab-runner/building/renpy-sdk/renpy/display/layout.py", line 998, in event
File "/home/gitlab-runner/building/renpy-sdk/renpy/display/layout.py", line 998, in event
File "/home/gitlab-runner/building/renpy-sdk/renpy/display/layout.py", line 998, in event
File "/home/gitlab-runner/building/renpy-sdk/renpy/display/screen.py", line 714, in event
File "/home/gitlab-runner/building/renpy-sdk/renpy/display/layout.py", line 998, in event
File "/home/gitlab-runner/building/renpy-sdk/renpy/display/layout.py", line 998, in event
File "/home/gitlab-runner/building/renpy-sdk/renpy/display/behavior.py", line 962, in event
File "/home/gitlab-runner/building/renpy-sdk/renpy/display/behavior.py", line 897, in handle_click
File "/home/gitlab-runner/building/renpy-sdk/renpy/display/behavior.py", line 313, in run
File "/home/gitlab-runner/building/renpy-sdk/renpy/display/behavior.py", line 320, in run
File "renpy/common/00action_file.rpy", line 372, in __call__
File "/home/gitlab-runner/building/renpy-sdk/renpy/loadsave.py", line 432, in save
File "game/scripts/core/checkpoints.rpy", line 24, in checkpoint_name
File "/home/gitlab-runner/building/renpy-sdk/renpy/python.py", line 847, in __getitem__
IndexError: list index out of range
```
 
  • Like
Reactions: Donjoe81

Macfinn99

Member
Jun 20, 2017
472
476
What is the advantage in getting Jenny and Tina pregnant? The advantages with getting Maria & Janet pregnant are obvious. How many girls have the pregnant option? Also the fertilization spinner for Tina disappeared after the first time, . . is that a bug or is it an unmet game condition?
 

Macfinn99

Member
Jun 20, 2017
472
476
Does he really have to rewrite the whole beginning every update?
Yeah, per DC's past history, he kinda does. My impression is that DC is first and foremost an artist. As a storyteller, he keeps revisiting the storyline as he rethinks how the plot progresses. He also keeps redoing base artwork of the characters as he looks back on art that he did a year or so ago and decides to make improvements. This is his brainchild and he has every right to do so, but it drives all of the fans nuts. It's not very efficient but what are you gonna do? Just hang on and convince yourself to enjoy the ride, . . . it's still one of the best games around!
 

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,418
5,649
I reinstalled the game and started over and it gave this error.


```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 372, in __call__
File "game/scripts/core/checkpoints.rpy", line 24, in checkpoint_name
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/locations/home/entrance/hallway/bedroom/bedroom.rpyc", line 68, in script call
File "scripts/locks/01global_lock_check.rpyc", line 79, in script call
File "scripts/locations/home/entrance/hallway/hallway.rpyc", line 10, in script call
File "scripts/locations/home/entrance/hallway/dialogues.rpyc", line 499, in script
File "/home/gitlab-runner/building/renpy-sdk/renpy/ast.py", line 708, in execute
File "/home/gitlab-runner/building/renpy-sdk/renpy/exports.py", line 1345, in say
File "/home/gitlab-runner/building/renpy-sdk/renpy/character.py", line 1142, in __call__
File "/home/gitlab-runner/building/renpy-sdk/renpy/character.py", line 842, in do_display
File "/home/gitlab-runner/building/renpy-sdk/renpy/character.py", line 591, in display_say
File "/home/gitlab-runner/building/renpy-sdk/renpy/ui.py", line 297, in interact
File "/home/gitlab-runner/building/renpy-sdk/renpy/display/core.py", line 2702, in interact
File "/home/gitlab-runner/building/renpy-sdk/renpy/display/core.py", line 3518, in interact_core
File "/home/gitlab-runner/building/renpy-sdk/renpy/display/layout.py", line 998, in event
File "/home/gitlab-runner/building/renpy-sdk/renpy/display/layout.py", line 998, in event
File "/home/gitlab-runner/building/renpy-sdk/renpy/display/layout.py", line 998, in event
File "/home/gitlab-runner/building/renpy-sdk/renpy/display/screen.py", line 714, in event
File "/home/gitlab-runner/building/renpy-sdk/renpy/display/layout.py", line 998, in event
File "/home/gitlab-runner/building/renpy-sdk/renpy/display/layout.py", line 998, in event
File "/home/gitlab-runner/building/renpy-sdk/renpy/display/behavior.py", line 962, in event
File "/home/gitlab-runner/building/renpy-sdk/renpy/display/behavior.py", line 897, in handle_click
File "/home/gitlab-runner/building/renpy-sdk/renpy/display/behavior.py", line 313, in run
File "/home/gitlab-runner/building/renpy-sdk/renpy/display/behavior.py", line 320, in run
File "renpy/common/00action_file.rpy", line 372, in __call__
File "/home/gitlab-runner/building/renpy-sdk/renpy/loadsave.py", line 432, in save
File "game/scripts/core/checkpoints.rpy", line 24, in checkpoint_name
File "/home/gitlab-runner/building/renpy-sdk/renpy/python.py", line 847, in __getitem__
IndexError: list index out of range
```
This might be because of androids power saving mechanisms. The system probably kills the running game. Go check if you can change the settings for this app.
 

Ataman87

Active Member
Jun 9, 2018
626
658
Can some one give me a link to the latest incest patch ? A few hundered pages pack on this tread i read a post by a guy that he was fixing the patch. Is that the same patch that we get from the link here. Becouse the version i download has some places when the dialoge is messed up .
 
4.00 star(s) 366 Votes