- Jan 22, 2019
- 1,723
- 2,152
That's a problem we've had for a long time. Nobody's been particularly keen to do these screenshots, be it Goldo, a player or whoever. You want to take some, that'd be a quick path to getting a tiny amount of fame and some likes.Can somebody update the OP preview pics
I personally have doubts the staff are going to allow that. But we'll see....0.2 official release, start a new discussion and have this one closed...
I haven't run into this at all for city girls or non-naturist owned girls (not recently bought) in any ver 0.2 release including latest, and as Leortha said in HHS, this is likely a fulfilled request for the slave market, where the goods would be often "on display."Been running into an issue with the latest version of .2 where images for the town(free girls), girls screen in the brothel(showing all your girls), and in the market are showing both naked and regular profile pics. DougTheC mentioned something similar on the HHS forum in gameplay and design discussion. It is showing the same picture and not cycling for days at a time such as profile naked (00006) and the girls are not instructed to be naked or have the naturalist perk. Not an issue in previous issues of .2 or .15 not getting any kind of error codes either.
elif self in game.free_girls: # Free girls will never be naked. Profile picture changes according to current location
self.portrait = self.get_pic("portrait", "profile", not_tags = ["naked"], and_priority=False, soft=True)
if self.location.lower() in town_locations: # Reminder: self.location contains location name (string)
self.profile = self.get_pic("profile", "portrait", and_tags=["town"], not_tags = ["naked", "beach", "nature"], soft=True)
elif self.location.lower() in beach_locations:
self.profile = self.get_pic("profile", "portrait", and_tags=["beach"], not_tags = ["naked", "town", "nature"], soft=True)
elif self.location.lower() in nature_locations:
self.profile = self.get_pic("profile", "portrait", and_tags=["nature"], not_tags = ["naked", "town", "beach"], soft=True)
elif self.location.lower() in court_locations:
self.profile = self.get_pic("date", "geisha", "profile", and_tag=["profile"], not_tags = ["naked", "beach", "nature"], soft=True)
else:
self.profile = self.get_pic("profile", "portrait", not_tags = ["naked"], soft=True)
i got another bug again:i recently run into a bug. can anyone help with this? here's the stuff from the traceback file:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKendday.rpy", line 344, in script
python:
File "game/BKendday.rpy", line 474, in <module>
raise AssertionError, "No act available from girls."
AssertionError: No act available from girls.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Users\Lenovo\Downloads\Gamer\Brothel_King_015b\Brothel_King-pc\renpy\bootstrap.py", line 306, in bootstrap
renpy.main.main()
File "C:\Users\Lenovo\Downloads\Gamer\Brothel_King_015b\Brothel_King-pc\renpy\main.py", line 513, in main
run(restart)
File "C:\Users\Lenovo\Downloads\Gamer\Brothel_King_015b\Brothel_King-pc\renpy\main.py", line 139, in run
renpy.execution.run_context(True)
File "C:\Users\Lenovo\Downloads\Gamer\Brothel_King_015b\Brothel_King-pc\renpy\execution.py", line 879, in run_context
context.run()
File "game/BKendday.rpy", line 344, in script
python:
File "C:\Users\Lenovo\Downloads\Gamer\Brothel_King_015b\Brothel_King-pc\renpy\ast.py", line 862, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Lenovo\Downloads\Gamer\Brothel_King_015b\Brothel_King-pc\renpy\python.py", line 1912, in py_exec_bytecode
exec bytecode in globals, locals
File "game/BKendday.rpy", line 474, in <module>
raise AssertionError, "No act available from girls."
AssertionError: No act available from girls.
Windows-8-6.2.9200
Ren'Py 7.0.0.196
Brothel King 0.15b
Wed Jul 14 11:40:25 2021
i recently run into a bug. can anyone help with this? here's the stuff from the traceback file:
File "game/BKendday.rpy", line 344, in script
python:
File "C:\Users\Lenovo\Downloads\Gamer\Brothel_King_015b\Brothel_King-pc\renpy\ast.py", line 862, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Lenovo\Downloads\Gamer\Brothel_King_015b\Brothel_King-pc\renpy\python.py", line 1912, in py_exec_bytecode
exec bytecode in globals, locals
File "game/BKendday.rpy", line 474, in <module>
raise AssertionError, "No act available from girls."
AssertionError: No act available from girls.
Windows-8-6.2.9200
Ren'Py 7.0.0.196
Brothel King 0.15b
Wed Jul 14 11:40:25 2021
i got another bug again:
File "game/BKendday.rpy", line 414, in <module>
perform_events += perform(girl.job, (girl,), her_cust)
File "game/BKfunctions.rpy", line 1835, in perform
pic = girl.get_pic(perform_job_dict[act + "_tags"], "naked", and_tags = "naked", not_tags = ("group", "bisexual", "beast", "monster"))
File "game/BKgirlclass.rpy", line 764, in get_pic
if "portrait" not in (tags + and_tags + not_tags):
File "C:\Users\Lenovo\Downloads\Gamer\Brothel_King_015b\Brothel_King-pc\renpy\python.py", line 816, in newmethod
l = method(*args, **kwargs)
TypeError: can only concatenate list (not "tuple") to list
Windows-8-6.2.9200
Ren'Py 7.0.0.196
Brothel King 0.15b
Thu Jul 15 12:12:49 2021
Ah i did not notice there was a patch i had to download. Thanks for the help!See this post for the two issues:
- All girls assigned as whores need to have at least one sex act checked on the girl's page that they are permitted to work. Doing this will likely solve error 1.
- You have not downloaded and installed the Oct 2019 patch for ver 0.15, given on the original post. Almost all BK versions require a base code and a patch download. The code in your first error is slightly different, and there is code changed in BKgirlclass.rpy get_pic() that directly solves your second error.
- I re-found this old post by using Thread Search on "No act available". Searches on the right text can often help.
Also, you should delete the *.rpyc in the /game folder (before or after patch install), and the next time you start the game it will recompile. (Edit: For minor patch updates, ) you may be able to use save games you made, though if you haven't spent much time in game, starting a new game is safest.Ah i did not notice there was a patch i had to download. Thanks for the help!
As usual, previous saves won't probably work correctly for some events, so better start a new game
And if it does, it's probably good to know, because that indicates the code makes unwarranted assumptions somewhere.Goldo said:The latest patch shouldn't break your save (hopefully).
is this one stable enough or it untested yet?Link for new patch 0.2:You must be registered to see the links
As usual, previous saves won't probably work correctly for some events, so better start a new game
All the ver 0.2 beta releases will have some bugs because the project is developing. If you are comfortable with dealing with bugs/crashes (and being familiar with some release of BK will help), you are welcome to help test and squash bugs to help progress.is this one stable enough or it untested yet?
yeh this exactly what i looking for, i were about to plaster the 0.2 version all over the old 0.15b version since i thought it would just be an updateAll the ver 0.2 beta releases will have some bugs because the project is developing. If you are comfortable with dealing with bugs/crashes (and being familiar with some release of BK will help), you are welcome to help test and squash bugs to help progress.
The ver 0.15b with its patch from the OP is relatively stable/bug-free. Don't mix and match base code & patches between 0.15b & 0.2 !
Errors/bug reports for ver 0.2 are best posted in theYou must be registered to see the links.