zeraligator

Well-Known Member
May 25, 2018
1,345
1,055
'Walkthrough / Cheat Mods (0.16 Elite V7)'. - doesn't work. It throws out of the game with this recurring error:

"I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/scripts/locations/school.rpy", line 297, in execute
File "game/scripts/locations/school.rpy", line 297, in execute
File "game/scripts/locations/school.rpy", line 318, in execute
File "game/scripts/locations/school.rpy", line 319, in execute
File "game/scripts/toolbar.rpy", line 135, in execute
File "game/scripts/toolbar.rpy", line 135, in execute
File "game/scripts/toolbar.rpy", line 137, in execute
File "game/mod/Lain_Overrides.rpy", line 21, in execute
init 969 screen toolbar(blacklist=[], whitelist=[]):
File "game/mod/Lain_Overrides.rpy", line 21, in execute
init 969 screen toolbar(blacklist=[], whitelist=[]):
File "game/mod/Lain_Overrides.rpy", line 24, in execute
frame:
File "game/mod/Lain_Overrides.rpy", line 30, in execute
has hbox
File "game/mod/Lain_Overrides.rpy", line 81, in execute
frame:
File "game/mod/Lain_Overrides.rpy", line 85, in execute
imagebutton:
File "game/mod/Lain_Overrides.rpy", line 85, in keywords
imagebutton:
File "game/mod/Lain_Overrides.rpy", line 89, in <module>
action If((mom_level >= 18 and isabel_level >= 22 and ruby_level >= 22 and mainstory_level >= 24 and logan_level >= 6 and jane_level >= 29 and maid_level >= 8) and not lain_complete16, Show("mod_completed_substar"), ToggleScreen("modmenu"))
NameError: name 'mom_level' is not defined

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

Full traceback:
File "scripts/locations/school.rpyc", line 107, in script
File "D:\Gry\Gamex\MidnightParadise-Elite-0.17-pc\renpy\ast.py", line 2232, in execute
self.call("execute")
File "D:\Gry\Gamex\MidnightParadise-Elite-0.17-pc\renpy\ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\Gry\Gamex\MidnightParadise-Elite-0.17-pc\renpy\statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "D:\Gry\Gamex\MidnightParadise-Elite-0.17-pc\renpy\exports.py", line 3181, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\Gry\Gamex\MidnightParadise-Elite-0.17-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Gry\Gamex\MidnightParadise-Elite-0.17-pc\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "D:\Gry\Gamex\MidnightParadise-Elite-0.17-pc\renpy\display\core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Gry\Gamex\MidnightParadise-Elite-0.17-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "D:\Gry\Gamex\MidnightParadise-Elite-0.17-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "D:\Gry\Gamex\MidnightParadise-Elite-0.17-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "D:\Gry\Gamex\MidnightParadise-Elite-0.17-pc\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "D:\Gry\Gamex\MidnightParadise-Elite-0.17-pc\renpy\display\core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Gry\Gamex\MidnightParadise-Elite-0.17-pc\renpy\display\screen.py", line 462, in per_interact
self.update()
File "D:\Gry\Gamex\MidnightParadise-Elite-0.17-pc\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/scripts/locations/school.rpy", line 297, in execute
File "game/scripts/locations/school.rpy", line 297, in execute
File "game/scripts/locations/school.rpy", line 318, in execute
File "game/scripts/locations/school.rpy", line 319, in execute
File "game/scripts/toolbar.rpy", line 135, in execute
File "game/scripts/toolbar.rpy", line 135, in execute
File "game/scripts/toolbar.rpy", line 137, in execute
File "game/mod/Lain_Overrides.rpy", line 21, in execute
init 969 screen toolbar(blacklist=[], whitelist=[]):
File "game/mod/Lain_Overrides.rpy", line 21, in execute
init 969 screen toolbar(blacklist=[], whitelist=[]):
File "game/mod/Lain_Overrides.rpy", line 24, in execute
frame:
File "game/mod/Lain_Overrides.rpy", line 30, in execute
has hbox
File "game/mod/Lain_Overrides.rpy", line 81, in execute
frame:
File "game/mod/Lain_Overrides.rpy", line 85, in execute
imagebutton:
File "game/mod/Lain_Overrides.rpy", line 85, in keywords
imagebutton:
File "game/mod/Lain_Overrides.rpy", line 89, in <module>
action If((mom_level >= 18 and isabel_level >= 22 and ruby_level >= 22 and mainstory_level >= 24 and logan_level >= 6 and jane_level >= 29 and maid_level >= 8) and not lain_complete16, Show("mod_completed_substar"), ToggleScreen("modmenu"))
NameError: name 'mom_level' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Midnight Paradise 0.17
Mon May 15 15:08:15 2023"
Probably because that's the mod for the previous version of the game.
 

