Thousands of Models Streaming Live — Join Free! Click Here!
x

boraborat

Member
Jan 10, 2025
113
290
82
I doubt it'd be forced but it'll depend on how any individual scene turns out
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.
 

TexasHoosier

Newbie
Jan 22, 2024
19
11
71
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?
 
  • Heart
Reactions: Panamsimp

Panamsimp

Member
Game Developer
Dec 23, 2024
152
955
161
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?
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.
Any chance for android port?
I am working on it, should have it by day 3
I hope this is netarose with mc not being a Wimp...and sharing is on equal term... atleast way to avoid humiliation
Both femdom NTS and maledom NTS are in the works
 

Panamsimp

Member
Game Developer
Dec 23, 2024
152
955
161
Day 2 Alpha Changelog:

Estimated gameplay time 1.5-2 hours in total, depending on how many paths you choose to play.

330 renders (Day 0 had 85 renders, Day 1 had 185, so Day 2 has well over twice the number of renders)

Two H-Scenes

Plot: This is the densest version yet in terms of choices and their consequences. The very first thing you do in Day 2 will irrevocably change the path of the story and may even lead to a bad ending down the road.


Day 2 Beta Changelog:

Fixed issues:
  • There's a coding error that softlocks the player in one path if you do not pick "the thought of them together makes me aroused" right at the end of the prologue, thanks for Seittitgib for pointing it out.
  • Day 1 has some sentences that run out of the text box, thanks ForeverLosing, the dev of From Wife to Wench for pointing it out and suggesting a couple more QoL fixes.
  • To avoid confusion now, Day 0 and Day 1 end screens are changed
  • Animation added: Boutique sex scene will be animated
  • Some render fixes

Day 2 Final Changelog:

The final scene of Day 2 is now animated (refer to the walkthrough on how to access it)
Some render fixes

Some coding fixes
 

WhY NoT?!

Member
Sep 2, 2019
254
241
192
Panamsimp

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
 

WhY NoT?!

Member
Sep 2, 2019
254
241
192
Code:
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
 

Panamsimp

Member
Game Developer
Dec 23, 2024
152
955
161
Panamsimp

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
It's a typo, thanks for pointing it out, it'll be fixed in the next update
 
  • Like
Reactions: WhY NoT?!

WhY NoT?!

Member
Sep 2, 2019
254
241
192
Two, one after another

Code:
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

Code:
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
 

WhY NoT?!

Member
Sep 2, 2019
254
241
192
It's a typo, thanks for pointing it out, it'll be fixed in the next update
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.
 
  • Like
Reactions: Panamsimp
May 31, 2017
20
54
235
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.
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.
 
4.40 star(s) 7 Votes