3.70 star(s) 14 Votes

Burt

Ignoring Social Media
Dec 14, 2016
1,190
933
Alright brother, I will try it as you have explained. Thanks for being patient, I am just a noob when it comes to these things.
There is no need we all need help
I would
1 Download UNREN paste it into any renpy game's game directory (TBH every game you play)
2 Click it (it is made by our forums Sysop SAM it is safe)
3 Choose option 3 press enter now you can type commands in game by pressing shift and the letter O at the same time in game
Optional but IMHO necessary and this dev even has youtbe vids on who to use it like him Universal cheat
I have typed the commands necessary above I hope the dev fixes the bugs its a good game IMHO
 
Last edited:
  • Like
Reactions: iffrith

thesnaken

Member
Oct 29, 2018
102
27
Hello Guys

I need help with an error meesage while trying to access to the inventory and specialy the spleepwear wardrobe or the the swimwear .

thks a lot

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/tv.rpy", line 78, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 78, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 78, in script call
call megan_tv_3 from _call_megan_tv_3
[Previous line repeated 36 more times]
File "game/script.rpy", line 3115, in script
call screen wardrobe_hub()
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/script.rpy", line 3118, in execute
screen wardrobe_hub():
File "game/script.rpy", line 3118, in execute
screen wardrobe_hub():
File "game/script.rpy", line 3121, in execute
frame background "#000000ff" align 0.5,0.5 padding 3,3:
File "game/script.rpy", line 3122, in execute
frame background "#e066a3ff":
File "game/script.rpy", line 3123, in execute
vbox xysize 1600,800:
File "game/script.rpy", line 3124, in execute
hbox xsize 1600:
File "game/script.rpy", line 3125, in execute
vbox:
File "game/script.rpy", line 3199, in execute
if option==1:
File "game/script.rpy", line 3200, in execute
vbox:
File "game/script.rpy", line 3225, in execute
if 104 in megan_char.inventory:
File "game/script.rpy", line 3226, in execute
hbox:
File "game/script.rpy", line 3228, in execute
vbox:
File "game/script.rpy", line 3229, in execute
if megan_char.night_shirt_morning>0:
File "game/script.rpy", line 3229, in <module>
if megan_char.night_shirt_morning>0:
AttributeError: 'GameCharacter' object has no attribute 'night_shirt_morning'

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

Full traceback:
File "game/tv.rpy", line 78, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 78, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 78, in script call
call megan_tv_3 from _call_megan_tv_3
[Previous line repeated 36 more times]
File "game/script.rpy", line 3115, in script
call screen wardrobe_hub()
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\ast.py", line 1971, in execute
self.call("execute")
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\ast.py", line 1953, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\statements.py", line 349, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\exports.py", line 3420, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\display\core.py", line 2166, 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 "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\display\core.py", line 2688, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\display\core.py", line 2688, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/script.rpy", line 3118, in execute
screen wardrobe_hub():
File "game/script.rpy", line 3118, in execute
screen wardrobe_hub():
File "game/script.rpy", line 3121, in execute
frame background "#000000ff" align 0.5,0.5 padding 3,3:
File "game/script.rpy", line 3122, in execute
frame background "#e066a3ff":
File "game/script.rpy", line 3123, in execute
vbox xysize 1600,800:
File "game/script.rpy", line 3124, in execute
hbox xsize 1600:
File "game/script.rpy", line 3125, in execute
vbox:
File "game/script.rpy", line 3199, in execute
if option==1:
File "game/script.rpy", line 3200, in execute
vbox:
File "game/script.rpy", line 3225, in execute
if 104 in megan_char.inventory:
File "game/script.rpy", line 3226, in execute
hbox:
File "game/script.rpy", line 3228, in execute
vbox:
File "game/script.rpy", line 3229, in execute
if megan_char.night_shirt_morning>0:
File "game/script.rpy", line 3229, in <module>
if megan_char.night_shirt_morning>0:
AttributeError: 'GameCharacter' object has no attribute 'night_shirt_morning'

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.3.24061702
Live in Corruption 1.6.0
Mon Dec 9 17:52:24 2024
 
  • Like
