- Feb 18, 2021
- 185
- 522
After the prom, in the solo Amie path this happen :My Walkthrough, Cheat and BugFix Mod
So I've given this game my mod treatment. I've included 2 versions, a minimal version which has just the rpy files and the images for the incest patch and a semi-release version built on Ren'Py 7.4.6 which includes both Linux and Windows 32bit/64bit binaries. This should also help with those needing better hardware compatibility.
This release includes:
Built in Walkthrough (gives hints where to go next, highlights best option in green to advance the character and/or story), cheats and more bugfixes Built on top of the incest patch (with 2 hints during the game of when to activate it) and the bugfix mods from Penfold Mole Over 1000 lines of dialogue changes including:
Additional grammar and sentence structure fixes Partial un-Britify the dialogue that was making the dialogue cringy instead of Euro-American Toning down the dev's overuse of calling the males idiots and the females bitches with better dialogue Changed whore to slut when slut was the correct word in English More coherent dialogue when needed
And moreYou don't have permission to view the spoiler content. Log in or register now.
Install directions:
For the minimum version, just extract in the same folder as the game's exe.
For the Ren'Py 7.4.6 you will need to extract the zip file somewhere and copy some files and folders from the original game into the new game's "game" folder. List of needed files and folders included in the rar file.
The minimum version:
Mega: Mega
Zippyshare:You must be registered to see the links
The release version (Linux & Windows 32bit/64bit) from here:
Mega: Mega
Zippyshare:You must be registered to see the links
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/finals.rpy", line 5, in script
call screen final_amie_1()
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/finals.rpy", line 135, in execute
screen final_amie_1():
File "game/finals.rpy", line 135, in execute
screen final_amie_1():
File "game/finals.rpy", line 138, in execute
text "[brian] went to Amie's place that night." text_align 0.5 xmaximum 1200 size 42 outlines [(absolute(1), "#5b5b5b", absolute(0), absolute(0))] at t_bottom
File "game/finals.rpy", line 138, in keywords
text "[brian] went to Amie's place that night." text_align 0.5 xmaximum 1200 size 42 outlines [(absolute(1), "#5b5b5b", absolute(0), absolute(0))] at t_bottom
File "game/finals.rpy", line 138, in <module>
text "[brian] went to Amie's place that night." text_align 0.5 xmaximum 1200 size 42 outlines [(absolute(1), "#5b5b5b", absolute(0), absolute(0))] at t_bottom
NameError: name 't_bottom' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/finals.rpy", line 5, in script
call screen final_amie_1()
File "renpy/ast.py", line 2009, in execute
self.call("execute")
File "renpy/ast.py", line 1997, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3057, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", 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 3276, 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 3693, 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 3693, 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/finals.rpy", line 135, in execute
screen final_amie_1():
File "game/finals.rpy", line 135, in execute
screen final_amie_1():
File "game/finals.rpy", line 138, in execute
text "[brian] went to Amie's place that night." text_align 0.5 xmaximum 1200 size 42 outlines [(absolute(1), "#5b5b5b", absolute(0), absolute(0))] at t_bottom
File "game/finals.rpy", line 138, in keywords
text "[brian] went to Amie's place that night." text_align 0.5 xmaximum 1200 size 42 outlines [(absolute(1), "#5b5b5b", absolute(0), absolute(0))] at t_bottom
File "game/finals.rpy", line 138, in <module>
text "[brian] went to Amie's place that night." text_align 0.5 xmaximum 1200 size 42 outlines [(absolute(1), "#5b5b5b", absolute(0), absolute(0))] at t_bottom
NameError: name 't_bottom' is not defined
Any fix ?