Mod Ren'Py Mastering the Pink Box [v0.10] - MultiMod v0.10

SteelyDan14

President of the "Free Roams Suck Society"
Modder
Donor
Jan 13, 2018
1,808
8,279
718
The dev is not upgrading the Ren'py version so it may be a versioning issue. Give me a few minutes.
 

SteelyDan14

President of the "Free Roams Suck Society"
Modder
Donor
Jan 13, 2018
1,808
8,279
718
When I click on Debbie in the cheats menu I get this error.

View attachment 4586601
I cannot replicate this error. I ran it on the 7.4 renpy and it works fine for me. Are you using and older version of my MOD? The lines referenced in your error point to Devon in the current version of the MOD. Debbie is in the 500s.

I would recommend deleting the game and reinstalling it. Then download the latest MOD and try it again.

Let me know if that works.
 

Aion_Abyss

Active Member
Jul 28, 2020
725
579
279
I posted a small update that includes the addition of a stat tracker. As I have gotten to know the game better as well as getting tips from all of you, so I added some updates to the earlier code to clarify some of the pathing.

I am working on an "overhaul" of the character stats pages as each LI and there stats are tracked differently, but this is going to take some time and with it being tax season, I am really busy. So no more updates until the overhaul, unless there is a code break or bug I need to address.

In the meantime, keep the suggestions coming. This is a rather involved game with lots of things happening so please let me know if you have any suggestions or things you would like to see.
Aimee and Jenn slut as well as Jenn sub would be cool to determine in the cheat screens too


And I wish the dev added a way to get Todd to go in the food truck while you're with Aimee, instead of Bob. Not sure how to ask him that tho
 
  • Like
Reactions: SteelyDan14

SteelyDan14

President of the "Free Roams Suck Society"
Modder
Donor
Jan 13, 2018
1,808
8,279
718
Aimee and Jenn slut as well as Jenn sub would be cool to determine in the cheat screens too


And I wish the dev added a way to get Todd to go in the food truck while you're with Aimee, instead of Bob. Not sure how to ask him that tho
The latest version of the MOD has Slut added to Aimee but Jenn does not have a slut stat yet. She does have a submissive stat and that has been added.
 
  • Like
Reactions: Aion_Abyss

SteelyDan14

President of the "Free Roams Suck Society"
Modder
Donor
Jan 13, 2018
1,808
8,279
718
Because I am an idiot.
Actually, I just ran through the code and did not see Jenn Slut +1 anywhere. The only slut points in the last update went to Aimee. Can you tell me where you saw that? The MC refers to Jenn as a slut but that's it as far as I know.
 
  • Like
Reactions: Aion_Abyss

Aion_Abyss

Active Member
Jul 28, 2020
725
579
279
Actually, I just ran through the code and did not see Jenn Slut +1 anywhere. The only slut points in the last update went to Aimee. Can you tell me where you saw that? The MC refers to Jenn as a slut but that's it as far as I know.
Nvm, I was mistaken. It was just the sub and lust points

My bad
 
  • Like
Reactions: SteelyDan14

Elhemeer

Conversation Conqueror
Jun 20, 2022
7,837
13,177
812
So I'm just starting and I am following the walkthrough, but the results don't seem to be registering on the stats view bar.

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

Elhemeer

Conversation Conqueror
Jun 20, 2022
7,837
13,177
812
Okay, something weird happened ... I was leaving the library and about to go to the arcade, when the game seemed to skip a beat and got a phone call dragging me to the gym. I found the walkthrough pdf and it said that I should have gone to the arcade for some fun? which apparently is the way it's supposed to work?

Anyway, numbers have showed up since the early part ... I think they're all showing up now, but honestly I don't know when they did start showing up, just that it still wasn't matching in the second chapter. Just noticed. Sorry.
 

SteelyDan14

President of the "Free Roams Suck Society"
Modder
Donor
Jan 13, 2018
1,808
8,279
718
So I'm just starting and I am following the walkthrough, but the results don't seem to be registering on the stats view bar.

You don't have permission to view the spoiler content. Log in or register now.
So the tracker works fine. There is a problem with Jessica as she is referenced as Jules and Jessica in the script with different variables, which I had forgotten about until I got back into the script to look at it. I will fix it in the next update, but for now, Jessica will not track correctly.
 
  • Heart
Reactions: Elhemeer
Oct 14, 2021
260
89
114
I think there is a bug on the part choosing to take kyuw's offer on your phone when you are not in the friend path of bob. It shows an exception error but I can still accept the offer because of todd urging to reconsider the choice which I didn't made.
 

SteelyDan14

