singsun66

Mother NTR Training
Game Developer
Oct 28, 2018
466
1,844
Have you made any progress on James crush/girlfriend route? It could be a route focused on moral degeneration like this literotica story.

James could have a crush on a girl at school who is already slutty and dresses like a whore with piercings/tattoos. She is only interested in James because she heard about Lucy/saw a picture.

She shows James her tits/kisses in exchange for pictures/access to Lucy, eventually encouraging Lucy to get piercings/tattoos and become a pornstar hopefully the story give you some inspiration




That's the plan, but instead of an openly slutty girl I want a character who's slutty in secret. Maybe she can do it for money or maybe she's a sports team manager like some jav videos. She will be a cheerful girl that talks to James first, and maybe help each other with something, and that makes him love her. But then, he heard a rumor about that girl being a whore but James doesn't believe them and then they show him a picture or something. If you read mushoku tensei there's a chapter where the school kids say they gangbanged Elinalise and Cliff overheard them (I think that's pretty hot), I want to add something like that also.

I just need to decide on a design for her, also she might be starting to appear at the base route of episode 4.
 

jakiro

Member
Jun 16, 2019
131
278
I think I can make some kind of route flowchart for episode 3
I think you should focus on the main heroine.

And I think it'd be really hot if she's doing it with her son's friends (1 by 1, and then later they get impatient and gangbang her)

then later at school, her son's friends will "thank" the son for the feast.
 
  • Like
Reactions: Serreos

singsun66

Mother NTR Training
Game Developer
Oct 28, 2018
466
1,844
I think you should focus on the main heroine.

And I think it'd be really hot if she's doing it with her son's friends (1 by 1, and then later they get impatient and gangbang her)

then later at school, her son's friends will "thank" the son for the feast.
The reason behind the girlfriend is that there's nothing to do when the mom is away. If I skip to the next day like I always do, people keep saying that my writing pace is too fast.
 

jakiro

Member
Jun 16, 2019
131
278
The reason behind the girlfriend is that there's nothing to do when the mom is away. If I skip to the next day like I always do, people keep saying that my writing pace is too fast.
When the Mom is away, perhaps you can let the player (Son) roams around and triggers an event where she catches his Mom in action / something like that.

Personally, I don't like the idea of adding a "GF" character, where clearly the game is called "Mother NTR Training"
 
  • Thinking Face
Reactions: singsun66

sojournntr66

Newbie
Feb 6, 2023
21
24
The reason behind the girlfriend is that there's nothing to do when the mom is away. If I skip to the next day like I always do, people keep saying that my writing pace is too fast.
Ok to be fair you could hold off on the girlfriend route.

Anytime Lucy goes off James has time investigate.

-find a dating site and set up an account for Lucy
-search for clothes and later plan a shopping date with her
-Talk to his friends about her like Gerard at school
-he could follow her and find out
-make money to “buy time” with Lucy and make her follow his orders.
-continue texting her from that second phone and give her orders
-meet side characters like the photographer and sign her up for porn castings
 
  • Like
Reactions: Chumpyman

Qaz1970

New Member
Sep 9, 2017
2
1
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Episode2.rpy", line 1839, in script
    $presistent.sukhilock = "true"
  File "game/Episode2.rpy", line 1839, in <module>
    $presistent.sukhilock = "true"
NameError: name 'presistent' is not defined

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

Full traceback:
  File "game/Episode2.rpy", line 1839, in script
    $presistent.sukhilock = "true"
  File "D:\Games\MotherNTRTraining-02-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Games\MotherNTRTraining-02-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/Episode2.rpy", line 1839, in <module>
    $presistent.sukhilock = "true"
NameError: name 'presistent' is not defined
 
  • Sad
Reactions: singsun66

catgatatac

New Member
Jun 2, 2017
1
1
Got this error as well

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

While running game code:
  File "game/Episode2.rpy", line 1839, in script
    $presistent.sukhilock = "true"
  File "game/Episode2.rpy", line 1839, in <module>
    $presistent.sukhilock = "true"
NameError: name 'presistent' is not defined

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

Full traceback:
  File "game/Episode2.rpy", line 1839, in script
    $presistent.sukhilock = "true"
  File "***\MotherNTRTraining-02-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "***\MotherNTRTraining-02-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/Episode2.rpy", line 1839, in <module>
    $presistent.sukhilock = "true"
NameError: name 'presistent' is not defined
 
  • Sad
Reactions: singsun66

yessiyuri1

Member
Sep 14, 2022
205
355
While running game code:
File "game/Episode2.rpy", line 1839, in script
$presistent.sukhilock = "true"
File "game/Episode2.rpy", line 1839, in <module>
$presistent.sukhilock = "true"
NameError: name 'presistent' is not defined

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

Full traceback:
File "game/Episode2.rpy", line 1839, in script
$presistent.sukhilock = "true"
File "***\MotherNTRTraining-02-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "***\MotherNTRTraining-02-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/Episode2.rpy", line 1839, in <module>
$presistent.sukhilock = "true"
NameError: name 'presistent' is not defined
well "presistent" is NOT a word, so more than likely it's supposed to be "persistent".

you can just change it yourself.
Open the file "game/Episode2.rpy", go to line 1839(it's also misspelled on line 1864):
Change "presistent" to "persistent".
 

alterkey

Newbie
Jul 25, 2020
60
26
I love this work ,it's a masterpiece
Did you consider a more extreme plot or ending?
In fact, as someone else's complete plaything, she will definitely have a bad ending, and death may be the limit of pleasure, such as being killed in an orgasm, or dying in pursuit of extreme pleasure (it would be even better if it was in front of her son up)
For example, being strangled / caught and hanged by gangsters / beheaded / gang raped to death / made into taxidermy / made into the main course of the banquet
What I said was a bit extreme, and I just listed the most extreme cases, because in the already exciting bdsm, if you want to pursue greater excitement, you can only get more and more serious, and the plot of being slaughtered in front of the hot bitch’s son feels overwhelmingly excited
Forgive me if my extreme views offend you. But the theme of mother + ntr can easily make people's sexuality more and more extreme, and they pursue more exciting plots, just like a large number of extremely heavy-tasting mother + ntr novels that exist on the Internet
 

Chemish

Active Member
Sep 12, 2018
560
1,424
I love this work ,it's a masterpiece
Did you consider a more extreme plot or ending?
In fact, as someone else's complete plaything, she will definitely have a bad ending, and death may be the limit of pleasure, such as being killed in an orgasm, or dying in pursuit of extreme pleasure (it would be even better if it was in front of her son up)
For example, being strangled / caught and hanged by gangsters / beheaded / gang raped to death / made into taxidermy / made into the main course of the banquet
What I said was a bit extreme, and I just listed the most extreme cases, because in the already exciting bdsm, if you want to pursue greater excitement, you can only get more and more serious, and the plot of being slaughtered in front of the hot bitch’s son feels overwhelmingly excited
Forgive me if my extreme views offend you. But the theme of mother + ntr can easily make people's sexuality more and more extreme, and they pursue more exciting plots, just like a large number of extremely heavy-tasting mother + ntr novels that exist on the Internet
Jeez. That’s all way too far for my taste.
 
3.90 star(s) 39 Votes