- Jan 15, 2018
- 1,545
- 6,228
is it possible to start the A New Frienemy quest in this build if so any idea how to trigger it all i get is ??? in the questlog.
You can skip all the chapters right from the beginning when you first start the new game, there is no need for savegames unless you want to play through all the 8 chapters (which I did).old saves maybe dont work do the dev know the pain of lv up mc combat at least they should put a save to skip the gameplay from beggin.
I personally think that the answer is definitely yes, worth playing. Let's face it, you may never get another chance to play new update again.How is game now? Is it worth playing? I didn't played since remake/rework.
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 Apr 14 20:26:53 2023
same here, id rather have the old version than whatever the hell they are trying to make with the story and hopefully not ruining it foreverI'm really disappointed. Usually you wait for updates to see new scenes, but here you wait about a year... and minus scenes with Maddie, questionable redrawing...
Too bad the first sex scene with Maddie was removed(at Vlad's mansion). I don't really like the way this whole thing is going. i'll keep the old wersion, and probably I won't wait much for the new updates
I keep repeating myself over and over to the point where I'm sounding like a broken record. Apart from that one, single scene at Vlad's house, they haven't removed anything from the game ... it still has more or less the same content as before. More content actually, since there are now two more additional scenes with Desiree & Ember.what version should i play to get the most content? it sounds like the current one cut some scenes.
Remove all the previous saved games (including the ones from your "User\AppData" folder) and try again. It doesn't work with old saves.Man the game got erro in the main menu someone is having the same here my traceback:
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 Apr 14 20:26:53 2023
Thank you, I was worried since I kept reading that stuff was removed/change so I wanted to be sure which one gives the most.I keep repeating myself over and over to the point where I'm sounding like a broken record. Apart from that one, single scene at Vlad's house, they haven't removed anything from the game ... it still has more or less the same content as before. More content actually, since there are now two more additional scenes with Desiree & Ember.
That being said, if you prefer the older animation over the current one, then you should stay with 0.9.5.
Yes, they removed three previous animations/sex scenes with Maddie but they replaced them with new ones. The only exception is the first one, at Vlad's house - instead of having sex with her, Danny will suck on her breast before they get interrupted by the bear-like ghost.Thank you, I was worried since I kept reading that stuff was removed/change so I wanted to be sure which one gives the most.
you're mistaken there buckaroo, the doggy style and cowgirl scenes were cut with no replacements, along with alot of mini interactions like her confident and spicy dialogue or the post fuck spank, all the cut content against what we got accumulates to less contentI keep repeating myself over and over to the point where I'm sounding like a broken record. Apart from that one, single scene at Vlad's house, they haven't removed anything from the game ... it still has more or less the same content as before. More content actually, since there are now two more additional scenes with Desiree & Ember.
That being said, if you prefer the older animation style over the current one, then you should stay with 0.9.5.
Remove all the previous saved games (including the ones from your "User\AppData" folder) and try again. It doesn't work with old saves.
personally im torn, i think i like the new art more but not at the cost of the old attention to details and fluidity and speed of the old animationsI acutally like the new art style quite a bit more.
I'm having an issue where after the fight with ember, I can't go to sleep, the game wants me to repeat the bus stop thing again. Whaddo I do?