FeralChild

Member
Aug 13, 2017
193
123
206
Have you leveled up your ghost powers? I don't think they mention it in-game but you now get skill points each time you level up. You access the points on the avatar screen on the top left of your screen while (only available outside of combat and events).
If you don't have any skill points you're probably running on an old save and you need to start from the beginning. I started from chapter 2 forward and had no issues with the battles afterwards, even those you're "supposed" to lose.



Grats :p
lol that explains a lot. Thanks
how did you do that. can you put the console code place
Already forgot what it was. I think it was enemy_hp = x or set_enemy_hp = x
 

CreepPix

New Member
Jul 10, 2017
14
8
118
hello i have a problem and any help would be great. I get this error at the park scene when you first encounter the green octo ghost. Tried to redownload it 3 times. Didnt work. Any solution for this ?


Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' 'characters/Dash Baxter/Flip/dash f85.png'>:
  File "game/code/Paulina_Park_Attack_MZ.rpy", line 211, in <module>
IOError: Couldn't find file 'characters/Dash Baxter/Flip/dash f85.png'.

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

Full traceback:
  File "code/Paulina_Park_Attack_MZ.rpyc", line 211, in script
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\ast.py", line 881, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\python.py", line 1913, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/code/Paulina_Park_Attack_MZ.rpy", line 211, in <module>
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\exports.py", line 1360, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\display\core.py", line 3158, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\display\core.py", line 2075, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 487, in renpy.display.render.render_screen
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\display\image.py", line 500, in render
    return wrap_render(self.target, width, height, st, at)
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 235, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'characters/Dash Baxter/Flip/dash f85.png'.

Windows-7-6.1.7601-SP1
Ren'Py 7.1.3.1092
AmityPark 0.4.1
Sat Feb 02 21:16:07 2019
 
  • Like
Reactions: Lucifer111

Turkis

Member
Jul 17, 2017
322
673
315
hello i have a problem and any help would be great. I get this error at the park scene when you first encounter the green octo ghost. Tried to redownload it 3 times. Didnt work. Any solution for this ?


Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' 'characters/Dash Baxter/Flip/dash f85.png'>:
  File "game/code/Paulina_Park_Attack_MZ.rpy", line 211, in <module>
IOError: Couldn't find file 'characters/Dash Baxter/Flip/dash f85.png'.

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

Full traceback:
  File "code/Paulina_Park_Attack_MZ.rpyc", line 211, in script
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\ast.py", line 881, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\python.py", line 1913, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/code/Paulina_Park_Attack_MZ.rpy", line 211, in <module>
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\exports.py", line 1360, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\display\core.py", line 3158, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\display\core.py", line 2075, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 487, in renpy.display.render.render_screen
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\display\image.py", line 500, in render
    return wrap_render(self.target, width, height, st, at)
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 235, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "D:\games\VN\AmityPark-0.4.1-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'characters/Dash Baxter/Flip/dash f85.png'.

Windows-7-6.1.7601-SP1
Ren'Py 7.1.3.1092
AmityPark 0.4.1
Sat Feb 02 21:16:07 2019
There's a very simple fix for this that I found and haven't seen anyone post yet. If you haven't, download and do the following:

  1. Put UnRen in the Amity game folder (where the launcher is at)
  2. Open UnRen and enter 1, the "Extract RPA packages" choice in UnRen
  3. Click on the "game" folder
  4. Click on the "images" folder
  5. Click on the "Characters" folder
  6. Click on the "Dash Baxter" folder
  7. Rename the "Flip Statues" folder to "Flip"
And that should fix the park issue.
 

CreepPix

New Member
Jul 10, 2017
14
8
118
There's a very simple fix for this that I found and haven't seen anyone post yet. If you haven't, download and do the following:

  1. Put UnRen in the Amity game folder (where the launcher is at)
  2. Open UnRen and enter 1, the "Extract RPA packages" choice in UnRen
  3. Click on the "game" folder
  4. Click on the "images" folder
  5. Click on the "Characters" folder
  6. Click on the "Dash Baxter" folder
  7. Rename the "Flip Statues" folder to "Flip"
And that should fix the park issue.
:-O... That WORKeD! thank you very much kind sir/lady
 
  • Like
Reactions: Turkis

klitbutter

Newbie
Sep 15, 2017
21
21
93
I'm a guy, and no problem. This isn't the first game that renamed asset folders in the files and forgot to change the programming code.
Can I get a hand?
I had done what Turkis had mentioned, but, to no avail, I am still getting errors.
At a dead end.

Any Help?
 

Turkis

Member
Jul 17, 2017
322
673
315
NVM, I just said fuck it and copied dash f87.png, then renamed the copy to f85.png.
just a temp fix.
I don't know why you ran into problems. Once I changed the folder name from "Flip Statues" to "Flip", it ran fine for me. The only thing I can think of is that for some reason, your dash f85.png was either missing, named wrong or corrupted.

I'll upload the dash f85.png file I have from my files if you're interested in checking to see whether or not you have it.

And yeah, there were a few older Renpy games where my literal quick fix was just finding a random image and renaming it the missing image.
 

BadWolf71

