2.90 star(s) 60 Votes

botc76

The Crawling Chaos, Bringer of Strange Joy
Donor
Oct 23, 2016
4,402
13,136
No, problem isn't the sand box model. The issue is really the game is a work in progress. So for a sand box game that differs huge between early stages of the game and when its completed and fleshed out with content.
Nope, the problem is still the sandbox model, because the problems are due to it being a sandbox game.
AND they would be avoidable if the game had a good help/hint system implemented, instead of letting you stumble around without knowing what to do.
Typical lazy sandbox game problems.

It's sad, the game started out well enough, but the early rehaul and changes surely didn't help.
This update just felt like a chore. Like so many other sandbox games in development, I'll just leave it be for now.
 

Richard Perkins

Well-Known Member
Jul 15, 2017
1,234
716
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 168, in <module>
NameError: name 'Julia_name_choice' is not defined

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

Full traceback:
File "script.rpyc", line 168, in script
File "G:\dazimo\DesiredLove_004_Alpha_PC\DesiredLove 0.04 Alpha PC\renpy\ast.py", line 900, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "G:\dazimo\DesiredLove_004_Alpha_PC\DesiredLove 0.04 Alpha PC\renpy\python.py", line 1930, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 168, in <module>
NameError: name 'Julia_name_choice' is not defined

Windows-8-6.2.9200
Ren'Py 7.2.2.491
Desired Love
Thu Apr 25 07:36:40 2019
Theres a prob with the patch.....
 

Joshua Tree

Conversation Conqueror
Jul 10, 2017
6,158
6,553
Nope, the problem is still the sandbox model, because the problems are due to it being a sandbox game.
AND they would be avoidable if the game had a good help/hint system implemented, instead of letting you stumble around without knowing what to do.
Typical lazy sandbox game problems.

It's sad, the game started out well enough, but the early rehaul and changes surely didn't help.
This update just felt like a chore. Like so many other sandbox games in development, I'll just leave it be for now.
Don't really see it any difference than playing an "non adult" rpg'ish sand box game. You have to discover things for yourself. If you really want to twist your beard you should try Avengers SOB & BK. If you just want a straight forward VN and that is your preference, by all means. But then not all games will be to your liking, and the problem isn't the game.
 
Jan 26, 2018
76
13
289697

I'm getting this error aswell. Shall I expect a hotfix or does anyone know how to fix it? I don´t have any files from the previous game btw.
 

the66

beware, the germans are cumming
Modder
Respected User
Donor
Jan 27, 2017
7,603
23,560
here is a fixed incest patch. place the file patch.rpy into the game folder of your installation (works now also for save files of a vanilla game).
the file name has to be patch.rpy, so remove 325429_ from the downloaded file.

the 2nd file is for those, who want to use unren in the uncompressed version. keep this file within the game folder or your entire installation is deleted by code introduced by the dev in v0.04. it notifies you, when the game tries to terminate or delete itself. don't try to decompile it's content, it results in a corrupt file and the destructive code becomes active again.
 
Last edited:

Paprika

Active Member
Aug 14, 2017
806
2,105
here is a fixed incest patch. place the file patch.rpy into the game folder of your installation.

the 2nd file is for those, who want to use unren in the uncompressed version or creating their own mac or whatever build. keep this file within the game folder or your entire installation is deleted by code introduced by the dev in this version.
Oh, still Julia. Or do I have to start a new game?
 

Caio Augusto

New Member
Mar 11, 2018
11
13
here is a fixed incest patch. place the file patch.rpy into the game folder of your installation.

the 2nd file is for those, who want to use unren in the uncompressed version or creating their own mac or whatever build. keep this file within the game folder or your entire installation is deleted by code introduced by the dev in this version.
Thank you, the66! The patch is working perfectly. (y)
 

the66

beware, the germans are cumming
Modder
Respected User
Donor
Jan 27, 2017
7,603
23,560
Oh, still Julia. Or do I have to start a new game?
you have to start a new game, cuz the names are declared at the beginning. or you are adventurous and use the console to define the 3 variables. enter these 3 lines
Code:
Julia_name="Mom"
Andrew_name="Dad"
Kate_name="Aunt"
or whatever you prefer.
 
  • Like
Reactions: bane992 and Paprika
2.90 star(s) 60 Votes