yesPanamsimp, Maria doing anal is in your plans?
hopefully it will be optional, and not enforced?
I doubt it'd be forced but it'll depend on how any individual scene turns outhopefully it will be optional, and not enforced?
that enforced anal shit is getting annoying lately...
as a rule of thumb, you should avoid enforcing any kink or character, unless we are talking about kinetic novel or some particular character (like spouse or so).I doubt it'd be forced but it'll depend on how any individual scene turns out
Sense of Self is essentially Maria's own self-worth and her confidence in her own body. For cheating, it's preferable for it to be lower, for NTS and vanilla kinks, it's recommended to be higher.I love the game, thanks to the developer. One question about a "trait" that I'm uncertain how to interpret. With the context that I prefer for the FMC to become more slutty, and prone to cheating, how should I interpret "Sense of Self"? Is it better for the slutty/cheating kink for the Sense of Self to be higher or lower?
I am working on it, should have it by day 3Any chance for android port?
Both femdom NTS and maledom NTS are in the worksI hope this is netarose with mc not being a Wimp...and sharing is on equal term... atleast way to avoid humiliation
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 298, in script call
call day1_scene6 from _call_day1_scene6
File "game/script.rpy", line 1660, in script
"[Petname] moaned with the woman. I need to get more comfortable with sexual sadism."
NameError: name 'Petname' is not defined. Did you mean: 'petname'?
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
File "game/script.rpy", line 298, in script call
call day1_scene6 from _call_day1_scene6
File "game/script.rpy", line 1660, in script
"[Petname] moaned with the woman. I need to get more comfortable with sexual sadism."
File "renpy/ast.py", line 2915, in execute
Say.execute(self)
~~~~~~~~~~~^^^^^^
File "renpy/ast.py", line 991, in execute
renpy.exports.say(who, what, *args, **kwargs)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/exports/sayexports.py", line 129, in say
who(what, *args, **kwargs)
~~~^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/character.py", line 1528, in __call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/character.py", line 1442, in prefix_suffix
return sub(prefix) + sub(body, translate=not renpy.game.context().translated) + sub(suffix)
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/character.py", line 1421, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/substitutions.py", line 355, in substitute
s = interpolate(s, variables) # type: ignore
~~~~~~~~~~~^^^^^^^^^^^^^^
File "renpy/substitutions.py", line 89, in interpolate
raise e
File "renpy/substitutions.py", line 81, in interpolate
value = renpy.python.py_eval(code, {}, scope)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1292, in py_eval
return py_eval_bytecode(code, globals, locals)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1285, in py_eval_bytecode
return eval(bytecode, globals, locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<none>", line 1, in <module>
NameError: name 'Petname' is not defined. Did you mean: 'petname'?
Windows-11-10.0.26100-SP0 AMD64
Ren'Py 8.5.0.25081602+nightly
Rediscovering Maria Day_2-Final
Thu Oct 16 06:40:44 2025
I'm sorry, but an uncaught exception occurred.
While running game code:
NameError: name 'vince' is not defined. Did you mean: 'Vince'?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "game/script.rpy", line 298, in script call
call day1_scene6 from _call_day1_scene6
File "game/script.rpy", line 1681, in script
vince "I'm close. Go down on me, [petname]."
Exception: Sayer 'vince' is not defined.
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
File "renpy/ast.py", line 625, in eval_who
return renpy.python.py_eval(who)
~~~~~~~~~~~~~~~~~~~~^^^^^
File "renpy/python.py", line 1292, in py_eval
return py_eval_bytecode(code, globals, locals)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1285, in py_eval_bytecode
return eval(bytecode, globals, locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<none>", line 1, in <module>
NameError: name 'vince' is not defined. Did you mean: 'Vince'?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "game/script.rpy", line 298, in script call
call day1_scene6 from _call_day1_scene6
File "game/script.rpy", line 1681, in script
vince "I'm close. Go down on me, [petname]."
File "renpy/ast.py", line 2915, in execute
Say.execute(self)
~~~~~~~~~~~^^^^^^
File "renpy/ast.py", line 956, in execute
who = eval_who(self.who, self.who_fast)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/ast.py", line 627, in eval_who
raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'vince' is not defined.
Windows-11-10.0.26100-SP0 AMD64
Ren'Py 8.5.0.25081602+nightly
Rediscovering Maria Day_2-Final
Thu Oct 16 06:47:18 2025
It's a typo, thanks for pointing it out, it'll be fixed in the next updatePanamsimp
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 298, in script call call day1_scene6 from _call_day1_scene6 File "game/script.rpy", line 1660, in script "[Petname] moaned with the woman. I need to get more comfortable with sexual sadism." NameError: name 'Petname' is not defined. Did you mean: 'petname'? -- Full Traceback ------------------------------------------------------------ Traceback (most recent call last): File "game/script.rpy", line 298, in script call call day1_scene6 from _call_day1_scene6 File "game/script.rpy", line 1660, in script "[Petname] moaned with the woman. I need to get more comfortable with sexual sadism." File "renpy/ast.py", line 2915, in execute Say.execute(self) ~~~~~~~~~~~^^^^^^ File "renpy/ast.py", line 991, in execute renpy.exports.say(who, what, *args, **kwargs) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "renpy/exports/sayexports.py", line 129, in say who(what, *args, **kwargs) ~~~^^^^^^^^^^^^^^^^^^^^^^^ File "renpy/character.py", line 1528, in __call__ what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "renpy/character.py", line 1442, in prefix_suffix return sub(prefix) + sub(body, translate=not renpy.game.context().translated) + sub(suffix) ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "renpy/character.py", line 1421, in sub return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "renpy/substitutions.py", line 355, in substitute s = interpolate(s, variables) # type: ignore ~~~~~~~~~~~^^^^^^^^^^^^^^ File "renpy/substitutions.py", line 89, in interpolate raise e File "renpy/substitutions.py", line 81, in interpolate value = renpy.python.py_eval(code, {}, scope) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "renpy/python.py", line 1292, in py_eval return py_eval_bytecode(code, globals, locals) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "renpy/python.py", line 1285, in py_eval_bytecode return eval(bytecode, globals, locals) ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<none>", line 1, in <module> NameError: name 'Petname' is not defined. Did you mean: 'petname'? Windows-11-10.0.26100-SP0 AMD64 Ren'Py 8.5.0.25081602+nightly Rediscovering Maria Day_2-Final Thu Oct 16 06:40:44 2025
I'm sorry, but an uncaught exception occurred.
While running game code:
NameError: name 'vince' is not defined. Did you mean: 'Vince'?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "game/script.rpy", line 298, in script call
call day1_scene6 from _call_day1_scene6
File "game/script.rpy", line 1688, in script
vince "But we need to get into a better rhythm for this. "
Exception: Sayer 'vince' is not defined.
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
File "renpy/ast.py", line 625, in eval_who
return renpy.python.py_eval(who)
~~~~~~~~~~~~~~~~~~~~^^^^^
File "renpy/python.py", line 1292, in py_eval
return py_eval_bytecode(code, globals, locals)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1285, in py_eval_bytecode
return eval(bytecode, globals, locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<none>", line 1, in <module>
NameError: name 'vince' is not defined. Did you mean: 'Vince'?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "game/script.rpy", line 298, in script call
call day1_scene6 from _call_day1_scene6
File "game/script.rpy", line 1688, in script
vince "But we need to get into a better rhythm for this. "
File "renpy/ast.py", line 2915, in execute
Say.execute(self)
~~~~~~~~~~~^^^^^^
File "renpy/ast.py", line 956, in execute
who = eval_who(self.who, self.who_fast)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/ast.py", line 627, in eval_who
raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'vince' is not defined.
Windows-11-10.0.26100-SP0 AMD64
Ren'Py 8.5.0.25081602+nightly
Rediscovering Maria Day_2-Final
Thu Oct 16 06:52:14 2025
I'm sorry, but an uncaught exception occurred.
While running game code:
NameError: name 'maria' is not defined. Did you mean: 'Maria'?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "game/script.rpy", line 298, in script call
call day1_scene6 from _call_day1_scene6
File "game/script.rpy", line 1689, in script
maria "Practice makes perfect, right?"
Exception: Sayer 'maria' is not defined.
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
File "renpy/ast.py", line 625, in eval_who
return renpy.python.py_eval(who)
~~~~~~~~~~~~~~~~~~~~^^^^^
File "renpy/python.py", line 1292, in py_eval
return py_eval_bytecode(code, globals, locals)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1285, in py_eval_bytecode
return eval(bytecode, globals, locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<none>", line 1, in <module>
NameError: name 'maria' is not defined. Did you mean: 'Maria'?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "game/script.rpy", line 298, in script call
call day1_scene6 from _call_day1_scene6
File "game/script.rpy", line 1689, in script
maria "Practice makes perfect, right?"
File "renpy/ast.py", line 2915, in execute
Say.execute(self)
~~~~~~~~~~~^^^^^^
File "renpy/ast.py", line 956, in execute
who = eval_who(self.who, self.who_fast)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/ast.py", line 627, in eval_who
raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'maria' is not defined.
Windows-11-10.0.26100-SP0 AMD64
Ren'Py 8.5.0.25081602+nightly
Rediscovering Maria Day_2-Final
Thu Oct 16 06:52:33 2025
I think the easy way to fix it is to define pet name when the player wants to go down that path, for either of them, right after the choice, something like, "Would you like to call Maria somehow during the intimate time?" and, "How would you like Maria to call you during the intimate time?" on either path, MC dom or sub.It's a typo, thanks for pointing it out, it'll be fixed in the next update
I am gonna have to hard disagree here. The lack of commitment to certain acts just makes the scenes and characters wishy-washy. I much prefer to see certain kinks fully played out or not happening at all because at least it feels like unique characters instead of just transmogin the same character with different skin.as a rule of thumb, you should avoid enforcing any kink or character, unless we are talking about kinetic novel or some particular character (like spouse or so).
that should be one of the main things that differentiate good from bad avns, all other things being put aside.