VN Ren'Py Family of Choice [Day1-4 v1] [Nine Rose Rings]

3.10 star(s) 7 Votes

vonamatas

Newbie
Jun 23, 2021
84
125
148
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
14
6
62
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
9,616
14,863
811
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
178
246
188
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...
 

vonamatas

Newbie
Jun 23, 2021
84
125
148
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
3
0
136
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
 

AlBetGam

Active Member
Feb 22, 2018
679
3,989
450
23 sisters. its kinda fucked but a lot of incest
I played that briefly. It is kinda along the lines I described, but it's too absurdist in general for me to get much enjoyment out of, if that makes sense.
 

Jsg1698

New Member
May 20, 2020
3
0
136
I played that briefly. It is kinda along the lines I described, but it's too absurdist in general for me to get much enjoyment out of, if that makes sense.
understandable, i played it with some enjoyment until the first pregnancy was complete then it just got too weird to even try to understand or play
 
3.10 star(s) 7 Votes