CREATE and FUCK your own AI GIRLFRIEND TRY FOR FREE
x
3.90 star(s) 42 Votes

Fantabulous

Newbie
Feb 13, 2024
82
258
When I click RMB to save the game, the "Memories" and "Profiles" links appear on top of the 1, 2, 3... savegame tabs, effectively making it impossible to reach most of them. I'm using a 1024x768 resolution, I thought I'd mention it before writing a review... Not sure if this is new for 0.07.

PS. I see KTL noticed the same.
 

Elduriel

Engaged Member
Donor
Mar 28, 2021
3,527
5,995
When I click RMB to save the game, the "Memories" and "Profiles" links appear on top of the 1, 2, 3... savegame tabs, effectively making it impossible to reach most of them. I'm using a 1024x768 resolution, I thought I'd mention it before writing a review... Not sure if this is new for 0.07.

PS. I see KTL noticed the same.
you can use the previous/next buttons to switch save tabs, but you are right
 

master861

Well-Known Member
Nov 4, 2022
1,137
1,434
This update contains malware according to virustotal:
View attachment 4168733
That shitty av detects everthing as the same trojan.
And not sure if that comes from the compression or from the game itself i got many many errors about this missing img.
Exception: DynamicImage 'v05_166[v05Dress]': could not find image. ('v05_166') i checked the v05.rpa and ther is no img with that name only the imgs you can see on this screenshot.
1729938288967.png
It go's from 160b to 166c but no 166 and it go's on now with missing 163 img .
I thing it should be in this scene 163b because i thing she is wearing the black dress you can see i highlighted on the screenshot above.
 
Last edited:
  • Like
Reactions: Jorund

K.T.L.

Keeping Families Together
Donor
Mar 5, 2019
619
1,206
That shitty av detects everthing as the same trojan.
And not sure if that comes from the compression or from the game itself i got many many errors about this missing img.
Exception: DynamicImage 'v05_166[v05Dress]': could not find image. ('v05_166') i checked the v05.rpa and ther is no img with that name only the imgs you can see on this screenshot.
View attachment 4168776
It go's from 160b to 166c but no 166 and it go's on now with missing 163 img .
I thing it should be in this scene 163b because i thing she is wearing the black dress you can see i highlighted on the screenshot above.
It's a dynamic image. The image name is constructed at runtime. Presumably it adds the suffix (b, r, s) to match the dress. I had no errors at all when I ran it, with the black dress - I wonder if everyone chooses that one lol
I didn't use the compressed version though so you may be on to something there...
 

master861

Well-Known Member
Nov 4, 2022
1,137
1,434
I checked it comes from this routine.

def v05DressChoice(dress):
if dress == "b":
setattr(store, "v05Dress", "b")
setattr(store, "temp", "black")
elif dress == "r":
setattr(store, "v05Dress", "r")
setattr(store, "temp", "red")
elif dress == "s":
setattr(store, "v05Dress", "s")
setattr(store, "temp", "silver")
return
I can not even chose the dress in the compressed version :cry:.
And your not alone i would chose the black one to :giggle:

That switch is missing in this new update or something went wrong with the compression.

if persistent.inGameWT:
scene black with dissolve
menu:
"Would you like a reminder of how she looks in them?"
"Yes, please":
menu dress_reminder:
"Black":
scene v04_113 with dissolve:
zoom 0.5
jump dress_reminder
"Red":
scene v04_110 with dissolve:
zoom 0.5
jump dress_reminder
"Silver":
scene v04_108 with dissolve:
zoom 0.5
jump dress_reminder
"Done":
scene v05_150 with dissolve
it "Hmm. Which dress should I wear?"
pass
"No, thank you":
pass
menu:
"Black":
$ v05Dress = 'b'
scene expression "v05_151[v05Dress]" with dissolve
isa "I think I'll wear the black one."
"Red":
$ v05Dress = 'r'
scene expression "v05_151[v05Dress]" with dissolve
isa "I think I'll wear the red one."
"Silver":
$ v05Dress = 's'
scene expression "v05_151[v05Dress]" with dissolve
isa "I think I'll wear the silver one."
scene black with longfade
cen "Sometime later..."
play music sexy fadeout 1
$ toggle_qm_off()
$ _game_menu_screen = None
scene expression "v05_152[v05Dress]" at pan_loop() with dissolve
pause
$ _game_menu_screen = 'save'
$ toggle_qm_on()
if v05Dress == "b":
scene expression "v05_152[v05Dress]" with dissolve:
zoom 0.5
mc "..."
scene expression "v05_153[v05Dress]" with dissolve
isa "{d1}, say something please?"
scene expression "v05_154[v05Dress]" with dissolve
ro "I told you he'd be speechless."
mc "Wow, {isan}! Just... Wow!"
else:
scene expression "v05_154[v05Dress]" with dissolve
mc "You look beautiful, {isan}."
That is from the 0.6 version of the game
 
Last edited:

darky0035

