• We will be performing maintenance to upgrade some of our forum tools. During this time, the site will remain online, but you may encounter some errors until the maintenance is complete. The report and search functions will be unavailable until the maintenance is complete.

    Maintenance is expected to last up to 4 hours.

    The maintenance window will start on Thursday, 2024/07/04, at: 1:00 PM GMT / 3:00 PM CEST / 9:00 AM EDT / 6:00 AM PDT / 12:00 AM AEDT

    Thank you for your patience.

cents2kk

Newbie
Dec 16, 2021
97
59
>prostitution & romance tag
is it possible to not make them whore themselves out?

and also how much content?
 
Last edited:
  • Haha
Reactions: ZagorTeNay

Aeriys

Member
Apr 23, 2017
203
102
Trying to access the travel map from any other place than villa and bordello main rooms produces a Ren'Py error. Since I've travelled to one of the outlying provinces that only have town square and market locations, I'm now stuck in place.

3.2.72br8

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

While running game code:
  File "sdk/renpy/common/00gamemenu.rpy", line 173, in script
  File "sdk/renpy/common/00gamemenu.rpy", line 173, in <module>
  File "game/_engine/travel_menu.rpy", line 254, in execute
  File "game/_engine/travel_menu.rpy", line 254, in execute
  File "game/_engine/travel_menu.rpy", line 277, in execute
  File "game/_engine/travel_menu.rpy", line 305, in execute
  File "game/_engine/travel_menu.rpy", line 307, in execute
  File "game/_engine/travel_menu.rpy", line 307, in <module>
  File "game/_engine/travel_menu.rpy", line 231, in calcMap
ValueError: <store.Character_Obj object at 0x00000000116d4310>(Kreon) is not in list

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

Full traceback:
  File "sdk/renpy/common/00gamemenu.rpy", line 173, in script
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "sdk/renpy/common/00gamemenu.rpy", line 173, in <module>
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, 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 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/_engine/travel_menu.rpy", line 254, in execute
  File "game/_engine/travel_menu.rpy", line 254, in execute
  File "game/_engine/travel_menu.rpy", line 277, in execute
  File "game/_engine/travel_menu.rpy", line 305, in execute
  File "game/_engine/travel_menu.rpy", line 307, in execute
  File "renpy/ast.py", line 189, in evaluate
    kwargs[k] = renpy.python.py_eval(v, locals=scope)
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/_engine/travel_menu.rpy", line 307, in <module>
  File "game/_engine/travel_menu.rpy", line 231, in calcMap
ValueError: <store.Character_Obj object at 0x00000000116d4310>(Kreon) is not in list

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Patronus 3.2.72br8
Fri Jul 22 13:11:11 2022
```
 

Kartmaster

Newbie
Sep 17, 2017
56
86
Real happy to see this one back in development, always loved this one, yea it is a bit grindy in places but love the artwork and the way it is presented. Only gripe is that it is a bit laggy in the markets but can live with that. I had to start a fresh game as my old saves from a year ago would not work so not sure where the new stuff is at, but really looking forward to the future with this one.
 

Kavalor

Member
Jan 29, 2021
446
431
>prostitution & romance tag
is it possible to not make them whore themselves out?
its theoretically possible, but as you are a brothel owner who tries to save his family by running this disreputable business , it kind of defeats the purpose if you don't whore them out.
 

dvemail

Member
Game Developer
May 9, 2017
342
998
Trying to access the travel map from any other place than villa and bordello main rooms produces a Ren'Py error. Since I've travelled to one of the outlying provinces that only have town square and market locations, I'm now stuck in place.

3.2.72br8

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

While running game code:
  File "sdk/renpy/common/00gamemenu.rpy", line 173, in script
  File "sdk/renpy/common/00gamemenu.rpy", line 173, in <module>
  File "game/_engine/travel_menu.rpy", line 254, in execute
  File "game/_engine/travel_menu.rpy", line 254, in execute
  File "game/_engine/travel_menu.rpy", line 277, in execute
  File "game/_engine/travel_menu.rpy", line 305, in execute
  File "game/_engine/travel_menu.rpy", line 307, in execute
  File "game/_engine/travel_menu.rpy", line 307, in <module>
  File "game/_engine/travel_menu.rpy", line 231, in calcMap
ValueError: <store.Character_Obj object at 0x00000000116d4310>(Kreon) is not in list

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

Full traceback:
  File "sdk/renpy/common/00gamemenu.rpy", line 173, in script
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "sdk/renpy/common/00gamemenu.rpy", line 173, in <module>
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, 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 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/_engine/travel_menu.rpy", line 254, in execute
  File "game/_engine/travel_menu.rpy", line 254, in execute
  File "game/_engine/travel_menu.rpy", line 277, in execute
  File "game/_engine/travel_menu.rpy", line 305, in execute
  File "game/_engine/travel_menu.rpy", line 307, in execute
  File "renpy/ast.py", line 189, in evaluate
    kwargs[k] = renpy.python.py_eval(v, locals=scope)
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/_engine/travel_menu.rpy", line 307, in <module>
  File "game/_engine/travel_menu.rpy", line 231, in calcMap
ValueError: <store.Character_Obj object at 0x00000000116d4310>(Kreon) is not in list

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Patronus 3.2.72br8
Fri Jul 22 13:11:11 2022
```
what about from the planner instead of the map?
 

Aeriys

Member
Apr 23, 2017
203
102
what about from the planner instead of the map?
Planner works fine and doesn't throw any errors.
(You obviously still get stuck in a remote province since planner only allows local travel.)
Looking at the error, I think Kreon might not be with him... which is weird.
I've tried both having Kreon with me and leaving him in another location and trying to travel solo, didn't impact the error.
 

uterus

Newbie
Sep 14, 2018
68
24
is it possible to get a patron yet? iam having no luck so far.
also, i cant seem to advance "descent into infamy" with charis (can i retire her hubbi somehow?) and when i ask her to come to roma, she wants me to build a home which i have no idea how to do.
ive renovated both the bordello as well as the family home.


some of animations with the girls are bugged.
 
  • Like
Reactions: Necronlord3

Aeriys

Member
Apr 23, 2017
203
102
also, i cant seem to advance "descent into infamy" with charis (can i retire her hubbi somehow?) and when i ask her to come to roma, she wants me to build a home which i have no idea how to do.
ive renovated both the bordello as well as the family home.
End of content for this version.
 

bobodobo

Member
Jun 17, 2017
151
120
are there any cheats? money and everything
I don't want to grind, i just want to get some sexy time with my slaves
 
3.40 star(s) 23 Votes