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

4.00 star(s) 5 Votes

vonamatas

Newbie
Jun 23, 2021
78
110
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
11
6
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
 

Old Grumpy Wolf

Devoted Member
Jul 17, 2021
8,886
13,568
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
130
164
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...
 

skyrfen

Ultimate Torrent Dude
Donor
Jun 13, 2021
4,179
2,406
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.​
 

vonamatas

Newbie
Jun 23, 2021
78
110
You don't have permission to view the spoiler content. Log in or register now.
File script.rpy line 2108 and following. You can't skip/ignore this label while playing.
This is a reassignment of variable values (love/fear/subm/ST) for three characters. The problem is that one of them previously had several scenes in which these values were modified depending on the player's response. And then the whole elaborate plan went to shit...
I'll bet you a 6 pack of beer that this script is AI generated :p

[edit]
OK, there's more, I know. Maybe this weekend I'll make a "human version" of this script and we'll see how it should work. I do not promise! I have my own life.
No way! I don't touch this buggy code where everything works "almost as intended" or is "work in progress". Sorry!
 
Last edited:
  • Like
Reactions: Vortex@ and JeiTrd

Jsg1698

New Member
May 20, 2020
2
0
Always wanted a game where you discover your dearly departed dad was chronic bigamist with a bunch of secret families. Surprised no one's made it, it's perfect fuel for endless drama and an ever-expanding roster of sisters. Should be incest harem lover gold.
23 sisters. its kinda fucked but a lot of incest
 
4.00 star(s) 5 Votes