Ren'Py Brothel King [v0.3] [Goldo]

4.60 star(s) 48 Votes

Silito13

Member
Aug 9, 2016
199
96
On mac (after the patch) I am getting "The application can't be opened" error. Any help for those running it on mac
 
Jun 13, 2018
26
6
Does anybody know the console command for getting a specific item(s)? And just to add, any other useful console commands that anybody can share here? Thanks in advance.
 

DougTheC

Member
Oct 15, 2018
387
221
On mac (after the patch) I am getting "The application can't be opened" error. Any help for those running it on mac
This could unfortunately be the result of my editing the Mac install pack on Windows to change a file, which could have messed up file execute permissions.

Here are some fixes that worked on other games. Note the Mac version is relatively unsupported.





https://f95zone.to/threads/true-bond-ch-1-part-4-cloudlet.78538/post-5470769

https://f95zone.to/threads/panthea-act-2-v0-5-0-cracked-leave2gether.63320/post-6497379

 

Jman9

Engaged Member
Jul 17, 2019
2,295
965
wanting to replace a girls pack with another pretty much
As in, replacing an existing girl's pack with another? That would be a lot of fiddling around. The recommended procedure is to dump your old girl and get a new one using the desired pack. Either honestly, via the HH mod, or using the instructions here.

Edit: Or maybe not. Try this (console, one line at a time!):
Code:
MC.girls[X].fullname                         # (to find out which X she corresponds to, including 0)
MC.girls[X].pack_name = "[new pack name]"    # (exact directory name, discarding [ ] but not " ")
MC.girls[X].path = "[new pack name]"
Now use the 'Repair girl/MC pictures button. You may run into trouble if you've already messed with your packs somehow, and it now catches up with you.
 
Last edited:
  • Like
Reactions: __neronero

morty2301

Member
Oct 9, 2018
373
214
As in, replacing an existing girl's pack with another? That would be a lot of fiddling around. The recommended procedure is to dump your old girl and get a new one using the desired pack. Either honestly, via the HH mod, or using the instructions here.

Edit: Or maybe not. Find your girl and try this (one line at a time!):
Code:
MC.girls[X].fullname                         # (to find out which X she corresponds to, including 0)
MC.girls[X].pack_name = "[new pack name]"    # (exact directory name, discarding [ ] but not " " and presuming you're not using girl mix directories)
MC.girls[X].path = "[new pack name]"
Now use the 'Repair girl/MC pictures button. You may run into trouble if you've already messed with your packs somehow, and it now catches up with you.
what do you mean one line at a time, like run the game each time I change the line or what? also what does that mean I may run into trouble if I've already messed with my packs (which I haven't really)
 

Jman9

Engaged Member
Jul 17, 2019
2,295
965
what do you mean one line at a time, like run the game each time I change the line or what?
No, copy one line, press return, then repeat. Don't copy the entire code box at once, as quite a few people have done.

also what does that mean I may run into trouble if I've already messed with my packs (which I haven't really)
It's just to cover my ass, really. E.g. if you've gone and deleted a pack before, running 'repair' might delete a girl you don't want to delete. But probably not, especially if you have not messed with anything.
 
  • Like
Reactions: morty2301

morty2301

Member
Oct 9, 2018
373
214
No, copy one line, press return, then repeat. Don't copy the entire code box at once, as quite a few people have done.


It's just to cover my ass, really. E.g. if you've gone and deleted a pack before, running 'repair' might delete a girl you don't want to delete. But probably not, especially if you have not messed with anything.
btw what do you mean find my girl? like is it somewhere in saves?
 

morty2301

Member
Oct 9, 2018
373
214
"exact directory name, discarding [ ] but not " " and presuming you're not using girl mix directories"
not using girl mix directories? you mean not use the directories name or would I have to use the default directory to use the commands?
 

Jman9

Engaged Member
Jul 17, 2019
2,295
965
Are you using girl mix directories or not? The ones starting with #? If not, just ignore that part.

Actually, discard that. It doesn't matter. Works as written for girl mixes as well.
 
Last edited:

morty2301

Member
Oct 9, 2018
373
214
like using it in game or commands? I made my own girl pack mix separate from the default mix I think, I called it pack 1 if that helps
 

Jman9

Engaged Member
Jul 17, 2019
2,295
965
See above. It'd be easier if you just tried the commands. Worst case, something goes horribly wrong and all of your girl's pictures are replaced by Gio taking a bath - reload, assure your girl nothing bad happened and come back with your tale of woe.
 
  • Like
Reactions: morty2301

morty2301

Member
Oct 9, 2018
373
214
See above. It'd be easier if you just tried the commands. Worst case, something goes horribly wrong and all of your girl's pictures are replaced by Gio taking a bath - reload, assure your girl nothing bad happened and come back with your tale of woe.
that has worked thanks, its a little weird since they keep their original name, but that's not too big a problem
 
4.60 star(s) 48 Votes