SilentRunning

Member
Feb 19, 2021
259
679
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
259
679
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
818
711
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,857
4,992
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
818
711
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
272
201
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) 109 Votes