AcTePuKc

Member
Dec 2, 2020
126
121
I'm having a problem launching the game.
The image "CoxBeautyEmporium.png" is where it should be.

View attachment 4946377


##########################################################


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Mods/coxSluttery/coxSlutteryDefinitionsAndFunctions.rpy", line 282, in script
$ coxBeautyEmporium = Location("Cox Beauty Emporium", "coxEmporiumScreen", "Cox/coxSluttery/CoxBeautyEmporium.png")
File "game/Mods/coxSluttery/coxSlutteryDefinitionsAndFunctions.rpy", line 282, in <module>
$ coxBeautyEmporium = Location("Cox Beauty Emporium", "coxEmporiumScreen", "Cox/coxSluttery/CoxBeautyEmporium.png")
File "game/Classes/Logic_Classes/Location.rpy", line 8, in __init__
ClickableImage.__init__(self, background_image, screen_position = screen_position, name = name, *args, **kwargs)
File "game/Classes/Display_Classes/ClickableBase.rpy", line 52, in __init__
self.image_size = renpy.image_size(starting_image)
OSError: Couldn't find file 'LocationImages/Cox/coxSluttery/CoxBeautyEmporium.png'.

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

Full traceback:
File "game/Mods/coxSluttery/coxSlutteryDefinitionsAndFunctions.rpy", line 282, in script
$ coxBeautyEmporium = Location("Cox Beauty Emporium", "coxEmporiumScreen", "Cox/coxSluttery/CoxBeautyEmporium.png")
File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/Mods/coxSluttery/coxSlutteryDefinitionsAndFunctions.rpy", line 282, in <module>
$ coxBeautyEmporium = Location("Cox Beauty Emporium", "coxEmporiumScreen", "Cox/coxSluttery/CoxBeautyEmporium.png")
File "game/Classes/Logic_Classes/Location.rpy", line 8, in __init__
ClickableImage.__init__(self, background_image, screen_position = screen_position, name = name, *args, **kwargs)
File "game/Classes/Display_Classes/ClickableBase.rpy", line 52, in __init__
self.image_size = renpy.image_size(starting_image)
File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\exports\displayexports.py", line 755, in image_size
surf = im.load()
File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\display\im.py", line 788, in load
raise e
File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\display\im.py", line 738, in load
filelike = renpy.loader.load(self.filename, directory="images")
File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\loader.py", line 686, in load
raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'LocationImages/Cox/coxSluttery/CoxBeautyEmporium.png'.

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.4.24120703
A Very Full House 0.35.4
Sun Jun 15 17:28:27 2025
```

##########################################################

I click ignore...and there...

##########################################################

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

While running game code
  File gameModscoxSlutterycoxSlutteryDefinitionsAndFunctions.rpy, line 297, in script
    $ DeliveryGuy_store = ClickablePerson(DeliveryGuy Offmap, DeliveryGuy, imagesCoxcoxSlutteryDeliveryGuy_1_Standing, location = coxBeautyEmporium, live2d_height = 0.8,  screen_position = (1200, 850),
  File gameModscoxSlutterycoxSlutteryDefinitionsAndFunctions.rpy, line 297, in module
    $ DeliveryGuy_store = ClickablePerson(DeliveryGuy Offmap, DeliveryGuy, imagesCoxcoxSlutteryDeliveryGuy_1_Standing, location = coxBeautyEmporium, live2d_height = 0.8,  screen_position = (1200, 850),
NameError name 'coxBeautyEmporium' is not defined

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

Full traceback
  File gameModscoxSlutterycoxSlutteryDefinitionsAndFunctions.rpy, line 297, in script
    $ DeliveryGuy_store = ClickablePerson(DeliveryGuy Offmap, DeliveryGuy, imagesCoxcoxSlutteryDeliveryGuy_1_Standing, location = coxBeautyEmporium, live2d_height = 0.8,  screen_position = (1200, 850),
  File DCACIncoming1 - Jeux- AA Very FullHouseV0.35.4renpyast.py, line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File DCACIncoming1 - Jeux- AA Very FullHouseV0.35.4renpypython.py, line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File gameModscoxSlutterycoxSlutteryDefinitionsAndFunctions.rpy, line 297, in module
    $ DeliveryGuy_store = ClickablePerson(DeliveryGuy Offmap, DeliveryGuy, imagesCoxcoxSlutteryDeliveryGuy_1_Standing, location = coxBeautyEmporium, live2d_height = 0.8,  screen_position = (1200, 850),
NameError name 'coxBeautyEmporium' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.4.24120703
A Very Full House 0.35.4
Sun Jun 15 173519 2025
[code]

############################################################

I click ignore...and there

The game crashes

############################################################
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00start.rpy", line 211, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 388, in script
    with None
  File "renpy/common/00start.rpy", line 211, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 388, in script
    with None
KeyError: 'x52Overlay'

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

Full traceback:
  File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\bootstrap.py", line 359, in bootstrap
    renpy.main.main()
  File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\main.py", line 652, in main
    run(restart)
  File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\main.py", line 148, in run
    renpy.execution.run_context(True)
  File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\execution.py", line 958, in run_context
    context.run()
  File "renpy/common/00start.rpy", line 211, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 388, in script
    with None
  File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
  File "renpy/common/00start.rpy", line 211, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 388, in script
    with None
  File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\ast.py", line 1367, in execute
    renpy.exports.with_statement(trans, paired=paired)
  File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\exports\statementexports.py", line 257, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\display\core.py", line 1574, in do_with
    self.with_none()
  File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\display\core.py", line 1601, in with_none
    for layer, d in self.compute_scene(scene_lists).items():
  File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\display\core.py", line 1785, in compute_scene
    root.layers[layer] = rv[layer]
KeyError: 'x52Overlay'

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.4.24120703
A Very Full House 0.35.4
Sun Jun 15 17:39:07 2025

#############################################################

Any solution?
Why are you using outdated mod? CarinaCox had to take break and the mod is not updated for the latest versions - so some functions WILL break the game.
 

Spurrea

Newbie
Jan 22, 2018
71
12
Dang, looks like i lost my previous versions. Have to start all over. Any saves for me that work with 35.4?

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

While running game code:
  File "renpy/common/00action_file.rpy", line 499, in __call__
    renpy.load(fn)
AttributeError: Can't get attribute 'coxClothing' on <renpy.python.StoreModule object at 0x0000000004949130>

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "X:\games\AVeryFullHouse-0.35.4-pc\AVeryFullHouse-0.35.4-pc\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "X:\games\AVeryFullHouse-0.35.4-pc\AVeryFullHouse-0.35.4-pc\renpy\python.py", line 1178, 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 "X:\games\AVeryFullHouse-0.35.4-pc\AVeryFullHouse-0.35.4-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "X:\games\AVeryFullHouse-0.35.4-pc\AVeryFullHouse-0.35.4-pc\renpy\display\core.py", line 2215, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "X:\games\AVeryFullHouse-0.35.4-pc\AVeryFullHouse-0.35.4-pc\renpy\display\core.py", line 3286, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "X:\games\AVeryFullHouse-0.35.4-pc\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "X:\games\AVeryFullHouse-0.35.4-pc\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "X:\games\AVeryFullHouse-0.35.4-pc\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "X:\games\AVeryFullHouse-0.35.4-pc\AVeryFullHouse-0.35.4-pc\renpy\display\screen.py", line 791, in event
    rv = self.child.event(ev, x, y, st)
  File "X:\games\AVeryFullHouse-0.35.4-pc\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "X:\games\AVeryFullHouse-0.35.4-pc\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1526, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "X:\games\AVeryFullHouse-0.35.4-pc\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 285, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "X:\games\AVeryFullHouse-0.35.4-pc\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "X:\games\AVeryFullHouse-0.35.4-pc\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1526, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "X:\games\AVeryFullHouse-0.35.4-pc\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 285, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "X:\games\AVeryFullHouse-0.35.4-pc\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "X:\games\AVeryFullHouse-0.35.4-pc\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 285, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "X:\games\AVeryFullHouse-0.35.4-pc\AVeryFullHouse-0.35.4-pc\renpy\display\behavior.py", line 1182, in event
    return handle_click(self.clicked)
  File "X:\games\AVeryFullHouse-0.35.4-pc\AVeryFullHouse-0.35.4-pc\renpy\display\behavior.py", line 1103, in handle_click
    rv = run(action)
  File "X:\games\AVeryFullHouse-0.35.4-pc\AVeryFullHouse-0.35.4-pc\renpy\display\behavior.py", line 401, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 499, in __call__
    renpy.load(fn)
  File "X:\games\AVeryFullHouse-0.35.4-pc\AVeryFullHouse-0.35.4-pc\renpy\loadsave.py", line 837, in load
    roots, log = loads(log_data)
  File "X:\games\AVeryFullHouse-0.35.4-pc\AVeryFullHouse-0.35.4-pc\renpy\compat\pickle.py", line 104, in loads
    return load(io.BytesIO(s))
  File "X:\games\AVeryFullHouse-0.35.4-pc\AVeryFullHouse-0.35.4-pc\renpy\compat\pickle.py", line 101, in load
    return up.load()
  File "X:\games\AVeryFullHouse-0.35.4-pc\AVeryFullHouse-0.35.4-pc\renpy\compat\pickle.py", line 97, in find_class
    return super().find_class(module, name)
AttributeError: Can't get attribute 'coxClothing' on <renpy.python.StoreModule object at 0x0000000004949130>

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
A Very Full House 0.35.4
Sun Jun 15 23:35:20 2025
 

osanaiko

Engaged Member
Modder
Jul 4, 2017
3,143
6,049
I'm having a problem launching the game.
The image "CoxBeautyEmporium.png" is where it should be.
That's not part of the base game, it's in a Mod.
Either you've installed it wrong, or the Mod is broken.

> "The image "CoxBeautyEmporium.png" is where it should be."
Clearly it isn't, because that's what the error message is saying.

Talk to the mod creator.
 

sebastiansaint1

New Member
Jan 10, 2021
2
1
I'm having a problem launching the game.
The image "CoxBeautyEmporium.png" is where it should be.

View attachment 4946377


##########################################################


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Mods/coxSluttery/coxSlutteryDefinitionsAndFunctions.rpy", line 282, in script
$ coxBeautyEmporium = Location("Cox Beauty Emporium", "coxEmporiumScreen", "Cox/coxSluttery/CoxBeautyEmporium.png")
File "game/Mods/coxSluttery/coxSlutteryDefinitionsAndFunctions.rpy", line 282, in <module>
$ coxBeautyEmporium = Location("Cox Beauty Emporium", "coxEmporiumScreen", "Cox/coxSluttery/CoxBeautyEmporium.png")
File "game/Classes/Logic_Classes/Location.rpy", line 8, in __init__
ClickableImage.__init__(self, background_image, screen_position = screen_position, name = name, *args, **kwargs)
File "game/Classes/Display_Classes/ClickableBase.rpy", line 52, in __init__
self.image_size = renpy.image_size(starting_image)
OSError: Couldn't find file 'LocationImages/Cox/coxSluttery/CoxBeautyEmporium.png'.

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

Full traceback:
File "game/Mods/coxSluttery/coxSlutteryDefinitionsAndFunctions.rpy", line 282, in script
$ coxBeautyEmporium = Location("Cox Beauty Emporium", "coxEmporiumScreen", "Cox/coxSluttery/CoxBeautyEmporium.png")
File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/Mods/coxSluttery/coxSlutteryDefinitionsAndFunctions.rpy", line 282, in <module>
$ coxBeautyEmporium = Location("Cox Beauty Emporium", "coxEmporiumScreen", "Cox/coxSluttery/CoxBeautyEmporium.png")
File "game/Classes/Logic_Classes/Location.rpy", line 8, in __init__
ClickableImage.__init__(self, background_image, screen_position = screen_position, name = name, *args, **kwargs)
File "game/Classes/Display_Classes/ClickableBase.rpy", line 52, in __init__
self.image_size = renpy.image_size(starting_image)
File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\exports\displayexports.py", line 755, in image_size
surf = im.load()
File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\display\im.py", line 788, in load
raise e
File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\display\im.py", line 738, in load
filelike = renpy.loader.load(self.filename, directory="images")
File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\loader.py", line 686, in load
raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'LocationImages/Cox/coxSluttery/CoxBeautyEmporium.png'.

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.4.24120703
A Very Full House 0.35.4
Sun Jun 15 17:28:27 2025
```