Member
Jan 1, 2019
261
218
225
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' 'characters/Dash Baxter/Flip/dash f85.png'>:
  File "game/code/Paulina_Park_Attack_MZ.rpy", line 211, in <module>
IOError: Couldn't find file 'characters/Dash Baxter/Flip/dash f85.png'.

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

Full traceback:
  File "code/Paulina_Park_Attack_MZ.rpyc", line 211, in script
  File "F:\Saved Games\AmityPark-0.4.1-pc\AmityPark-0.4.1-pc\renpy\ast.py", line 881, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "F:\Saved Games\AmityPark-0.4.1-pc\AmityPark-0.4.1-pc\renpy\python.py", line 1913, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/code/Paulina_Park_Attack_MZ.rpy", line 211, in <module>
  File "F:\Saved Games\AmityPark-0.4.1-pc\AmityPark-0.4.1-pc\renpy\exports.py", line 1360, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "F:\Saved Games\AmityPark-0.4.1-pc\AmityPark-0.4.1-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\Saved Games\AmityPark-0.4.1-pc\AmityPark-0.4.1-pc\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "F:\Saved Games\AmityPark-0.4.1-pc\AmityPark-0.4.1-pc\renpy\display\core.py", line 3158, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "F:\Saved Games\AmityPark-0.4.1-pc\AmityPark-0.4.1-pc\renpy\display\core.py", line 2075, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 487, in renpy.display.render.render_screen
  File "render.pyx", line 235, in renpy.display.render.render
  File "F:\Saved Games\AmityPark-0.4.1-pc\AmityPark-0.4.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "F:\Saved Games\AmityPark-0.4.1-pc\AmityPark-0.4.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "F:\Saved Games\AmityPark-0.4.1-pc\AmityPark-0.4.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 235, in renpy.display.render.render
  File "F:\Saved Games\AmityPark-0.4.1-pc\AmityPark-0.4.1-pc\renpy\display\image.py", line 500, in render
    return wrap_render(self.target, width, height, st, at)
  File "F:\Saved Games\AmityPark-0.4.1-pc\AmityPark-0.4.1-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 235, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 235, in renpy.display.render.render
  File "F:\Saved Games\AmityPark-0.4.1-pc\AmityPark-0.4.1-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "F:\Saved Games\AmityPark-0.4.1-pc\AmityPark-0.4.1-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "F:\Saved Games\AmityPark-0.4.1-pc\AmityPark-0.4.1-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "F:\Saved Games\AmityPark-0.4.1-pc\AmityPark-0.4.1-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'characters/Dash Baxter/Flip/dash f85.png'.

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
AmityPark 0.4.1
Sat Feb 02 15:58:22 2019
Sorry to say but, this error is back in v0.4.1. If I'm reading it correctly, it's an error when trying to flip Dash's 2d image? Anyway, just thought I would let you know that this error is back during the first fight at the park.
 

Nightless

Active Member
Jan 13, 2018
617
651
300
Yeah bug at the park was not nice but after that great game really. And NEED more of Sam I just love her character :D
 

XXI

Newbie
Jan 21, 2018
47
36
197
Noobie here. Is the game still in the teasing/blue balling stage or has it finally reach (and pass) a home run scene?
 

Mistress_Kixen

Engaged Member
Jun 12, 2017
2,466
1,965
389
Noobie here. Is the game still in the teasing/blue balling stage or has it finally reach (and pass) a home run scene?
There is some sexual content now and there are some scenes where our young halfa gets laid.
 
  • Like
Reactions: XXI

Belnick

Engaged Member
Sep 3, 2018
2,683
1,297
347
Again, I think you need to actually click Episode 5. The old game saves won't have jumps to just head into new content. You have start brand new on any episode from the main menu for the game to comply to the new content.
yea a shame, had to cheat code all my money back again, meeh, but worked by starting from new and episode 5, thx
 

BadWolf71

Member
Jan 1, 2019
261
218
225
How, exactly, do you use the cheats? I understand that I have to use Danny's computer but, where do I type the cheats in at on his computer?
 

Morah SDG

Development Consultant & Revision's Supervisor
Game Developer
Feb 10, 2018
2,330
7,005
747
How, exactly, do you use the cheats? I understand that I have to use Danny's computer but, where do I type the cheats in at on his computer?
Computer>Amity Park App>Text Bar under the locked/unlocked H-scenes present. Type the cheat out, verbatim, then press "Enter", don't click the arrow.
 

DarkAsylum

New Member
Jan 30, 2019
1
0
0
Another newbie here. I feel a bit weird about Jazz's eyebrows in the game, they're orange whereas in the series she has black eyebrows. Just a small observation that still a bit strange to me xD

EDIT: Um... what's this?
1549304761884.png

I don't have this problem with 0.3.2 :S
 

Morah SDG

Development Consultant & Revision's Supervisor
Game Developer
Feb 10, 2018
2,330
7,005
747
Another newbie here. I feel a bit weird about Jazz's eyebrows in the game, they're orange whereas in the series she has black eyebrows. Just a small observation that still a bit strange to me xD

EDIT: Um... what's this?
View attachment 238721

I don't have this problem with 0.3.2 :S
Just hit ignore a good number of times, we still haven't put out a version (Other than a beta Android version) that corrects this.
 
3.50 star(s) 70 Votes