New Member
May 12, 2021
8
5
non stop got error when start New Game
**
Code:
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/custom_screens.rpy", line 841, in execute
  File "game/scripts/custom_screens.rpy", line 841, in execute
  File "game/scripts/custom_screens.rpy", line 844, in execute
  File "game/scripts/custom_screens.rpy", line 850, in execute
  File "game/scripts/custom_screens.rpy", line 855, in execute
  File "game/scripts/custom_screens.rpy", line 857, in execute
  File "game/scripts/custom_screens.rpy", line 857, in <module>
KeyError: 'bioName'

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

Full traceback:
  File "scripts/script.rpyc", line 115, in script
  File "D:\Igre razno\TheDaddyPlan-0.07-pc\renpy\ast.py", line 921, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "D:\Igre razno\TheDaddyPlan-0.07-pc\renpy\exports.py", line 1373, in say
    who(what, *args, **kwargs)
  File "D:\Igre razno\TheDaddyPlan-0.07-pc\renpy\character.py", line 1266, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "D:\Igre razno\TheDaddyPlan-0.07-pc\renpy\character.py", line 927, in do_display
    display_say(who,
  File "D:\Igre razno\TheDaddyPlan-0.07-pc\renpy\character.py", line 614, in display_say
    what_text = renpy.display.screen.get_widget(what_text[0], what_text[1], what_text[2])
  File "D:\Igre razno\TheDaddyPlan-0.07-pc\renpy\display\screen.py", line 1386, in get_displayable
    screen.update()
  File "D:\Igre razno\TheDaddyPlan-0.07-pc\renpy\display\screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/scripts/custom_screens.rpy", line 841, in execute
  File "game/scripts/custom_screens.rpy", line 841, in execute
  File "game/scripts/custom_screens.rpy", line 844, in execute
  File "game/scripts/custom_screens.rpy", line 850, in execute
  File "game/scripts/custom_screens.rpy", line 855, in execute
  File "game/scripts/custom_screens.rpy", line 857, in execute
  File "game/scripts/custom_screens.rpy", line 857, in <module>
KeyError: 'bioName'

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
The Daddy Plan 0.07
Sat Oct 26 13:33:23 2024
[/CODE]
 
Last edited:

Danv

Well-Known Member
Aug 21, 2020
1,051
1,526
any chance for pixel or any other mirror?
gdrive gives "you can't view or download this file at this time", gofile limits to 15kb/sec, mega just freezes dead on 900+ MB downloaded
 

K.T.L.

Keeping Families Together
Donor
Mar 5, 2019
619
1,206
Strange. I didn't get any errors on a complete playthrough from start to end. Are you all using a compressed version or did you load a saved game from an older version? FWIW, I also deleted the original folder rather than copying files into the existing folder. Apart from that, I don't know what's going on!
 

johnpouljones

Active Member
Oct 17, 2023
508
852
any chance for pixel or any other mirror?
gdrive gives "you can't view or download this file at this time", gofile limits to 15kb/sec, mega just freezes dead on 900+ MB downloaded
Weird. My Mega was going like crazy. I downloaded the whole thing in 20 seconds.
 

tsunku

Engaged Member
Nov 6, 2017
2,913
1,548
I think the main reason why people don't like her is that she gets too much screentime at the moment... :shrug:
You have to understand that people play this game for the daughters and not for the niece.
eh?? i thought it was for the harem!!! also in a harem it's no big deal if some of the girls go to town on each other, as long as i get to watch hahaha
 

Anteron

Well-Known Member
Jun 17, 2023
1,468
1,858
Lol, so you expect a finished, bug free product while backing someone making a porn game, on Patreon? I don't think you know what you are signing up for then.
Plenty are able to once this far in. I don't support when it's early in (and was never supporting this one.) If they get this far in and still don't have their shit straight, it's a lost cause. Problem is when they add or change variables. If they have half a clue, they'd have that all planned before even starting.
 

wookie ookie

Engaged Member
Aug 30, 2021
3,154
5,854
Old saves don't work. Deleted. If one I patron does that anywhere close to this far in, I immediately drop.
IMPORTANT NOTE: Due to MAJOR changes in the scripts a new game is REQUIRED. However there have only been some minor dialogue changes so you can skip through to the new content. Due to these changes there is no update only download available.
 
  • Like
Reactions: Jorund

FaceCrap

Active Member
Oct 1, 2020
966
697
IMPORTANT NOTE: Due to MAJOR changes in the scripts a new game is REQUIRED. However there have only been some minor dialogue changes so you can skip through to the new content. Due to these changes there is no update only download available.
LOL, Fat lot of good that'll do, if folks are to blind to read that in-game, they'll bloody likely won't read it here either.
But,(y) for being an optimist ;)

ShaddyGames
Not sure what's happening here but I get some odd alignments on the option screens
The Dialogue section is totally flushed left and can be dragged
screenshot0001.png screenshot0002.png
and the Extras screen looks a bit mis-aligned, which varies depending on if I dragged the Dialogue screen to the left .
screenshot0004.png with Dialogue screen untouched
screenshot0003.png with Dialogue screen dragged to the left

This is a clean install in an empty folder. Saves where deleted, Persistent was kept but even when deleted the same shows.
 
Last edited:
3.90 star(s) 42 Votes