GustavoGanz
Member
- May 23, 2023
- 344
- 536
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.
Aimee and Jenn slut as well as Jenn sub would be cool to determine in the cheat screens tooI 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.
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.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
Oh, my bad. ThanksThe latest version of the MOD has Slut added to Aimee
Then why do some choices concerning Jenn say [+ Jenn Slut]?but Jenn does not have a slut stat yet. She does have a submissive stat and that has been added.
Because I am an idiot.Then why do some choices concerning Jenn say [+ Jenn Slut]?
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.Because I am an idiot.
Nvm, I was mistaken. It was just the sub and lust pointsActually, 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.
Okay... I am checking now.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.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.
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 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.
I'm sorry, but an uncaught exception occurred.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 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.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.
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.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'