soupcansteve

Newbie
Jun 24, 2017
78
82
Well, event 91 ... is there anything else to do the MC gets progress except visiting Jacky in the morning in her bedroom, giving her a permitted hug and a cheek-kiss? Affection is at maximum (75), also libido and frustration (both 10, if this matters). Are flowers needed?
I just finished that event. Try to successfully grab her ass while getting a hug from her.
 
  • Like
Reactions: Trineke

giqui

Conversation Conqueror
Game Compressor
Nov 9, 2019
6,232
43,246
I get this when i try to have a look at the progress (compressed version):

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 2601, in script
call screen ryanmap
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/Phone_event_screen.rpy", line 46, in execute
File "game/Phone_event_screen.rpy", line 46, in execute
File "game/Phone_event_screen.rpy", line 53, in execute
File "game/Phone_event_screen.rpy", line 980, in <module>
NameError: name 'reach_around' is not defined

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

Full traceback:
File "game/script.rpy", line 2601, in script
call screen ryanmap
File "renpy/ast.py", line 2232, in execute
self.call("execute")
File "renpy/ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3181, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "renpy/display/core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 451, in visit_all
callback(self)
File "renpy/display/core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 462, in per_interact
self.update()
File "renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/Phone_event_screen.rpy", line 46, in execute
File "game/Phone_event_screen.rpy", line 46, in execute
File "game/Phone_event_screen.rpy", line 53, in execute
File "game/Phone_event_screen.rpy", line 980, in <module>
NameError: name 'reach_around' is not defined

Windows-10-10.0.22000 AMD64
Ren'Py 7.5.3.22090809
A Family Venture 0.08_v2b_supporter
Mon Sep 19 15:31:37 2022
Unren12, latest version, was used to extract the RPA files. Compression did not decompile scripts. Compression only changes image, audio and video files. There was a change only in the Android version where I added an option to change the opacity and font size.
 

SilentRunning

Member
Feb 19, 2021
256
676
I see that the Patreon v.0.08 v2b is now available.

Will the Subscribestar version also get posted? They are still different, correct?

Or will there just be a scripts.rpa file from the Subscribestar verion?

Not sure how it works these days.
 

SilentRunning

Member
Feb 19, 2021
256
676
Someone would have to leak it. Frankly I'm shocked someone leaked the patreon version. It's cheeper to get on subscribestar.
I looked at Subscribestar initially, but I didn't see the v2b version, so I didn't think it was there yet... but I went back and looked and I just didn't scroll down far enough. My bad.
 

jan^s

Active Member
Dec 19, 2019
797
691
anyone else getting repeated:
NameError: Name 'Mandyaffection' is not defined.
I would normally atempt to fix this myself but i cant find the file, Points_screen_v2.rpy

File "game/Points_screen_v2.rpy", line 124, in execute
File "game/Points_screen_v2.rpy", line 168, in execute
NameError: Name 'Mandyaffection' is not defined.

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

Full traceback:
File "UpdateScript0.08.rpyc", line 1065, in script
File "renpy/ast.py", line 921, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1373, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1266, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 930, in do_display
**display_args)
File "renpy/character.py", line 666, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "renpy/display/core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 451, in visit_all
callback(self)
File "renpy/display/core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 462, in per_interact
self.update()
File "renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/Points_screen_v2.rpy", line 124, in execute
File "game/Points_screen_v2.rpy", line 124, in execute
File "game/Points_screen_v2.rpy", line 168, in execute
File "renpy/text/text.py", line 1594, in __init__
self.set_text(text, scope, substitute)
File "renpy/text/text.py", line 1712, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "renpy/substitutions.py", line 168, in get_field
obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
File "renpy/substitutions.py", line 236, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'Mandyaffection' is not defined.

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
A Family Venture 0.08_v2b_supporter
Mon Sep 19 23:45:46 2022
 

strenif

Engaged Member
Aug 18, 2017
2,787
4,892
anyone else getting repeated:
NameError: Name 'Mandyaffection' is not defined.
I would normally atempt to fix this myself but i cant find the file, Points_screen_v2.rpy

File "game/Points_screen_v2.rpy", line 124, in execute
File "game/Points_screen_v2.rpy", line 168, in execute
NameError: Name 'Mandyaffection' is not defined.

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

Full traceback:
File "UpdateScript0.08.rpyc", line 1065, in script
File "renpy/ast.py", line 921, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1373, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1266, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 930, in do_display
**display_args)
File "renpy/character.py", line 666, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "renpy/display/core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 451, in visit_all
callback(self)
File "renpy/display/core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 462, in per_interact
self.update()
File "renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/Points_screen_v2.rpy", line 124, in execute
File "game/Points_screen_v2.rpy", line 124, in execute
File "game/Points_screen_v2.rpy", line 168, in execute
File "renpy/text/text.py", line 1594, in __init__
self.set_text(text, scope, substitute)
File "renpy/text/text.py", line 1712, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "renpy/substitutions.py", line 168, in get_field
obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
File "renpy/substitutions.py", line 236, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'Mandyaffection' is not defined.

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
A Family Venture 0.08_v2b_supporter
Mon Sep 19 23:45:46 2022
Not happening for me. Make sure you've downloaded the subscribestar version in the OP and not the patreon version.
 
  • Yay, new update!
Reactions: jan^s

jan^s

Active Member
Dec 19, 2019
797
691
It seems the saves are the issue, one is patron
Not happening for me. Make sure you've downloaded the subscribestar version in the OP and not the patreon version.
It seems the saves are issue cross incompatibility of the two. I have one version not the the other.
Thankyou for pointing that out.
 

Shas'O

Member
Feb 3, 2018
268
197
A Family Venture [v0.08 v2b] [WillTylor]

COMPRESSED

SIZE ~ 527 MB

PC/MAC: - WORKUPLOAD - PIXELDRAIN -

ANDROID: - WORKUPLOAD - PIXELDRAIN -

You don't have permission to view the spoiler content. Log in or register now.
Can you do it for the subscribestar version too?
 
3.50 star(s) 105 Votes