VN Ren'Py Family of Choice [v1.1] [Nine Rose Rings]

3.80 star(s) 4 Votes

vonamatas

Newbie
Jun 23, 2021
62
86
Stats seem to be changing somehow. Mom was L13/S7/ST8. MC took a nap then I looked at her page again and they were L8/S4/ST3 or something close to that. [...]
Might've been because of choices made during the talk. [...]
"Mom" the statistics are set at the moment when the MC "knocks". The values can be seen in the attached image.
screenshot0013cp.jpg

... and then things get weird because the game resets your progress to those initial parameters at least twice. Once after a nap, again at this point:
screenshot0012.png
I don't know "why", I looked at the game code/script but I'm having a hard time finding anything. Probably the author of the game also has/had such a problem ;-P
 

karlaage

New Member
Feb 10, 2021
8
5
error message after talking to the mother upon meeting her 1.st time

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

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

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

Full traceback:
  File "script.rpyc", line 1797, in script
  File "C:\Users\bruger\Documents\privat\FamilyofChoice-1.0-pc\FamilyofChoice-1.0-pc\renpy\ast.py", line 1618, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "C:\Users\bruger\Documents\privat\FamilyofChoice-1.0-pc\FamilyofChoice-1.0-pc\renpy\exports.py", line 1049, in menu
    set = renpy.python.py_eval(set_expr) # @ReservedAssignment
  File "C:\Users\bruger\Documents\privat\FamilyofChoice-1.0-pc\FamilyofChoice-1.0-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\bruger\Documents\privat\FamilyofChoice-1.0-pc\FamilyofChoice-1.0-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 1798, in <module>
NameError: name 'chosen' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.1.24030407
Family of Choice 1.0
Wed Jul 17 17:53:03 2024
 

Dark Silence

Devoted Member
Jul 17, 2021
8,351
12,599
If anyone else has this same error, open up script.rpy and remove this at line 1798:
Code:
set chosen
You'll need to use Unren first to get the actual scripts.
error message after talking to the mother upon meeting her 1.st time

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

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

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

Full traceback:
  File "script.rpyc", line 1797, in script
  File "C:\Users\bruger\Documents\privat\FamilyofChoice-1.0-pc\FamilyofChoice-1.0-pc\renpy\ast.py", line 1618, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "C:\Users\bruger\Documents\privat\FamilyofChoice-1.0-pc\FamilyofChoice-1.0-pc\renpy\exports.py", line 1049, in menu
    set = renpy.python.py_eval(set_expr) # @ReservedAssignment
  File "C:\Users\bruger\Documents\privat\FamilyofChoice-1.0-pc\FamilyofChoice-1.0-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\bruger\Documents\privat\FamilyofChoice-1.0-pc\FamilyofChoice-1.0-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 1798, in <module>
NameError: name 'chosen' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.1.24030407
Family of Choice 1.0
Wed Jul 17 17:53:03 2024
I found a temp fix until the dev can put out an official fix. See my own quoted post.
 

popopopopooop

Member
Oct 18, 2019
113
142
Hmm! Interesting to choose between three family dynamics.

I have my reservations on whether a dev can pull that many branches off but hey hoping to be proved wrong...
 

bitsybobs3

Ultimate Torrent Dude
Donor
Jun 13, 2021
3,873
2,182
FamilyOfChoice-1.1
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 
3.80 star(s) 4 Votes