I've ran it before on the same Win PC and other Ren'Py games do work. My log from attempting saysAntivirus? What are you running it on, a Win PC? Anything in the logs? Do other Ren'Py games work? Can you run BK via the SDK?
Hmm, that says nothing to identify the issue.I've ran it before on the same Win PC and other Ren'Py games do work. My log from attempting says
Wed Jun 29 17:23:28 2022
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Bootstrap to the start of init.init took 0.06s
Early init took 0.00s
Loader init took 0.07s
Loading error handling took 0.09s
what is the SDK
No at first just used an old pack I had from the test version but when it didnt work I uninstalled and wiped everything then tried just the basic pack that was recommended but I'll try the SDK and see what results I getHmm, that says nothing to identify the issue.
You must be registered to see the links. You can use it to launch Ren'Py games in addition to making them.
Hmm, I assume you've tried wiping both your Appdata directory and 'game\saves'? And a reinstall in addition to that? Short of disciplining an AV for quarantining some important bit of the engine out of excessive nannyhood, I don't currently see a less heavy-handed solution. Perhaps try changing install directories, too.
Actually, you're not using file paths that contain 'exotic' characters, or excessively long directory paths? Just checking.
You did get the right version of the SDK (7.4.11)?So I tried launching through the SDK and I get this error as well as a full traceback
init_ninja_game()
, but even if it works, you might still have other problems, problems you don't even notice without looking closely.An outside chance is problems with the renderer.This is a great game though after a while I've came back to play it again after the patch but I can't launch the App just runs as a background process for maybe 5 secs then disappears does anyone know what the problem could be
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKmain.rpy", line 368, in script call
call ninja_hunt(selected_location) from _call_ninja_hunt
File "game/BKchapter2.rpy", line 5364, in script call
call ninja_game(NPC_mizuki) from _call_ninja_game_1
File "game/BKminigame.rpy", line 197, in script
python:
File "game/BKminigame.rpy", line 205, in <module>
njgame = NinjaGame(ninja=ninja, guest=ninja.guest, special=special)
AttributeError: 'NPC' object has no attribute 'guest'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/BKmain.rpy", line 368, in script call
call ninja_hunt(selected_location) from _call_ninja_hunt
File "game/BKchapter2.rpy", line 5364, in script call
call ninja_game(NPC_mizuki) from _call_ninja_game_1
File "game/BKminigame.rpy", line 197, in script
python:
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 "game/BKminigame.rpy", line 205, in <module>
njgame = NinjaGame(ninja=ninja, guest=ninja.guest, special=special)
AttributeError: 'NPC' object has no attribute 'guest'
Windows-10-10.0.22000
Ren'Py 7.4.10.2178
Brothel King 0.2 v220416
Thu Jun 30 14:16:35 2022
Yeah, you're out of date. ConsolingYes i did update midgame which probably caused this - probably have to do a new game when Ch3 is fully out
AttributeError: 'NPC' object has no attribute 'guest'
Windows-10-10.0.22000
Ren'Py 7.4.10.2178
Brothel King 0.2 v220416
init_ninja_game()
can fix this particular issue, but there's no guarantee there are no others, especially if you re-update. sorry but how do you do the "consoling"?Yeah, you're out of date. Consolinginit_ninja_game()
can fix this particular issue, but there's no guarantee there are no others, especially if you re-update.
I wouldn't expect Chapter 3 anytime soon. Though I've been wrong about Goldo's timing before.
sorry but how do you do the "consoling"?
As Jman says, you are very out-of-date, in the Ren'Py supporting code, presumably the base BK code (scripts & files), and the latest update.Yes i did update midgame which probably caused this - probably have to do a new game when Ch3 is fully out
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/BKmain.rpy", line 368, in script call call ninja_hunt(selected_location) from _call_ninja_hunt File "game/BKchapter2.rpy", line 5364, in script call call ninja_game(NPC_mizuki) from _call_ninja_game_1 File "game/BKminigame.rpy", line 197, in script python: File "game/BKminigame.rpy", line 205, in <module> njgame = NinjaGame(ninja=ninja, guest=ninja.guest, special=special) AttributeError: 'NPC' object has no attribute 'guest' Windows-10-10.0.22000 Ren'Py 7.4.10.2178 Brothel King 0.2 v220416 Thu Jun 30 14:16:35 2022
# Guest setup
default NPC_narika.guest = "guest3"
default NPC_mizuki.guest = "guest2"
default NPC_haruka.guest = "guest1"
Having this someplace:
Code:# Guest setup default NPC_narika.guest = "guest3" default NPC_mizuki.guest = "guest2" default NPC_haruka.guest = "guest1"
default
ing an NPC objects attributes is unlikely to work any better. I suggest setting the .guest values right after the three ninja NPCs are created, in the NPC/trainer initialisation block.It's an additive modifier to 'act preference' that affects everything. Working, training, being farmed, punishments, etc.How does the "grow used to service and sex acts" mechanic with trainers work? Does it affect personal training or just on the job experience?
No. E.g. customers complaining about 'favorite sex act', or "only one activated sex act". You can usually tell from context.Also does "sex acts" always refer to the "sex" skill?
It's supposed to lower the, er, requirements for all acts. Doesn't actually work due to a typo ("sex act requirements" vs "sex acts requirements). Mr. friendly rodent?I saw a trait that mentioned lowering "sex act" requirements, but all of the sexual skills could be considered sex acts.