VN Ren'Py Completed Battle of the Bulges [v1.0] [EpicLust]

4.40 star(s) 127 Votes

zapallbugs

Engaged Member
Jul 10, 2018
2,199
2,468
When replacing the Game folder with the Game folder of the incest patch, i get this:
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 273, in script
python:
ScriptError: could not find label 'start'.

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

Full traceback:
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/36708603-81D1-4D1E-A632-A40660930E73/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/bootstrap.py", line 313, in bootstrap
renpy.main.main()
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/36708603-81D1-4D1E-A632-A40660930E73/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/main.py", line 520, in main
run(restart)
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/36708603-81D1-4D1E-A632-A40660930E73/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/main.py", line 139, in run
renpy.execution.run_context(True)
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/36708603-81D1-4D1E-A632-A40660930E73/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/execution.py", line 889, in run_context
context.run()
File "renpy/common/00start.rpy", line 273, in script
python:
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/36708603-81D1-4D1E-A632-A40660930E73/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/script.py", line 886, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'start'.

Darwin-19.4.0-x86_64-i386-64bit
Ren'Py 7.2.0.424

Mon May 11 17:11:53 2020
Just to be sure, you did not remove the original game folder, did you? You should just put the contents of the patch game folder into the original game folder, overwriting the contents of the duplicate files and leaving everything else in place. The traceback suggest you removed something you shouldn't have removed.
 

dahobo

Member
Jul 24, 2018
189
94
Just to be sure, you did not remove the original game folder, did you? You should just put the contents of the patch game folder into the original game folder, overwriting the contents of the duplicate files and leaving everything else in place. The traceback suggest you removed something you shouldn't have removed.
Well, i've tried replacing the original game folder with the patch, which is what got me this error. I've also tried opening both folders, and copying the contents of the patch folder, to the original game folder. This should only add contents from the patch to the game. But, it does rewrite certain files in the game folder. I think that's caused me problems in the past, but i'm trying it again now.
 

dahobo

Member
Jul 24, 2018
189
94
And doing that, got me this:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'Day1/blackscreen.jpg'>:
File "renpy/common/00start.rpy", line 198, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 442, in script
$ __gl_test()
File "renpy/common/00gltest.rpy", line 442, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 359, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 384, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
IOError: Couldn't find file 'Day1/blackscreen.jpg'.

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

Full traceback:
File "renpy/common/00start.rpy", line 198, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 442, in script
$ __gl_test()
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/ast.py", line 896, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/python.py", line 1929, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00gltest.rpy", line 442, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 359, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 384, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/display/core.py", line 2687, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/display/core.py", line 3171, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/display/core.py", line 2083, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 516, in renpy.display.render.render_screen
File "render.pyx", line 244, in renpy.display.render.render
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/display/layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/display/layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/display/layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
File "render.pyx", line 244, in renpy.display.render.render
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/display/image.py", line 500, in render
return wrap_render(self.target, width, height, st, at)
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/display/image.py", line 306, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/display/im.py", line 580, in render
return cache.get(self, render=True)
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/display/im.py", line 266, in get
surf = image.load()
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/display/im.py", line 625, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'Day1/blackscreen.jpg'.

Darwin-19.4.0-x86_64-i386-64bit
Ren'Py 7.2.0.424
Battle of the Bulges 0.8
Mon May 11 18:33:55 2020
 

drhotrod

Active Member
Aug 18, 2019
689
501
So does Jose always manage to fuck someone first? Cuz every walkthru I use has him fucking first.
Jose gets random points during game play. That is why you have to save often, maybe 3-4 times each day. If by chance he still gets one, roll back and make a save, then reload.
 

EpicLust

Dev of Cockham Superheroes
Game Developer
May 30, 2017
3,749
7,112
Jose gets random points during game play. That is why you have to save often, maybe 3-4 times each day. If by chance he still gets one, roll back and make a save, then reload.
Also, the aim of the game is to fuck more girls before José, not to fuck ALL the girls before José (although that is an "achievement" in the game). So it's not the end of the world when he scores once or twice...
 

zapallbugs

Engaged Member
Jul 10, 2018
2,199
2,468
And doing that, got me this:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'Day1/blackscreen.jpg'>:
File "renpy/common/00start.rpy", line 198, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 442, in script
$ __gl_test()
File "renpy/common/00gltest.rpy", line 442, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 359, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 384, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
IOError: Couldn't find file 'Day1/blackscreen.jpg'.

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

