gemini20xx

Member
Oct 17, 2017
373
371
I hope we get an update with a few more scenes with a few hot scenes with Jazz and Valerie soon!
Seconded for Valerie, I'm interested in seeing how she's been changed story-wise from the original seeing how it looks her life went to shit BEFORE Danny started going ghost.
 
  • Thinking Face
Reactions: drone4of2

Games&Games

Active Member
May 7, 2023
557
329
Hello can anyone tell me what's new here:

Added 6 new Maddie-related events with a lot of animated scenes and poses.
Added 1 new event for Ember.
Added 1 new event for Desir

Because I've already scoured the entire gallery and redid the last two episodes and I haven't seen anything new?
 

tooalone11

Newbie
Aug 28, 2018
39
23
for me the main menu isn't loading. it pops an error every time

Code:
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
Fri Jun 30 00:26:01 2023
 

gemini20xx

Member
Oct 17, 2017
373
371
Added 6 new Maddie-related events with a lot of animated scenes and poses.
Added 1 new event for Ember.
Added 1 new event for Desir
The Maddie events are redos of older scenes save for one of her jogging, along with her sprite having been changed. Ember and Desiree's new events are each of them sharing the bathroom with Danny.
 

motherfucker

Newbie
Aug 18, 2017
30
23
for me the main menu isn't loading. it pops an error every time

Code:
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
Fri Jun 30 00:26:01 2023
It happed to me too, for me it was because I had the main menu2 set from a game before the update. Ignore it for now and when you unlock the main menu2 though game play it will fix itself
 

Sparhawker

Active Member
Mar 23, 2022
733
202
is there a walkthrough mod of any sort for the latest version? The link for WT on the first page says only up to 0.7.6...I was already on 0.8.1 and gave it some time to get updates in place
 
Jan 3, 2021
342
430
I'm unable to trigger Maddie's scene #12 in Chapter 7. According to the walkthrough: If all of Maddie’s scenes were obtained in Episode 6 there will be a scene in the kitchen, choose to have breakfast and stay home to unlock. Well I do meet the requirements and the scene isn't triggering.
 

Some_Guy86

Member
Apr 12, 2023
121
169
RobertJones mentioned they are focusing on Breeding Farm. Imo Amity park is the better of the two games.
Exactly, and agreed. Unfortunately, it is very difficult (read: impossible) to find 2D artists who would do this sort of work for basically free of charge. IDK, I'm not sure if they are paying their staff or not since the game is basically free & relies on donations instead of paywall system, but one way or another they need to find someone passionate & devoted to drawing who would be willing to do this for the amount they (devs) can afford.

Until then, Amity Park will be on hold, and we probably won't be seeing another update for at least a year or so. Actually, it's already been one year between that last update & the one before, so it is only safe to assume that the next update won't come out until some time in 2024.

Edit
Thought I'd point this one out, even though it is already pretty much obvious to everyone. The reason why most RenPy games look alike is because they all share the same (or similar) assets. Locations, characters, etc ... it is all obtained from the same source and that is what most of these adult games do. Sometimes the author will simply change character's hair style, or facial expression but in most case scenarios they will look more or less the same.

And this is a huge problem for Amity Park, since the entire game is unique, uses unique drawing style & animations. You cannot simply take the school for example or the park from another game & use it for Amity Park as it wouldn't make any sense. Which is why they need to make their own, and this takes a LOT of time. It is basically the entire game made from scratch, using all original art & drawings that's inspired by Danny Phantom cartoon.
 
Last edited:

bluesyobject

New Member
May 11, 2021
2
0
hey anyone know where im supposed to find tucker in "I wish you the best" after visiting kate? hes not showing up anywhere
 
3.70 star(s) 61 Votes