SirPEEPEE

Member
May 10, 2018
223
37
im more or less conused about the mechanics of the game, I manage to get the girls' skills to renowned yet somehow they are still giving poor services somehow, is due obedience or something?
 

dvemail

Member
Game Developer
May 9, 2017
342
998
We're going to track down the 'merchant' error and we're also going to do a quick new content release. Stay tuned.
 

BupoTiling03-Retired

Well-Known Member
Modder
Jul 21, 2018
1,341
1,892
Is there any plans to make this game playable in the Mac format?
I created a small 7z archive to bring Linux support (automatically takes care of ini protection). If I had a Mac, I could try for that, but you'd never see me buying Intel or Mac (or Winedows for that matter, though there may or may not be an installation somewhere...).
dvemail If you want, I can write a Linux-compatible DRM piece so you could include Linux support OOB (Out of Box for those who don't know). I already know what algorithm you use to for the inixxs.
 
Jun 19, 2019
2
0
Tried everything on the thread but no luck, help?
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/_engine/inventory.rpy", line 1, in <module>
File "game/libs/config_parser/ConfigParser.rpy", line 85, in dict_from_config_file
Exception: Couldn't find file 'db/rules.ini'.

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

Full traceback:
File "_engine/inventory.rpyc", line 1, in script
File "C:\Games\Patronus\a3.2.5\renpy\ast.py", line 2106, in execute
value = renpy.python.py_eval_bytecode(self.code.bytecode)
File "C:\Games\Patronus\a3.2.5\renpy\python.py", line 2028, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/_engine/inventory.rpy", line 1, in <module>
File "game/libs/config_parser/ConfigParser.rpy", line 85, in dict_from_config_file
File "C:\Games\Patronus\a3.2.5\renpy\loader.py", line 649, in transfn
raise Exception("Couldn't find file '%s'." % name)
Exception: Couldn't find file 'db/rules.ini'.

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Patronus Trunk
Tue Sep 29 15:10:50 2020
 

dvemail

Member
Game Developer
May 9, 2017
342
998
We are working on a patch release in combination with some added stuff, please stay tuned. For those who are seeing the 'rules' or other ini file problems, your install is being broken by something out of our control we think.
 

Malata

Newbie
Apr 13, 2018
49
23
Is Kana (the girl after Maeve in the cage) actually available for purchase? Is so, how do you go about unlocking her?
Many months ago I was able to purchase her in an older release. But she needs medicine which is expensive otherwise she dies.
So make sure your business runs good before you buy her.
 

Malata

Newbie
Apr 13, 2018
49
23
I have an other error. It happens when I want to travel back to Rome later in the game.

Code:
While running game code:
  File "renpy/common/000statements.rpy", line 414, in execute_pause
    renpy.with_statement(Pause(delay))
  File "game/_engine/travel_menu.rpy", line 82, in execute
  File "game/_engine/travel_menu.rpy", line 82, in execute
  File "game/_engine/travel_menu.rpy", line 87, in execute
  File "game/_engine/travel_menu.rpy", line 123, in execute
  File "game/_engine/travel_menu.rpy", line 144, in execute
  File "game/_engine/travel_menu.rpy", line 145, in execute
  File "game/_engine/travel_menu.rpy", line 145, in keywords
  File "game/_engine/travel_menu.rpy", line 243, in calcMap
AttributeError: 'NoneType' object has no attribute 'name'

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

Full traceback:
  File "_engine/main_engine.rpyc", line 651, in script
  File "S:\Patronus\a3.2.5\renpy\ast.py", line 1947, in execute
    self.call("execute")
  File "S:\Patronus\a3.2.5\renpy\ast.py", line 1935, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "S:\Patronus\a3.2.5\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 414, in execute_pause
    renpy.with_statement(Pause(delay))
  File "S:\Patronus\a3.2.5\renpy\exports.py", line 1592, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "S:\Patronus\a3.2.5\renpy\display\core.py", line 2248, in do_with
    clear=clear)
  File "S:\Patronus\a3.2.5\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "S:\Patronus\a3.2.5\renpy\display\core.py", line 3091, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "S:\Patronus\a3.2.5\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "S:\Patronus\a3.2.5\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "S:\Patronus\a3.2.5\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "S:\Patronus\a3.2.5\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "S:\Patronus\a3.2.5\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "S:\Patronus\a3.2.5\renpy\display\core.py", line 3091, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "S:\Patronus\a3.2.5\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "S:\Patronus\a3.2.5\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/_engine/travel_menu.rpy", line 82, in execute
  File "game/_engine/travel_menu.rpy", line 82, in execute
  File "game/_engine/travel_menu.rpy", line 87, in execute
  File "game/_engine/travel_menu.rpy", line 123, in execute
  File "game/_engine/travel_menu.rpy", line 144, in execute
  File "game/_engine/travel_menu.rpy", line 145, in execute
  File "game/_engine/travel_menu.rpy", line 145, in keywords
  File "<screen language>", line 145, in <module>
  File "game/_engine/travel_menu.rpy", line 243, in calcMap