President of the "Free Roams Suck Society"
Modder
Donor
Jan 13, 2018
1,808
8,279
718
I think there is a bug on the part choosing to take kyuw's offer on your phone when you are not in the friend path of bob. It shows an exception error but I can still accept the offer because of todd urging to reconsider the choice which I didn't made.
It sounds like a problem with the AVN and not this MOD, but can you post the exception and I can take a look at it?
 
Oct 14, 2021
260
89
114
It sounds like a problem with the AVN and not this MOD, but can you post the exception and I can take a look at it?
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/chapter-03.rpy", line 1365, in script
menu:
File "game/phone.rpy", line 108, in execute
File "game/phone.rpy", line 108, in execute
File "game/phone.rpy", line 116, in execute
File "game/phone.rpy", line 116, in keywords
File "game/phone.rpy", line 117, in keywords
File "game/phone.rpy", line 117, in <module>
AttributeError: 'contacts' object has no attribute 'first'

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

Full traceback:
File "game/chapter-03.rpy", line 1365, in script
menu:
File "renpy/ast.py", line 1688, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "renpy/exports.py", line 1060, in menu
rv = renpy.store.menu(new_items)
File "renpy/exports.py", line 1296, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3737, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3737, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/phone.rpy", line 108, in execute
File "game/phone.rpy", line 108, in execute
File "game/phone.rpy", line 116, in execute
File "game/phone.rpy", line 116, in keywords
File "game/phone.rpy", line 117, in keywords
File "game/phone.rpy", line 117, in <module>
AttributeError: 'contacts' object has no attribute 'first'
 
Oct 14, 2021
260
89
114
Also I can't get the liz scene where you get to be fwb on day 7. It just skips through to the aimee scene at the basketball court.
 

SteelyDan14

President of the "Free Roams Suck Society"
Modder
Donor
Jan 13, 2018
1,808
8,279
718
Also I can't get the liz scene where you get to be fwb on day 7. It just skips through to the aimee scene at the basketball court.
I'm not sure what to tell you. I always am friends with Bob so I never had that problem. I will say I was able to recreate the problem when I was not on his friend route. Since it worked on his route, then there must be a problem with the code and not the MOD. The only other thing we can try is to do a fresh install and run it without the mod and see if we get the same error.

I am downloading it now and will try it in the morning as it 10:30 here on the west coast.
 

SteelyDan14

President of the "Free Roams Suck Society"
Modder
Donor
Jan 13, 2018
1,808
8,279
718
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/chapter-03.rpy", line 1365, in script
menu:
File "game/phone.rpy", line 108, in execute
File "game/phone.rpy", line 108, in execute
File "game/phone.rpy", line 116, in execute
File "game/phone.rpy", line 116, in keywords
File "game/phone.rpy", line 117, in keywords
File "game/phone.rpy", line 117, in <module>
AttributeError: 'contacts' object has no attribute 'first'

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

Full traceback:
File "game/chapter-03.rpy", line 1365, in script
menu:
File "renpy/ast.py", line 1688, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "renpy/exports.py", line 1060, in menu
rv = renpy.store.menu(new_items)
File "renpy/exports.py", line 1296, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3737, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3737, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/phone.rpy", line 108, in execute
File "game/phone.rpy", line 108, in execute
File "game/phone.rpy", line 116, in execute
File "game/phone.rpy", line 116, in keywords
File "game/phone.rpy", line 117, in keywords
File "game/phone.rpy", line 117, in <module>
AttributeError: 'contacts' object has no attribute 'first'
Well, it is indirectly my fault. It is a problem with the code and not the MOD, but I must be using a .rpy file prior to a fix. Anyway, if you copy these files into your game folder, it should solve the problem.
 

Pif paf

Engaged Member
Feb 5, 2018
3,375
2,479
451
View attachment 4342104

Overview:
This is a simple MultiMod providing cheat functionality and adds a fully unlocked scene replay gallery,
Includes walk-thru guidance and tips to play this AVN your way.
I am always oped to suggestions, so please let me know if you have any thoughts or suggestions on what you would like to see.

Cheat Menu is accessible on the Quick Menu at the bottom of the screen while playing.

Updated: 02/25/2025
Game/Creator: Mastering the Pink Box / Studio 68 Games!
Modder: SteelyDan14 aka Geekbone /
Mod Version: v0.09a
Game Version: v0.09
Language: English

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

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

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


Download: -

While not difficult, these MODS take a lot of time to create and maintain.
I do this for fun, but I would love a cup of coffee!


A list of all my active MODs can be found on my
My code is always free and anyone is welcome to use it without restrictions.
My code is 95% Ren'py with about 5% Python so it is easy to learn and use.​
Hi, game got updated! TYVM for your mod!