It takes a really long time for my game to starthi,Does the mod set everything when I open the game
It does not.hi,Does the mod set everything when I open the game
It works every time menu pops out.Universal Choice Descriptor
[...]
Mod works in real-time.
[...]
Even if it did, it wouldn't take long.It takes a really long time for my game to start
Dude, this time Developer of that game screw up, not me.ZLZK Bro your mod is affecting https://f95zone.to/threads/my-wifes-a-star-unofficial-renpy-version-v0-03-xys_official.169039/page-5 causing rollback or ignore errors in this game's some choices. IT is working perfectly fine with a ton of other games that I played. I thought I should inform. Can you plz check.
items = [ (renpy.exports.substitute(label) + (" (disabled)" if not renpy.python.py_eval(condition) else ""), "True", value)
renpy.exports.substitute(label)
label
It works fine with games, Why need updating, It is universal.Will this mod still be updated?
Currently I'm reworking it, but it won't be done soon.Will this mod still be updated?
Some improvements will be Some improvements would be nice.It works fine with games, Why need updating, It is universal.
I will be waiting for the update thank you very much.Currently I'm reworking it, but it won't be done soon.
There won't be anything new, at most extending what there already was.
I mean I'm doing base mod (mod manager) for all my present and future mods.
I'm also working on in-game config screen, which should have been added long time ago.
But I wasn't familiar enough with Ren'py screens and it takes a lot to implement:
universal screen, universal and unique screen trigger, config file reading and writing,
persistent config data (in case where file is not writeable), and script to handle it all.
I was and am amateur and self taught in Python and Ren'py.
But it's coming all together.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/01OrcCamp Phase 01.rpy", line 99, in <module>
Exception: Unknown keyword arguments: _zorder
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/01OrcCamp Phase 01.rpyc", line 99, in script
/ .tpH!�\�qW�0�QiD_�[����n�j�nK'T%n��;�t�r�
File "D:\HENTAI GAMES\Kingdom_of_Deception-pc\renpy\ast.py", line 862, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\HENTAI GAMES\Kingdom_of_Deception-pc\renpy\python.py", line 1888, in py_exec_bytecode
exec bytecode in globals, locals
File "game/01OrcCamp Phase 01.rpy", line 99, in <module>
File "D:\HENTAI GAMES\Kingdom_of_Deception-pc\renpy\exports.py", line 1311, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
File "D:\HENTAI GAMES\Kingdom_of_Deception-pc\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\HENTAI GAMES\Kingdom_of_Deception-pc\renpy\display\core.py", line 2635, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\HENTAI GAMES\Kingdom_of_Deception-pc\renpy\display\core.py", line 3019, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\HENTAI GAMES\Kingdom_of_Deception-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "D:\HENTAI GAMES\Kingdom_of_Deception-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "D:\HENTAI GAMES\Kingdom_of_Deception-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "D:\HENTAI GAMES\Kingdom_of_Deception-pc\renpy\display\screen.py", line 420, in visit_all
callback(self)
File "D:\HENTAI GAMES\Kingdom_of_Deception-pc\renpy\display\core.py", line 3019, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\HENTAI GAMES\Kingdom_of_Deception-pc\renpy\display\screen.py", line 430, in per_interact
self.update()
File "D:\HENTAI GAMES\Kingdom_of_Deception-pc\renpy\display\screen.py", line 611, in update
self.screen.function(**self.scope)
File "D:\HENTAI GAMES\Kingdom_of_Deception-pc\renpy\ast.py", line 152, in apply_arguments
return parameters.apply(args, kwargs, ignore_errors)
File "D:\HENTAI GAMES\Kingdom_of_Deception-pc\renpy\ast.py", line 139, in apply
raise Exception("Unknown keyword arguments: %s" % ( ", ".join(values.keys())))
Exception: Unknown keyword arguments: _zorder
Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
Kingdom of Deception 0.14.0.0
Mon Sep 25 03:06:48 2023
Great job Ren'Py. XDHi OP, Very nice MOD, so far I didn't have any issue, but when I wanted to play Kingdom of deception, I've got an error.
It happens just after the prologue, when you get to the orc camp.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/01OrcCamp Phase 01.rpy", line 99, in <module> Exception: Unknown keyword arguments: _zorder [...]
renpy.exports.show_screen("_ZLZK_UCD_tooltip", flags, _transient=True, _zorder=99)
renpy.exports.show_screen("_ZLZK_UCD_tooltip", flags, _transient=True)
_ZLZK_UCD.hook_tooltip()
Keyword 'zorder' works in screens though.Hi OP, Very nice MOD, so far I didn't have any issue, but when I wanted to play Kingdom of deception, I've got an error.
It happens just after the prologue, when you get to the orc camp.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/01OrcCamp Phase 01.rpy", line 99, in <module> Exception: Unknown keyword arguments: _zorder [...]
style_prefix "choice"
zorder 100
style_prefix "choice"
LMAO, I forget how that part of my code works.Hi. Thank you for your work, but I'm having this error on Being a Super. Could you take a look at it?
You don't have permission to view the spoiler content. Log in or register now.
max = __builtins__['max']
def _MenuProcessor(self):
Most likely you have put mod in a wrong directory.Why is this error happening (file attached)
What would be the right way then, if you don't mind me asking?Most likely you have put mod in a wrong directory.
I didn't code to detect it, since I think it's overkill.