4.20 star(s) 33 Votes

DA22

Devoted Member
Jan 10, 2018
8,051
16,605
alright so after playing it the Harem tag might need to be dropped since its going more the way of a dating sim.

if it was to go Harem route another day would probably need to be added between the party/date choice and meeting up with dad. after that the Claudina bar date could happen right after the Jeni date. but yeah for me this update seems to solidify it as a dating sim game.

but yeah at this point i have to ask if this game is in fact a harem game or not? if its not thats ok i just dont wanna get invested in the story if its not.

also i think you should put the characters thoughts in parenthesis or something cause it kinda throws the dialogue off when you dont know when they're thinking something and when they're speaking out loud.

lastly someone mentioned describing a sex scene. i'll be honest i can go either way. for me if the scene was animated it would work just with that. but as it is i could go either way.
Yeah branching paths and meaningful choices have their advantages and disadvantages. They are much harder to code, one main reason there are so many harem games, on the other hand branches can add replayability. That last only really if the branches differ enough and are not for 95% same except for a few sex scenes. Then a player is better off if can see those in a gallery, the amount of extra work involved in that for rendering and writing is too much for most single devs though. Maybe when the 3090 is widely available finally for intended price that may change a bit.

For most devs I would warn against too much early branching paths and locking scenes behind branches since it will make content seem overly sparse unless as a player you play all paths in a wip or dev is able to render insane amounts of content. :)
 

Look-see

Engaged Member
Aug 19, 2018
2,921
5,317
Yeah branching paths and meaningful choices have their advantages and disadvantages. They are much harder to code, one main reason there are so many harem games, on the other hand branches can add replayability. That last only really if the branches differ enough and are not for 95% same except for a few sex scenes. Then a player is better off if can see those in a gallery, the amount of extra work involved in that for rendering and writing is too much for most single devs though. Maybe when the 3090 is widely available finally for intended price that may change a bit.

For most devs I would warn against too much early branching paths and locking scenes behind branches since it will make content seem overly sparse unless as a player you play all paths in a wip or dev is able to render insane amounts of content. :)
yeah maybe it bugs me just cause i rarely replay a game. i just want one cannon playthrough then im done most of the time. some games have pulled off me doing multiple playthroughs but thats usually before i realize theres no harem ending and have gone too far to stop.

if im lucky someone will make a gallery mod at some point with an unlock mod/cheat mod.:LOL:
 
  • Like
Reactions: genthrow

Spyderwraith

Well-Known Member
Jul 21, 2017
1,137
882
so i try and save and.... this also happens when i start a new game:


I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'gui/game_menu.png'>:
IOError: Couldn't find file 'gui/game_menu.png'.

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

Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
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_load_save.rpym", line 35, in <module>
$ 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 3101, 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 3611, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2441, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transition.py", line 368, in render
top = render(self.new_widget, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/screen.py", line 681, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 607, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 271, in get
surf = image.load()
File "renpy/display/im.py", line 688, in load
raise e
IOError: Couldn't find file 'gui/game_menu.png'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
UndercoverLove Episode4
Mon Jun 28 02:44:21 2021
 

KoGa3

Engaged Member
Modder
Donor
Aug 14, 2018
2,933
29,599
so i try and save and.... this also happens when i start a new game:


I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'gui/game_menu.png'>:
IOError: Couldn't find file 'gui/game_menu.png'.

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

Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
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_load_save.rpym", line 35, in <module>
$ 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 3101, 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 3611, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2441, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transition.py", line 368, in render
top = render(self.new_widget, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/screen.py", line 681, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 607, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 271, in get
surf = image.load()
File "renpy/display/im.py", line 688, in load
raise e
IOError: Couldn't find file 'gui/game_menu.png'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
UndercoverLove Episode4
Mon Jun 28 02:44:21 2021
A quick solution: copy in the folder "...\UndercoverLove-Episode4-pc\game\gui\" the file "main_menu.png" to "game_menu.png"
 
  • Like
Reactions: ▌Gin ▐

Rudrig

Member
Apr 23, 2018
407
207
A quick solution: copy in the folder "...\UndercoverLove-Episode4-pc\game\gui\" the file "main_menu.png" to "game_menu.png"
In that folder there is a "game_menu.jpg" you can "save as" png with windows paint too. For me it worked.
 
Feb 11, 2018
94
491
Undercover Love [Episode 4B] Unofficial Android Port -

Undercover Love [Episode 4A] Unofficial Android Port with Sam2504 Walkthrough Mod - pending


Allow Storage Permission for Persistent Saves - Even after uninstalling the game, the saves will remain intact

* This is a compressed android port *

You can reach me here -
 
Last edited:

EZ8lt

Engaged Member
Dec 24, 2019
2,440
5,338
Well, this update was a letdown. First you're being forced to go A or B, then the dates themselves are anticlimatic. Jen date has nothing, while the Claudia one ends with a BJ.
 

CoomerKing

Sup
Donor
Jan 8, 2018
231
1,412
Think I'll just wait for the sasha update, only reason I play this game (sorry for the projecting).
 

RabidSloth

Well-Known Member
Dec 4, 2018
1,080
1,367
Not gonna lie, I'm a bit of a weirdo with my h-games. 9/10 of the ones I download and keep have the incest kink. It's pretty much the first tag that I look for. Obviously this one doesn't have it, and I'm guessing it probably won't if there hasn't been a patch by now. But looking at those character models... I may just have to try the game out anyway lol :coffee:
 

Sam2504

Member
Modder
Jan 11, 2021
160
1,938
Hey guys i hope you all are fine .
Guys i will like to share my points cheat mod and walkthrough mod of the latest version.
I didnot add gallery mod due to some errors in game once they get remove i will add gallery mod.
Here is mod:


Here is my discord link where i port and mod game regularly. Feel free to join me there:
 

Hornyowl

Active Member
Jun 4, 2020
712
638
If there are multiple routes for the various girls, it would be nice if the dev could include the ability to name the saves.
 
4.20 star(s) 33 Votes