sexypeanut

Well-Known Member
Jun 30, 2020
1,641
2,265
It would be nice if the game had a 'scorecard' where you mark which girls you're currently pursuing. That way, you can see which ones you'll skip in that playthrough
 
  • Like
Reactions: pika2018

hm4steve

Member
Oct 5, 2017
133
98
The game crashes as soon as it starts. The traceback.txt is enclosed. Any help would be appreciated.

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

While running game code:
File "game/code/base/screens.rpy", line 402, in execute
File "game/code/base/screens.rpy", line 402, in execute
File "game/code/base/screens.rpy", line 468, in execute
File "game/code/base/screens.rpy", line 469, in execute
File "game/code/base/screens.rpy", line 473, in execute
File "game/code/base/screens.rpy", line 474, in execute
File "game/code/base/screens.rpy", line 474, in keywords
File "game/code/base/screens.rpy", line 475, in <module>
File "game/code/base/helper_functions.rpy", line 30, in get_next_background
ValueError: u'gui/main_menu2.jpg' is not in list

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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3213, 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 3630, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3630, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/code/base/screens.rpy", line 402, in execute
File "game/code/base/screens.rpy", line 402, in execute
File "game/code/base/screens.rpy", line 468, in execute
File "game/code/base/screens.rpy", line 469, in execute
File "game/code/base/screens.rpy", line 473, in execute
File "game/code/base/screens.rpy", line 474, in execute
File "game/code/base/screens.rpy", line 474, in keywords
File "game/code/base/screens.rpy", line 475, in <module>
File "game/code/base/helper_functions.rpy", line 30, in get_next_background
ValueError: u'gui/main_menu2.jpg' is not in list

Windows-10-10.0.19041
Ren'Py 7.4.5.1648
Amity Park 0.9.6
Sat May 13 17:53:56 2023
```
 
Oct 8, 2021
95
49
The game crashes as soon as it starts. The traceback.txt is enclosed. Any help would be appreciated.

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

While running game code:
File "game/code/base/screens.rpy", line 402, in execute
File "game/code/base/screens.rpy", line 402, in execute
File "game/code/base/screens.rpy", line 468, in execute
File "game/code/base/screens.rpy", line 469, in execute
File "game/code/base/screens.rpy", line 473, in execute
File "game/code/base/screens.rpy", line 474, in execute
File "game/code/base/screens.rpy", line 474, in keywords
File "game/code/base/screens.rpy", line 475, in <module>
File "game/code/base/helper_functions.rpy", line 30, in get_next_background
ValueError: u'gui/main_menu2.jpg' is not in list

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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3213, 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 3630, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3630, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/code/base/screens.rpy", line 402, in execute
File "game/code/base/screens.rpy", line 402, in execute
File "game/code/base/screens.rpy", line 468, in execute
File "game/code/base/screens.rpy", line 469, in execute
File "game/code/base/screens.rpy", line 473, in execute
File "game/code/base/screens.rpy", line 474, in execute
File "game/code/base/screens.rpy", line 474, in keywords
File "game/code/base/screens.rpy", line 475, in <module>
File "game/code/base/helper_functions.rpy", line 30, in get_next_background
ValueError: u'gui/main_menu2.jpg' is not in list

Windows-10-10.0.19041
Ren'Py 7.4.5.1648
Amity Park 0.9.6
Sat May 13 17:53:56 2023
```
If you still have the last version or if it's even still in your recycle bin open it up, unlock the title screen background and switch it to the one where Maddie is clothed. That should work.
 
  • Like
Reactions: hm4steve

teetytreaty

New Member
Sep 15, 2020
5
7
For the mission A New Frienemy how do i get it started?
You have to finish the "Psycho Analysis" quest first. You can start this mission by going to school in the morning. The quest tracker will not show you the progress on this quest due to it not being coded properly to the game. At least it wasn't working for me when I went through it.
 

teetytreaty

New Member
Sep 15, 2020
5
7
Does anyone know how to get all the H-Scenes in the game? the current walkthrough guide is pretty outdated
Were you talking about this ? If show it still tells you how to get most of the quests properly. I think the only ones it doesn't tell you how to get are the two new bathroom scenes which you get by visiting the bathroom after you clear Episode 8 (You have to check through different times and days after completing Ep 8).
 

zzyyxx

Newbie
Jun 16, 2017
46
41
I saw online a video of maddie and danny doggystyle, but in the game it's nowhere to be found. As well, it seems like the walkthrough is a little incongruent with the game as I'm guessing things have been switched around? Is this scene still in the game or was it removed?

Also, as much as I really like the higher detailed scenes, I also kind of miss the more on model ones (ie the maddie cowgirl with jack scene)
 

Tal921

Newbie
Oct 30, 2019
60
37
I saw online a video of maddie and danny doggystyle, but in the game it's nowhere to be found. As well, it seems like the walkthrough is a little incongruent with the game as I'm guessing things have been switched around? Is this scene still in the game or was it removed?

Also, as much as I really like the higher detailed scenes, I also kind of miss the more on model ones (ie the maddie cowgirl with jack scene)
yes it was removed along with another maddie scene at Vlad's
 

Tal921

