She's waiting...ready to tease you live - Jerkmate is free! Join Now!
x
4.10 star(s) 193 Votes

Eckbert

Newbie
Oct 9, 2018
17
13
167
Probably not a common opinion, but the constant family banter is tiring. It feels like every single conversation between MC and Tris is banter from the beginning to the end with not a sincere word in between. And it is only slightly better with Charlotte.
 
  • Like
Reactions: Boldano
Sep 19, 2017
16
19
39
I'm missing some of the achievements and memories. Can someone tell me which path i need to stick to see those?

I'm missing s2e2 last memory and s2e6 first 2 memories (didn't play ep7 yet). Thank you in advance.
 

Alphaeboy

Active Member
Jul 22, 2019
654
1,005
285
Probably a big unpopular opinion: I don't really care for the romance with the mom, and his aunt. I don't mind the sister stuff but I honestly enjoy the romances with Emma, Lisa, Lauren more or that's just me?

At first, I thought Emma was good digger but after finding out she have abandonment issues and Daddies made like her and explains on why she's scare to lose the MC. I couldn't do the cheating route with her because of that.

Also I like both Lisa & Lauren but I prefer Lisa for the romance while Lauren is great in terms of sex which is pretty much the point.

Including, getting more Beatrice content in the future, I like her.
 
  • Like
  • Thinking Face
Reactions: Echbert and Nemo56

Nemo56

Forum Fanatic
Jan 7, 2018
5,898
4,875
457
Probably a big unpopular opinion: I don't really care for the romance with the mom, and his aunt. I don't mind the sister stuff but I honestly enjoy the romances with Emma, Lisa, Lauren more or that's just me?

At first, I thought Emma was good digger but after finding out she have abandonment issues and Daddies made like her and explains on why she's scare to lose the MC. I couldn't do the cheating route with her because of that.

Also I like both Lisa & Lauren but I prefer Lisa for the romance while Lauren is great in terms of sex which is pretty much the point.

Including, getting more Beatrice content in the future, I like her.
You are one of the few ones, yes. If it was not for the great pool scene which you get to see if you hook up with both Charlotte and Tris, I would have closed Charlottes path completely. But most people here are into moms, so she's not going to vanish for sure. The others ... Apart from Tris so far nothing really "got" me. There is just nothing special about them (not talking about render/model quality). It would be nice to see some more bitching between Triss and Emma, but since Emma is no favorite, I don't think she will play a major role.
 
Last edited:
  • Like
Reactions: Alphaeboy

DragonMatt

Member
Aug 17, 2021
296
89
71
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/story/episode8.rpy", line 29, in script call
    call episode8_morning from _call_episode8_morning
  File "game/story/episode8.rpy", line 246, in script
    $charlotte_path = check_flags(charlotte_required_flags, 3)
  File "game/story/episode8.rpy", line 246, in <module>
    $charlotte_path = check_flags(charlotte_required_flags, 3)
NameError: name 'check_flags' is not defined

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

Full traceback:
  File "story/script.rpyc", line 64, in script call
  File "game/story/episode8.rpy", line 29, in script call
    call episode8_morning from _call_episode8_morning
  File "game/story/episode8.rpy", line 246, in script
    $charlotte_path = check_flags(charlotte_required_flags, 3)
  File "C:\Users\User\Downloads\NoMoreMoney-2.6.2-pc\NoMoreMoney-2.6.2-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\User\Downloads\NoMoreMoney-2.6.2-pc\NoMoreMoney-2.6.2-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/story/episode8.rpy", line 246, in <module>
    $charlotte_path = check_flags(charlotte_required_flags, 3)
NameError: name 'check_flags' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
No More Money 2.6.2
Mon May 16 23:09:35 2022
why am I getting this code?
 

royalcandy

No More Money
Game Developer
Jun 8, 2018
862
6,180
654
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/story/episode8.rpy", line 29, in script call
    call episode8_morning from _call_episode8_morning
  File "game/story/episode8.rpy", line 246, in script
    $charlotte_path = check_flags(charlotte_required_flags, 3)
  File "game/story/episode8.rpy", line 246, in <module>
    $charlotte_path = check_flags(charlotte_required_flags, 3)
NameError: name 'check_flags' is not defined

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

Full traceback:
  File "story/script.rpyc", line 64, in script call
  File "game/story/episode8.rpy", line 29, in script call
    call episode8_morning from _call_episode8_morning
  File "game/story/episode8.rpy", line 246, in script
    $charlotte_path = check_flags(charlotte_required_flags, 3)
  File "C:\Users\User\Downloads\NoMoreMoney-2.6.2-pc\NoMoreMoney-2.6.2-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\User\Downloads\NoMoreMoney-2.6.2-pc\NoMoreMoney-2.6.2-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/story/episode8.rpy", line 246, in <module>
    $charlotte_path = check_flags(charlotte_required_flags, 3)
NameError: name 'check_flags' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
No More Money 2.6.2
Mon May 16 23:09:35 2022
why am I getting this code?
You're playing a modded version of the game which missed a script.
 

majdaddin

Member
Nov 29, 2019
365
435
228
This breaks auto-forward for no reason:

Code:
$ ui.saybehavior()
$ ui.interact()
Use pause instead.

There's more bad Ren'py, like the mc character name, but I'm too lazy to code review.
 

royalcandy

No More Money
Game Developer
Jun 8, 2018
862
6,180
654
This breaks auto-forward for no reason:

Code:
$ ui.saybehavior()
$ ui.interact()
Use pause instead.

There's more bad Ren'py, like the mc character name, but I'm too lazy to code review.
I might be wrong, but when using pause don't you still have an empty text box?
 

Nemo56

Forum Fanatic
Jan 7, 2018
5,898
4,875
457
so how do I fix it?
Delete all savegames that were made when playing with that mod. Play the game without mod.
Or wait for the modder to update his mod for the current game version. If you are lucky your savegame will work then. But just restarting is way faster. With fast forward you will be at the end of the current game version within 15 minutes.
ps: It's also known that unmodded savegames from older versions can cause errors. Again the solution is: restart.
 
Last edited:

Luca Gambit

New Member
May 16, 2018
4
6
188
I played a bit of this a while back and thought it was good, but haven't touched an update in a while and I'm daunted to come back due to how rough it was setting up save files for what felt like a bunch of different routes, both solo and intertwined, with the different occupations. I want to read it again, but I was wondering how everyone else set up their save files. Assuming I'm interested in seeing all content and don't like pissing off LI (so if throuples/harem are available then yes, but otherwise no two-timing)
 

royalcandy

No More Money
Game Developer
Jun 8, 2018
862
6,180
654
I think that's what show_empty_window fixes. Or something else that keeps native Renpy features working, probably as intended.
I'll have to check it out since I've been quite neglecting renpy. I learned the basic stuff while creating my previous game and I can't say I went too deep into the documentation.
 

royalcandy

No More Money
Game Developer
Jun 8, 2018
862
6,180
654
Good story and writing and art are more important (y)
Well No More Secrets was initially developed in Unity so that's the tool I was comfortable with, but moved to RenPy because a a lot of patrons asked for features that were already implemented in RenPy, but I never learned it like I should have.
 
  • Like
Reactions: Ara-sH
4.10 star(s) 193 Votes