Reactions: SnakeDogs

Joesoap335

New Member
Jun 21, 2022
8
2
Is this dev ever going to fix the renpy crashes ffs ? and what is with Megan and ANAL is it behind a paywall ?
 

MrBaitor

Member
Nov 4, 2018
340
341
Is this dev ever going to fix the renpy crashes ffs ? and what is with Megan and ANAL is it behind a paywall ?
To answer to your first question, unless dev finds a proper tester for his game the answer is no. I have multiple missing images on the repeatable scenes with new and some old wardrobe still. As for the anal, there's no paywall whatsoever. Just keep doing the repeatables related to anal at least once. Oh, and I almost forgot, you need to buy the Lube from the convinient shop. Enjoy ;)
 

MrBaitor

Member
Nov 4, 2018
340
341
Hello Guys

I need help with an error meesage while trying to access to the inventory and specialy the spleepwear wardrobe or the the swimwear .

thks a lot

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/tv.rpy", line 78, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 78, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 78, in script call
call megan_tv_3 from _call_megan_tv_3
[Previous line repeated 36 more times]
File "game/script.rpy", line 3115, in script
call screen wardrobe_hub()
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/script.rpy", line 3118, in execute
screen wardrobe_hub():
File "game/script.rpy", line 3118, in execute
screen wardrobe_hub():
File "game/script.rpy", line 3121, in execute
frame background "#000000ff" align 0.5,0.5 padding 3,3:
File "game/script.rpy", line 3122, in execute
frame background "#e066a3ff":
File "game/script.rpy", line 3123, in execute
vbox xysize 1600,800:
File "game/script.rpy", line 3124, in execute
hbox xsize 1600:
File "game/script.rpy", line 3125, in execute
vbox:
File "game/script.rpy", line 3199, in execute
if option==1:
File "game/script.rpy", line 3200, in execute
vbox:
File "game/script.rpy", line 3225, in execute
if 104 in megan_char.inventory:
File "game/script.rpy", line 3226, in execute
hbox:
File "game/script.rpy", line 3228, in execute
vbox:
File "game/script.rpy", line 3229, in execute
if megan_char.night_shirt_morning>0:
File "game/script.rpy", line 3229, in <module>
if megan_char.night_shirt_morning>0:
AttributeError: 'GameCharacter' object has no attribute 'night_shirt_morning'

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

Full traceback:
File "game/tv.rpy", line 78, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 78, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 78, in script call
call megan_tv_3 from _call_megan_tv_3
[Previous line repeated 36 more times]
File "game/script.rpy", line 3115, in script
call screen wardrobe_hub()
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\ast.py", line 1971, in execute
self.call("execute")
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\ast.py", line 1953, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\statements.py", line 349, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\exports.py", line 3420, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\display\core.py", line 2166, 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 "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\display\core.py", line 2688, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\display\core.py", line 2688, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/script.rpy", line 3118, in execute
screen wardrobe_hub():
File "game/script.rpy", line 3118, in execute
screen wardrobe_hub():
File "game/script.rpy", line 3121, in execute
frame background "#000000ff" align 0.5,0.5 padding 3,3:
File "game/script.rpy", line 3122, in execute
frame background "#e066a3ff":
File "game/script.rpy", line 3123, in execute
vbox xysize 1600,800:
File "game/script.rpy", line 3124, in execute
hbox xsize 1600:
File "game/script.rpy", line 3125, in execute
vbox:
File "game/script.rpy", line 3199, in execute
if option==1:
File "game/script.rpy", line 3200, in execute
vbox:
File "game/script.rpy", line 3225, in execute
if 104 in megan_char.inventory:
File "game/script.rpy", line 3226, in execute
hbox:
File "game/script.rpy", line 3228, in execute
vbox:
File "game/script.rpy", line 3229, in execute
if megan_char.night_shirt_morning>0:
File "game/script.rpy", line 3229, in <module>
if megan_char.night_shirt_morning>0:
AttributeError: 'GameCharacter' object has no attribute 'night_shirt_morning'

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.3.24061702
Live in Corruption 1.6.0
Mon Dec 9 17:52:24 2024
The only help I can provide is by giving you a save file given the fact that you haven't tampered with any of the game files.
 