Newbie
Oct 30, 2019
60
37
you could have sex with Maddie at Vlads before this update you cant go that far in the new one and the sex scene you get back home isn't the same either its basically remade content with a bit a back splash and fresh paint
 

Knight

Member
Jul 7, 2017
487
1,183

The whole point of playing this game was because the art was dedicated to resembling the show's. If I wanted to fap to anime-style porn, I'd go for any other anime-style porn. And that's whats happening. AP's art might as well be any generic anime-style porn.
I have to agree with this, part of the appeal was how much it resembled the show but all the characters had this smug expression on them like they knew they were in a porn game. I haven't been keeping up with this so I don't know why they changed it but the old art-style was better.
 

RexyOwO

New Member
Dec 7, 2020
4
0
If you still have the last version or if it's even still in your recycle bin open it up, unlock the title screen background and switch it to the one where Maddie is clothed. That should work.
What if we've deleted it? Cause I get the same error but the old versions are long gone...
 

sirviper235

Active Member
Apr 21, 2017
736
968
I’m just going to repost this from last year because I still feel like a valid point is here…

You know as much as i love this game, i do feel it has a few problems. Not a whole lot, but a few.

1. I think it overuses Maddie a bit. She's great and i love her, but she maybe has a few too many scenes in game compared to the other girls.She does feel a bit at times like she was used just to give new scenes/filler for the sake of having it for the game. Not an issue but she is a bit overused compared to the others.

2. Some girls are very neglected like Sam. Whose storyline just...Doesn't fit with the rest of the game. Her story is more of a slow burn romance type thing, which would be great, but the rest of the game is more sexually charged and the girls are quite horny. As a result she kinda sticks out a bit as taking it just a bit TOO slow. Only by comparision to others mind you. Her story isn't bad or anything, but she's pretty neglected for unclear reasons. Most likey just cause quite frankly Sam is not very popular and not the most liked girl in the show. So people aren't exactly that interested in her. The devs seem to agree so far.

Jazz is starting to get content...Finnally. But not Sam. Despite some set ups for it. Some choices with her could of been nice even if they had consequenes like when she was prossed by Kitty.

3. The game has had several re-writes and removed scenes, which isn't neccecarly a bad thing. But does stick out. Such as how Paulina's story originally had her doing gloryhole stuff for money. Which honeslty was a weird, but not bad direction for her. But it's worth noting some scenes have been removed as they changed their mind on the direction. Honeslty i'm woundering if NTR was going to be a thing in this game...

4. Lastly, the art style change is...Well it's up to taste more than anything else.We can argue back and forth on if it's better or worse. But the change is still noticable and not that well implemented so far.there is an argument the original one was best as it was very similar to the shows style while the new one is more it's own thing with girls who just resemble the characters but as said. Up to taste.

These aren't major issues but still worth noting. Just wanted to voice them in a non hositle or angry manner for the devs.


Personal note as well. I wish they would introduce Dani soon as they have mentioned her in the past. I hope they do introduce her soon, even if she's aged up to Danny's age it could be quite fun for some self-cest to be in the game. As well as some pregnancy stuff even if just with the ghost girls as they spoke about before.

It is rather funny to note Danny doesn't really do the ghost girls in his ghost form yet for the most part.
 

sexypeanut

Well-Known Member
Jun 30, 2020
1,641
2,265
1. I think it overuses Maddie a bit. She's great and i love her, but she maybe has a few too many scenes in game compared to the other girls.She does feel a bit at times like she was used just to give new scenes/filler for the sake of having it for the game. Not an issue but she is a bit overused compared to the others.
I agree. She's clearly the fan favorite and it's in their interest to appeal to that crowd (especially the paying one). But... I don't care at all about her - I like other girls way more and would like to see more of them instead of Maddie. And I'm sure I'm not the only one.

2. Some girls are very neglected like Sam. Whose storyline just...Doesn't fit with the rest of the game. Her story is more of a slow burn romance type thing, which would be great, but the rest of the game is more sexually charged and the girls are quite horny. As a result she kinda sticks out a bit as taking it just a bit TOO slow. Only by comparision to others mind you. Her story isn't bad or anything, but she's pretty neglected for unclear reasons. Most likey just cause quite frankly Sam is not very popular and not the most liked girl in the show. So people aren't exactly that interested in her. The devs seem to agree so far.

Jazz is starting to get content...Finnally. But not Sam. Despite some set ups for it. Some choices with her could of been nice even if they had consequenes like when she was prossed by Kitty.
Regarding the roadmap they posted on Patreon a while ago, the next update would be focused on Sam and probably have the fuck scene with her. However, that was before they decided to start developing another game in parallel with this one and the lack of support for her certainly made them delay the update and focus on changing the art instead.

3. The game has had several re-writes and removed scenes, which isn't neccecarly a bad thing. But does stick out. Such as how Paulina's story originally had her doing gloryhole stuff for money. Which honeslty was a weird, but not bad direction for her. But it's worth noting some scenes have been removed as they changed their mind on the direction. Honeslty i'm woundering if NTR was going to be a thing in this game...
I've heard the backlash against NTR was quite strong early in the development and they've changed the game to have none of it.
 
3.70 star(s) 61 Votes