##########################################################

I click ignore...and there...

##########################################################

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

While running game code
  File gameModscoxSlutterycoxSlutteryDefinitionsAndFunctions.rpy, line 297, in script
    $ DeliveryGuy_store = ClickablePerson(DeliveryGuy Offmap, DeliveryGuy, imagesCoxcoxSlutteryDeliveryGuy_1_Standing, location = coxBeautyEmporium, live2d_height = 0.8,  screen_position = (1200, 850),
  File gameModscoxSlutterycoxSlutteryDefinitionsAndFunctions.rpy, line 297, in module
    $ DeliveryGuy_store = ClickablePerson(DeliveryGuy Offmap, DeliveryGuy, imagesCoxcoxSlutteryDeliveryGuy_1_Standing, location = coxBeautyEmporium, live2d_height = 0.8,  screen_position = (1200, 850),
NameError name 'coxBeautyEmporium' is not defined

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

Full traceback
  File gameModscoxSlutterycoxSlutteryDefinitionsAndFunctions.rpy, line 297, in script
    $ DeliveryGuy_store = ClickablePerson(DeliveryGuy Offmap, DeliveryGuy, imagesCoxcoxSlutteryDeliveryGuy_1_Standing, location = coxBeautyEmporium, live2d_height = 0.8,  screen_position = (1200, 850),
  File DCACIncoming1 - Jeux- AA Very FullHouseV0.35.4renpyast.py, line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File DCACIncoming1 - Jeux- AA Very FullHouseV0.35.4renpypython.py, line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File gameModscoxSlutterycoxSlutteryDefinitionsAndFunctions.rpy, line 297, in module
    $ DeliveryGuy_store = ClickablePerson(DeliveryGuy Offmap, DeliveryGuy, imagesCoxcoxSlutteryDeliveryGuy_1_Standing, location = coxBeautyEmporium, live2d_height = 0.8,  screen_position = (1200, 850),
NameError name 'coxBeautyEmporium' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.4.24120703
A Very Full House 0.35.4
Sun Jun 15 173519 2025
[code]

############################################################

I click ignore...and there

The game crashes

############################################################
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00start.rpy", line 211, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 388, in script
    with None
  File "renpy/common/00start.rpy", line 211, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 388, in script
    with None
KeyError: 'x52Overlay'

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

Full traceback:
  File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\bootstrap.py", line 359, in bootstrap
    renpy.main.main()
  File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\main.py", line 652, in main
    run(restart)
  File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\main.py", line 148, in run
    renpy.execution.run_context(True)
  File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\execution.py", line 958, in run_context
    context.run()
  File "renpy/common/00start.rpy", line 211, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 388, in script
    with None
  File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
  File "renpy/common/00start.rpy", line 211, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 388, in script
    with None
  File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\ast.py", line 1367, in execute
    renpy.exports.with_statement(trans, paired=paired)
  File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\exports\statementexports.py", line 257, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\display\core.py", line 1574, in do_with
    self.with_none()
  File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\display\core.py", line 1601, in with_none
    for layer, d in self.compute_scene(scene_lists).items():
  File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\display\core.py", line 1785, in compute_scene
    root.layers[layer] = rv[layer]
KeyError: 'x52Overlay'

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.4.24120703
A Very Full House 0.35.4
Sun Jun 15 17:39:07 2025

#############################################################

Any solution?
the CoxBeautyEmporium.png is located in the "game\images\Cox\coxSluttery" directory. But the mod is looking for it here "game\images\LocationImages\Cox\coxSluttery". So create the correct file path and copy the .png file to the correct location.
 
  • Like
Reactions: Hitotih

Fartballs82$

New Member
Oct 22, 2024
3
3
Honestly this is one of the fun-est porn games that I've played. I like the grind aspect just wish it had some animated scenes (I now it's a work in progress)

Does anyone have any recommendations that pla like this game?
 

osanaiko

Engaged Member
Modder
Jul 4, 2017
3,143
6,049
Honestly this is one of the fun-est porn games that I've played. I like the grind aspect just wish it had some animated scenes (I now it's a work in progress)

Does anyone have any recommendations that pla like this game?
To be honest there aren't many that I can name - this style of game with multiple overlapping quests and continual resource allocation/task management are unusual because implementing them is very high effort.

There were some Japanese games back in the 2000s that had a similar vibe but damned if I can remember the names of any. These days most of the Japanese pro market seems to be titles that are like VNs, where the spend goes into the graphics and not building custom game play.

Actually, thinking more about it there's a number of others that I spent good long fap sessions playing through to get all the ero scenes:
- the first Zombie Retreat had a lot of gameplay to get the rewards.
- "The Twist" perhaps had a similar feeling of grind->reward.
- Struggle with Sin has an epic amount of content that you can get to, and to get it all you need a lot of game time but it's not too grindy.
- Corruption Town is a bit uneven but does have an interesting and complex minigame with escalating corruption.
- And while not exactly the same, i recall that enjoying the first few years of updates to SummertimeSaga also scratched a similar itch for me.

You might get more idea searching the threads in General: e.g. link to a search for threads with "gameplay" in the title

UPDATE:

Just remembered a good one:
- News Desk by Pygora: a Maledom corruption story with a fairly challenging card battle game at the core. Great writing and story beats.
 
Last edited:
4.10 star(s) 64 Votes