Full traceback:
File "renpy/common/00start.rpy", line 198, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 442, in script
$ __gl_test()
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/ast.py", line 896, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/python.py", line 1929, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00gltest.rpy", line 442, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 359, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 384, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/display/core.py", line 2687, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/display/core.py", line 3171, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/display/core.py", line 2083, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 516, in renpy.display.render.render_screen
File "render.pyx", line 244, in renpy.display.render.render
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/display/layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/display/layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/display/layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
File "render.pyx", line 244, in renpy.display.render.render
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/display/image.py", line 500, in render
return wrap_render(self.target, width, height, st, at)
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/display/image.py", line 306, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/display/im.py", line 580, in render
return cache.get(self, render=True)
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/display/im.py", line 266, in get
surf = image.load()
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/display/im.py", line 625, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "/private/var/folders/kj/p2qr64n16639510rz_28nfmc0000gn/T/AppTranslocation/9A25DBCC-60B4-4ECC-B114-BF2E8EF7632F/d/BattleoftheBulges.app/Contents/Resources/autorun/renpy/loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'Day1/blackscreen.jpg'.

Darwin-19.4.0-x86_64-i386-64bit
Ren'Py 7.2.0.424
Battle of the Bulges 0.8
Mon May 11 18:33:55 2020
It sounds like you have borked the game reasonably bad. Best to start over with a clean install. Then you add the contents of the patch game folder to the main game folder, overwiting files with the same name that are already there. Do not remove anything else. Certainly do no remove the main game directory.
 

dahobo

Member
Jul 24, 2018
189
94
It sounds like you have borked the game reasonably bad. Best to start over with a clean install. Then you add the contents of the patch game folder to the main game folder, overwiting files with the same name that are already there. Do not remove anything else. Certainly do no remove the main game directory.
Hmm.. That was a clean a install. I dled the game,and the patch. Show contents of the game, navigate to the Game folder, open it, open the game folder of the patch, and move all its contents to the main game folder. That should only rewrite necessary files, and not remove anything else. I certainly didn't remove the game folder. Does that sound correct to you? Currently, i have a clean install of the game which works (w/o incest), and the patch. I haven't repeated this process again yet.
 

zapallbugs

Engaged Member
Jul 10, 2018
2,199
2,468
Hmm.. That was a clean a install. I dled the game,and the patch. Show contents of the game, navigate to the Game folder, open it, open the game folder of the patch, and move all its contents to the main game folder. That should only rewrite necessary files, and not remove anything else. I certainly didn't remove the game folder. Does that sound correct to you? Currently, i have a clean install of the game which works (w/o incest), and the patch. I haven't repeated this process again yet.
The process you describe sounds right. But somehow something went wrong. Both the problems you report are about something missing. The first was about not finding label start: that should be in script.rpy. The second is about a missing .jpg. Unfortunately I can't look inside your machine to get further clues. Btw the missing .jpg should't be fatal. Was there no option to ignore that?
 

dahobo

Member
Jul 24, 2018
189
94
The process you describe sounds right. But somehow something went wrong. Both the problems you report are about something missing. The first was about not finding label start: that should be in script.rpy. The second is about a missing .jpg. Unfortunately I can't look inside your machine to get further clues. Btw the missing .jpg should't be fatal. Was there no option to ignore that?
I'll have to check again, but if i remember correctly, ignoring got me another error, and ignoring that shut down the game. Thanks for taking the time!
 

zapallbugs

Engaged Member
Jul 10, 2018
2,199
2,468
I'll have to check again, but if i remember correctly, ignoring got me another error, and ignoring that shut down the game. Thanks for taking the time!
Sounds like you still have a game that is corrupted. Ignoring one missing picture should not get you another error, and certainly not one that kills the game.
 
Last edited:
  • Like
Reactions: dahobo

Irgendwie Irgendwo

Engaged Member
Jun 30, 2018
2,799
3,428
I am following the posted walkthrough and ran into trouble. On Wednesday / Day 3 during the trip to the waterfall I let Maria know about the plant, she identifies it. However, I do not get a choice if I want to pick it or not, she just tells me it's protected, would fetch some value on the black market and I get -1 Laura lust because of the smell. In the cave with Teagan and Maria, but get their +3 lust, but none of them epic lust, so no fucking there. On the way back with Viviane the MC cannot identify the flower and there is no choice to pick it up, he only mentions that Professor Titsworthy will not be interested in it because of the smell. At 14:00 I get the message that Jose fucked Teagan.