d0n1br@

Newbie
Jan 30, 2023
51
245
Is it a BIG update? Really? The developer of this game is another milkman and liar in one person. More than a year has passed since the last update was released. To be more precise, about 14 months. And what is the result? I don't know why the changelog says 2350+ images if the new episode itself, without the elite and extra scenes, contains only 528 images. I doubt that 3 scenes contain 1800+. Most likely, no more than 50, given that all the extras are now 463 pictures, and all the elite ones are 281. Or does he count animations as renders? 14 months of 528 renders, okay, even 600 with such support on Patreon? When you can buy a new top-end PC almost every month with such income, living comfortably in almost any country in the world? By making 50 renders a month? Seriously? The game is 4 years old, and the content seems to be 1-1.5 years old at most. In 4 years, Joyce hasn't been fucked yet. Seriously? I repeat, he is a milkman, and 100%. Milklab.
 

moneyclub

New Member
Jun 15, 2020
12
1
Quick gallery unlock, put unlock_galley into game folder and 00gallery into renpy/common, to be honest don't know if I needed to change the 00gallery file but couldn't be bothered reverting it
wont let me download the files for gallery unlock
 

kumenl0l

Member
Mar 21, 2020
265
736
so anyone who actually remembers what changed and what didnt: is the new update worth the time starting a fresh save?
 

PRTech

Member
Jul 25, 2021
202
489
We going off topic here, but there actually ARE sex scenes in AWAM. A few involving Sophia and Liam, Amber and her husband, the two dickheads and the school slut (forgot her name, it's been a while since I played that game), and Sophia fantasizing about fucking a convict (Morello's bro, IIRC), but yeah, it's mostly hardcore teasing and blue balling lol.



That only happened cause of the complaints about all the blue balling and unnecessary creep stuff, so Lewdlab wouldn't be any better than L&P on this front if ppl wouldn't have complained and criticized him so much.



It's not about scamming you or me, it's about scamming all those gullible ppl and earning money they don't deserve while smaller devs, who do, barely earn the minimum. Hell, I'm one of the most vocal ICSTOR haters, but I never paid that fool a dollar, so he never took my money for free. It doesn't mean that others didn't (and still do) contribute to him being the scammer he is today, coz maybe some users forgot, but as funny as it may sound now, ICSTOR used to be one of the devs with the best release schedules on this site... and then the milking started, after he saw how much money SCAMdrop (Dual Family 'dev') made off farting excuses and lies. The same happened with Lewdlab, until he proves us wrong, ofc.



Course not, why would it ??:WaitWhat: We didn't force anyone to share the update after it was released, nor did we scam them to get it, they did it of their own free will. Personally, I was just curious to see if he actually delivered what he promised, but I'm not disappointed he didn't, coz that's exactly what I expected from him.:ROFLMAO:
Funny how gunzen said "we are stealing his game. why call him scammer? doesn't that make us worse?" Does he not know its Lewdlab who is running this thread and most likely the one posting the link to the download. :unsure:
 
  • Like
Reactions: xXwankerXx
3.60 star(s) 345 Votes