thesnaken

Member
Oct 29, 2018
102
27
The only help I can provide is by giving you a save file given the fact that you haven't tampered with any of the game files.
Thks for your share.
i joining my last save game if it can help for an analysis
i had started a new game when i get this error ..

 

MrBaitor

Member
Nov 4, 2018
340
341
I have no idea about renpy and coding my friend. That's why I send the save file. I had the same issue with the wardrobe until i purchased every piece of item from the mall. Then it was finally working.
 

Joesoap335

New Member
Jun 21, 2022
8
2
Mc and Derek walk there, so it is close to the br
To answer to your first question, unless dev finds a proper tester for his game the answer is no. I have multiple missing images on the repeatable scenes with new and some old wardrobe still. As for the anal, there's no paywall whatsoever. Just keep doing the repeatables related to anal at least once. Oh, and I almost forgot, you need to buy the Lube from the convinient shop. Enjoy ;)
tried what you said and nothing changed. thanks anyway
 

MrBaitor

Member
Nov 4, 2018
340
341
tried what you said and nothing changed. thanks anyway
Have you talked to Megan about doing anal with you or you still wait for the topic to arise somehow? I mean, is there an option about doing stuff with her butt or not?
Also, my solution is for the "Creep" gameplay.
1734316173503.png
Haven't played the others yet.
 

Joesoap335

New Member
Jun 21, 2022
8
2
Have you talked to Megan about doing anal with you or you still wait for the topic to arise somehow? I mean, is there an option about doing stuff with her butt or not?
Also, my solution is for the "Creep" gameplay.
View attachment 4338468
Haven't played the others yet.
Yes I have done all above also on creep but still nothing, thanks again for your help.
 

DevinHesi

Forum Fanatic
Uploader
Oct 29, 2021
4,005
33,590


Greetings Perverts and Pervettes.
Work continues on v1.7.x and it’s going well.

With this release the biggest scene is going to be the next step in the sharing quest for Megan: you and pretty much all the men that exist in the world will be able to run a train on Megan. It has a bunch of different variations and it will depend on who you want to help you with this little project. It’s a highly variable scene.

We will get three new clothing options: the first one is obviously the ribbon lingerie, with the second being a see-through red dress and the final option being a very skimpy bikini. Again with the new adult scene with each of the clothing items. The adult scene for the red dress involves other men perving on Megan at the mall and whether or not you encourage her to behave badly. The adult scene for the super super skimpy bikini involved anal play. (I’m also adding hints for the main anal quest, I didn’t realize I left that out).

Right now I’m finishing up the Megan content. I’m working on the adult scene for the ribbon lingerie right now, and I want to produce a new scene for the Ben path. I have already completed a bunch of content for Susan for this release as well. The last work for this update is planned to be some small content for Stacy and Ami. I am looking at a standard release the last week of the month.

You don't have permission to view the spoiler content. Log in or register now.
 

Killerkaz88

Newbie
Jun 1, 2021
33
24
Does anyone know how to get the pajama selfie? I got the others when she is in bed at sunrise, but seems she states she is busy when in normal pajamas for some reason and wont send a selfie. I tried doing a fashion show too, but she wont be in a location to send picture after.
 

Raoddik

Member
Oct 11, 2021
434
443
I must say, overall really fun game, didn't expect that I will like it so much. For me it have that "thing" that want me play more. Really good job.

Saying that, hope that some more "rare" kinks will be added at some point :p
 
  • Like
Reactions: MrBaitor
3.70 star(s) 14 Votes