VN Ren'Py Dog Days of Summer [v0.5.1] [BlackWeb Games]

4.10 star(s) 44 Votes

BlackWebGames

Dog Days of Summer developer
Game Developer
Jan 11, 2020
902
3,138
381
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 6837, in script call
call desdate from _call_desdate
File "game/desdate.rpy", line 22, in script
jump desdepressed
ScriptError: could not find label 'desdepressed'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "game/script.rpy", line 6837, in script call
call desdate from _call_desdate
File "game/desdate.rpy", line 22, in script
jump desdepressed
File "renpy/ast.py", line 1711, in execute
rv = renpy.game.script.lookup(target)
File "renpy/script.py", line 910, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'desdepressed'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Dog Days of Summer v0.5.2
Thu Dec 23 04:49:15 2021
There put this in the game folder that should fix the bugs.
 
  • Like
Reactions: jaredhsieh65

BYK370

Well-Known Member
Apr 29, 2020
1,209
470
207
Anyone know any mother daughter lesbian games or pure lesbian games for me to pass time while waiting for BlackWebGames new update?
 

ThtsMyScrtCapImAlwysHorny

Well-Known Member
Aug 5, 2021
1,604
3,931
387
Hey guys i hope you all are fine
Guys in this post i will like to share my Windows gallery mod link.Using which you all can access gallery.
i had added a zip. You just need to extract and copy/cut all files and place inside main game folder . Just replace these with originals
Thank you
Guessing this doesn't work with the current version?
 

BYK370

Well-Known Member
Apr 29, 2020
1,209
470
207
Might I suggest Mother lovers society. Its short but I think it has what you are looking for and the devs pretty cool from what I hear ;)
Thanks BWG yeah I already finish everytime you come out the new updates but I need moreeeee BWG! ❤
 

Journey95

Active Member
Jun 23, 2018
875
1,706
202
That's the biggest problem with ridiculous multi-branching games like this. It all sounds great in theory, but the reality is that updates are going to disappoint more than they're going to enthuse because there's no way that they can move multiple plot points forward simultaneously and have updates come out in a somewhat timely manner.
Yeah these types of games require multiple playthroughs which not everyone wants to do. I like the amount of choices and different paths but I think it would be better if we could do more paths in one playthrough instead of everything being so separated. This game is overall great in every other way but the lack of content per update can be frustrating
 

dolfe67

Conversation Conqueror
Apr 25, 2020
6,012
17,151
853
Yeah these types of games require multiple playthroughs which not everyone wants to do. I like the amount of choices and different paths but I think it would be better if we could do more paths in one playthrough instead of everything being so separated. This game is overall great in every other way but the lack of content per update can be frustrating
What's the point of choices if you can see everything in one playthrough? to filter out what you don't like? Just play kinetic novels in that case
 
  • Like
Reactions: FreeCaster333

Journey95

Active Member
Jun 23, 2018
875
1,706
202
What's the point of choices if you can see everything in one playthrough? to filter out what you don't like? Just play kinetic novels in that case
Not everything, I think expecting that would be silly but games like Being a DIK for an example still provide you with lots of content in one playthrough. This game has separate paths for every character, does the mom path need like 3 different approaches?

Like I said still a great game but it can be a big frustrating
 
  • Like
Reactions: Old&Useless

dolfe67

Conversation Conqueror
Apr 25, 2020
6,012
17,151
853
Not everything, I think expecting that would be silly but games like Being a DIK for an example still provide you with lots of content in one playthrough. This game has separate paths for every character, does the mom path need like 3 different approaches?

Like I said still a great game but it can be a big frustrating
Yeah OK DDoS may have too many paths. But it's more a problem of the amount of work the dev can do rather than having too many choices. The dev of BaDIK is a beast and produces a ton of content, and you still need multiple playthroughs (at least 5 or 6 main routes that take several hours) to see all content.

BlackWeb Games wants to finish this game in 2022, I don't believe one second they would achieve it.
 
  • Like
Reactions: Journey95

Sorrow85

Engaged Member
Feb 17, 2020
2,569
19,137
675
There are just the right number of options in MLS :LOL:
But with DDoS I will be waiting for Des content :looovee:

At first I tried to "crack" the game to find/see all possible routes/paths but then the game beat me up :lol:
 

veselqku

Newbie
Jul 11, 2017
38
59
188
There put this in the game folder that should fix the bugs.
The problem is in desdate.rpy.
Full traceback:
File "game/script.rpy", line 6837, in script call
call desdate from _call_desdate
File "game/desdate.rpy", line 22, in script
jump desdepressed
File "renpy/ast.py", line 1711, in execute
rv = renpy.game.script.lookup(target)
File "renpy/script.py", line 910, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'desdepressed'.
 

Stringy Bob

Member
Apr 12, 2021
381
463
178
There put this in the game folder that should fix the bugs.
Unfortunately I am getting a crash in 0.52 in the scene after the domination scene with Monica and Ms Harper that this doesn't help. I remembered to delete the original desclub rpy and rpyc files before pasting this in. IIRC In this particular save Vivian didn't together with her mother and had sex with Des and the F1 driver at the club.

It happens right after these lines:
"Though she was a little surprised at how much Des had taken to Vivian being so forceful with her."

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 6832, in script call
    call homeafterparty from _call_homeafterparty
  File "game/homeafterparty.rpy", line 356, in script
    if rebecasexvip = 5:
SyntaxError: invalid syntax (homeafterparty.rpy, line 356)

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script.rpy", line 6832, in script call
    call homeafterparty from _call_homeafterparty
  File "game/homeafterparty.rpy", line 356, in script
    if rebecasexvip = 5:
  File "renpy/ast.py", line 1852, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2247, in py_eval
    code = py_compile(code, 'eval')
  File "renpy/python.py", line 835, in py_compile
    raise e
SyntaxError: invalid syntax (homeafterparty.rpy, line 356)

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Dog Days of Summer v0.5.2
Wed Jan 19 16:16:30 2022
 
4.10 star(s) 44 Votes