Patrefans
smilingdog from patreon
smilingdog patreon

Jikage Rising v1.15c Patron Release!

🕑 Added 2022-03-19 12:47:28 +0000 UTC
Jikage Rising v1.15c Patron Release!

Comments

Smiling Dog

Sent a reply in discord!

DeniedMedal

i cant find the download link for arc 1

hi, you have to download the arc 1, this update is for arc 2 only

Tommsz

i have problem i started the game for first time and i am already in act 2 how can i fix it?

Started a mission against a ninja. Accidentally hit quit, game crashed. ``` I'm sorry, but an uncaught exception occurred. While running game code: ScriptError: could not find label 'town'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "scripts/jikage_screens.rpyc", line 3678, in script call File "scripts/towns2.rpyc", line 1237, in script call File "scripts/battless2.rpyc", line 504, in script call File "scripts/battle_resources.rpyc", line 4642, in script File "renpy/ast.py", line 1752, in execute rv = renpy.game.script.lookup(target) File "renpy/script.py", line 918, in lookup raise ScriptError("could not find label '%s'." % str(original)) ScriptError: could not find label 'town'. Windows-10-10.0.19041 Ren'Py 7.4.7.1862 JikageRising v1.15b Sun Mar 20 22:20:08 2022 ```

Kyrios

I started a new game in hopes of fixing some stuff and it did, but I've still never been able to send anyone out on missions even though I've bought all of their outfits. What am I missing?

Eisbear

Yeah well that didn‘t work at first either but following your instructions and loading the save before the last did it. Lost not too much progress but runs once again, so thanks a bunch Doggo! :D

Smiling Dog

Looks like a "game didn't update the list of defaults" issue. It happens randomly to random players sometimes, it's super weird. Try starting a new game and then loading your current save, that normally gives the game a smack on the head to wake it up

Eisbear

I see you changed the sentence around. Thanks for clearing that up, now I know too what „I“ said xD Sadly my other problem of not finding Mabui‘s clothes still persists and therefore destroys the scene :( Can you do something about that? Somehow I get the feeling I‘m the only one experiencing this problem… Anyway here's the log: ``` I'm sorry, but an uncaught exception occurred. While running game code: Exception: In DynamicImage u'arc2/mabui/[mabuiclothes].webp': Could not find substitution 'mabuiclothes'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "scripts/towns2.rpyc", line 1231, in script call File "scripts/towns2.rpyc", line 1237, in script call File "scripts/towns2.rpyc", line 1235, in script call File "scripts/towns2.rpyc", line 1237, in script call File "scripts/arc2 scenes.rpyc", line 2015, in script File "renpy/ast.py", line 716, in execute renpy.exports.say(who, what, *args, **kwargs) File "renpy/exports.py", line 1417, in say who(what, *args, **kwargs) File "renpy/character.py", line 1219, in __call__ self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args) File "renpy/character.py", line 871, in do_display **display_args) File "renpy/character.py", line 621, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3276, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3691, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 558, in visit_all for d in self.visit(): File "renpy/display/image.py", line 744, in visit self.find_target() File "renpy/display/image.py", line 638, in find_target raise Exception("In DynamicImage %r: Could not find substitution '%s'." % (self.name, str(ke.args[0]))) Exception: In DynamicImage u'arc2/mabui/[mabuiclothes].webp': Could not find substitution 'mabuiclothes'. Windows-10-10.0.19041 Ren'Py 7.4.7.1862 JikageRising v1.15b Sun Mar 20

Matthew

None of the combat scenes work, they also run into an error. Also you mentioned that "you can now train your girls as well", how exactly do I do that? The walkthrough hasn't been updated for this version ey and I can't seem to figure it out in game.

Sakai Yuji

Great work thanks!!

Eisbear

The other scenes don't work for me either, but beside some typos in the next stage introduction: After the joke about Mei Terumi comes "That's way I said"; Also one sentence doesn't make sense to me: Right before you send Samui and Karui away the mc says "It the Intel you spent that this time gathering after all..." And right after that "The two smile, knowing exatly what you mean" nothing wrong here but sorry I don't know what you mean xD. But the real reason of this post is that the scene that should fire when you look through the scroll for your remaining targets I get this: ``` I'm sorry, but an uncaught exception occurred. While running game code: Exception: In DynamicImage u'arc2/mabui/[mabuiclothes].webp': Could not find substitution 'mabuiclothes'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "scripts/towns2.rpyc", line 1231, in script call File "scripts/towns2.rpyc", line 1237, in script call File "scripts/towns2.rpyc", line 1235, in script call File "scripts/towns2.rpyc", line 1237, in script call File "scripts/arc2 scenes.rpyc", line 2012, in script File "renpy/ast.py", line 1438, in execute renpy.exports.with_statement(trans, paired) File "renpy/exports.py", line 1682, in with_statement return renpy.game.interface.do_with(trans, paired, clear=clear) File "renpy/display/core.py", line 2718, in do_with clear=clear) File "renpy/display/core.py", line 3276, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3691, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 558, in visit_all for d in self.visit(): File "renpy/display/image.py", line 744, in visit self.find_target() File "renpy/display/image.py", line 638, in find_target raise Exception("In DynamicImage %r: Could not find substitution '%s'." % (self.name, str(ke.args[0]))) Exception: In DynamicImage u'arc2/mabui/[mabuiclothes].webp': Could not find substitution 'mabuiclothes'. Windows-10-10.0.19041 Ren'Py 7.4.7.1862 JikageRising v1.15a Sat Mar 19

Mecatro

You're not dumb doggo, we love you.

Michael Cekinovich

Every mission has an error but worry about it later your health comes first

Mr moop

Awesome stuff cant wait to get mabui to level 3

Kyrios

I didn't try Ayame scenes, but every mission is broken on my end as well. ``` I'm sorry, but an uncaught exception occurred. While running game code: ScriptError: could not find label 'mission_C_ninja3'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "scripts/jikage_screens.rpyc", line 3678, in script call File "scripts/towns2.rpyc", line 1235, in script call File "scripts/towns2.rpyc", line 612, in script File "renpy/ast.py", line 1752, in execute File "renpy/script.py", line 918, in lookup ScriptError: could not find label 'mission_C_ninja3'. ``` I should mention that I'm running the Android version.


More Creators