Question: What could have gone wrong there, as - according to the WT - I was clearly instructed to fuck both teachers and get the flower. Maybe some variables have changed between versions 0.7 and 0.8? I would be grateful for some pointers (other than tampering with variables, since I don't do Un'Ren). Thanks in advance.
 
Last edited:

drhotrod

Active Member
Aug 18, 2019
689
501
I am following the posted walkthrough and ran into trouble. On Wednesday / Day 3 during the trip to the waterfall I let Maria know about the plant, she identifies it. However, I do not get a choice if I want to pick it or not, she just tells me it's protected, would fetch some value on the black market and I get -1 Laura lust because of the smell. In the cave with Teagan and Maria, but get their +3 lust, but none of them epic lust, so no fucking there. On the way back with Viviane the MC cannot identify the flower and there is no choice to pick it up, he only mentions that Professor Titsworthy will not be interested in it because of the smell. At 14:00 I get the message that Jose fucked Teagan.

Question: What could have gone wrong there, as - according to the WT - I was clearly instructed to fuck both teachers and get the flower. Maybe some variables have changed between versions 0.7 and 0.8? I would be grateful for some pointers (other than tampering with variables, since I don't do Un'Ren). Thanks in advance.
Did you read the book on Day 3 at 14:00 when you came across the nerdy girl in the library? If you don't do this you cannot pick up the flower.
 

yokito85

Newbie
Aug 19, 2018
18
6
Just one question or maybe I missed a part in the game, what happened with the French girl? that was a kind of mystery for me and, after finishing the game, I had the feeling her story was not closed or explained (or even did not get fucked :p)
 

Irgendwie Irgendwo

Engaged Member
Jun 30, 2018
2,799
3,428
Did you read the book on Day 3 at 14:00 when you came across the nerdy girl in the library? If you don't do this you cannot pick up the flower.
Well the walkthrough for Day 3 says, "14:00 library, meet nerdy girl", nothing else. So I guess I did not. However, doesn't reading the book advance the time one hour (which means I can't do anything else at 14:00 and everything else gets pushed back)? Unless I can take it home and read it at 22:00 where is just says "Play smutty game".

I continued on btw, and it seems I was lacking a point with Laura and Nikki too, as there was no action with them on Day 4 at the cursing and after the spider respectively.
 

EpicLust

Dev of Cockham Superheroes
Game Developer
May 30, 2017
3,749
7,112
Just one question or maybe I missed a part in the game, what happened with the French girl? that was a kind of mystery for me and, after finishing the game, I had the feeling her story was not closed or explained (or even did not get fucked :p)
She's just a random NPC, no need for her to have a "story", she's more part of the "history" of the island (bilingual, etc...)
 

drhotrod

Active Member
Aug 18, 2019
689
501
Well the walkthrough for Day 3 says, "14:00 library, meet nerdy girl", nothing else. So I guess I did not. However, doesn't reading the book advance the time one hour (which means I can't do anything else at 14:00 and everything else gets pushed back)? Unless I can take it home and read it at 22:00 where is just says "Play smutty game".

I continued on btw, and it seems I was lacking a point with Laura and Nikki too, as there was no action with them on Day 4 at the cursing and after the spider respectively.
There are two outcomes with the nerdy girl. There is the touching scene which costs an hour and the second path rejects her causing the MC to read the book with no time loss.

https://f95zone.to/threads/battle-of-the-bulges-v0-8-epiclust.5528/post-3443264
here is a link black to my WT that explains each step.
 
  • Like
Reactions: EpicLust

Irgendwie Irgendwo

Engaged Member
Jun 30, 2018
2,799
3,428

TheErzats

New Member
Jun 18, 2017
4
0
Hello. I have a problem. I follow Zapallbugs' walkthrough but when i reach the end of day 7, after doing the threesome with Nikki and Chantelle, i go to sleep immediately after that and i have an error about the credit saying i'm missing a file "Icons/credits.png" but i use the latest version and the anti-anticheat doesn't remove anything if i remember correctly.
bugday7.PNG
 
4.40 star(s) 127 Votes