AttributeError: 'NoneType' object has no attribute 'name'

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Patronus Trunk
Thu Oct 01 20:43:20 2020
 

mamaboiii

Active Member
Oct 13, 2018
538
1,592
Many months ago I was able to purchase her in an older release. But she needs medicine which is expensive otherwise she dies.
So make sure your business runs good before you buy her.
I think you mixed them up. The girl you need the doctor for is Maeve. But the girl after Maeve, Kana, cannot be bought yet (at least I couldn't).
 

Malata

Newbie
Apr 13, 2018
49
23
I think you mixed them up. The girl you need the doctor for is Maeve. But the girl after Maeve, Kana, cannot be bought yet (at least I couldn't).
Ah okay, I didn't see her now. Who knows if I will ever be able to, because of this error :D
 

BupoTiling03-Retired

Well-Known Member
Modder
Jul 21, 2018
1,341
1,892
Linux support has been supplied, it just needs testing now and an update to a file from stock to bring back compatibility with any platform. You'll probably need to wait for a release from the developers.

If someone has a Mac (why on earth anyone would, beyond me...) then support could be preliminarily added for it. May take a little back and forth downloading of around 15MB to test some things.

Technically there is Android compatibility because of the Linux port (would need to make a modification) but it'd require a bit more work to port because it'd be a ton of work re-doing the UI and such just for touch.
 
Last edited:
  • Like
Reactions: mamaboiii

AddictedTT

Member
Feb 22, 2018
213
111
So i have 3 slaves in my bordello and they are all trained on everything for renowned. But I can't seem to progress the main quest to "become a man of note in roma". I also trained inlico countless times and socialising... so how the hell can I advance this quest? :(
 

BupoTiling03-Retired

Well-Known Member
Modder
Jul 21, 2018
1,341
1,892
So i have 3 slaves in my bordello and they are all trained on everything for renowned. But I can't seem to progress the main quest to "become a man of note in roma". I also trained inlico countless times and socialising... so how the hell can I advance this quest? :(
Game isn't complete..
 

RogMR

Member
Sep 21, 2019
179
557
Ye but people already have fourth slave called Maeve I believe? so How do I achieve that? :(
Maeve was only available to me around August (in-game).
Go to the slave market once a week. At some point Maeve will be down, sick, and you can buy her. And hire medics to take care of her.
Alfidia will tell you to go to the Forum to ask for authorization to hire doctors.
 
Last edited:

ss_kk

Newbie
Oct 16, 2020
30
14
I subscribed and downloaded the "3.2.5 r2" version from subscribestar / mega, which is the same size as the one listed here, on the 1st page. However, the "about" menu lists the game as "build A3.2.1". Is this just an oversight in the about page, or I haven't downloaded the right thing?

Also:
- it's been asked a number of times but haven't found a reply - is there a blowjob activity, like the pic on the first page? because I cannot find it on either 3 slaves
- Inga and the persian slave only have "bath", "massage" and "boobjob" / "handjob" available - is this correct, or can they learn additional activities? (e.g. vaginal)
- the clothing customizer really should be included in the actual game

Thanks!
 
  • Love
Reactions: Kendra
3.40 star(s) 23 Votes