lhonasm

Newbie
Aug 27, 2019
56
56
Good story even in sandbox game style it feel enjoyable(I am more story focused games fan than sandbox). Good work with making characters huge part of story too, after playing couple of walkthrough ignoring couple character something feels missing excluding progression of course. I know my English bad and most of it will not make sense, don't need to remember me that.

PS. I think games with animeish graphics, should have some extra TAG for easier search.
 

Deneuve

Member
Aug 6, 2017
318
871
Noob question here, but when you install a new APK of the same game, does it overwrite the old one, or does it make another game?
 

masterdragonson

Engaged Member
Jan 30, 2018
3,281
4,662
Noob question here, but when you install a new APK of the same game, does it overwrite the old one, or does it make another game?
Backup your Saves so if things go south you still have them.
'Android/data/com.domain.corruptedkingdoms/files/saves'

I think the new APK will overwrite the old one unless something goes wrong with the Developer Keys.
 
  • Like
Reactions: Deneuve

Raf-Raf

Conversation Conqueror
Dec 4, 2019
6,415
8,311
  • Kana: You can now give Kana headpats. You filthy degenerates
There's nothing degenerate about patting heads...
I guess I am a degen now since I always pet my cat, stroke 'er fur and cuddle 'er all day = .=ll
 
  • Like
Reactions: masterdragonson
May 18, 2019
58
25
Has anyone else been getting a bug trying to do the favor for Samantha? I'm including the bugcode here. I've gotten this every time I come back to Samantha to report talking to her tenants.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Sayer 'samntha' is not defined.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "script/lily.rpyc", line 1352, in script call
  File "script/lily.rpyc", line 1352, in script call
  File "script/lily.rpyc", line 1352, in script call
  File "script/lily.rpyc", line 1352, in script call
  File "script/time.rpyc", line 222, in script call
  File "script/myroom.rpyc", line 287, in script call
  File "script/myroom.rpyc", line 287, in script call
  File "script/scenes_livingroom.rpyc", line 659, in script call
  File "script/jackie.rpyc", line 323, in script
  File "C:\Users\owner\Documents\Test folder\CorruptedKingdoms-0.7.6-pc\CorruptedKingdoms-0.7.6-pc\renpy\ast.py", line 678, in execute
    who = eval_who(self.who, self.who_fast)
  File "C:\Users\owner\Documents\Test folder\CorruptedKingdoms-0.7.6-pc\CorruptedKingdoms-0.7.6-pc\renpy\ast.py", line 576, in eval_who
    raise Exception("Sayer '%s' is not defined." % who.encode("utf-8"))
Exception: Sayer 'samntha' is not defined.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Corrupted Kingdoms 0.7.6
Wed Nov 04 09:08:43 2020
 

masterdragonson

Engaged Member
Jan 30, 2018
3,281
4,662
Has anyone else been getting a bug trying to do the favor for Samantha? I'm including the bugcode here. I've gotten this every time I come back to Samantha to report talking to her tenants.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Sayer 'samntha' is not defined.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "script/lily.rpyc", line 1352, in script call
  File "script/lily.rpyc", line 1352, in script call
  File "script/lily.rpyc", line 1352, in script call
  File "script/lily.rpyc", line 1352, in script call
  File "script/time.rpyc", line 222, in script call
  File "script/myroom.rpyc", line 287, in script call
  File "script/myroom.rpyc", line 287, in script call
  File "script/scenes_livingroom.rpyc", line 659, in script call
  File "script/jackie.rpyc", line 323, in script
  File "C:\Users\owner\Documents\Test folder\CorruptedKingdoms-0.7.6-pc\CorruptedKingdoms-0.7.6-pc\renpy\ast.py", line 678, in execute
    who = eval_who(self.who, self.who_fast)
  File "C:\Users\owner\Documents\Test folder\CorruptedKingdoms-0.7.6-pc\CorruptedKingdoms-0.7.6-pc\renpy\ast.py", line 576, in eval_who
    raise Exception("Sayer '%s' is not defined." % who.encode("utf-8"))
Exception: Sayer 'samntha' is not defined.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Corrupted Kingdoms 0.7.6
Wed Nov 04 09:08:43 2020
They have
https://f95zone.to/threads/corrupted-kingdoms-v0-7-6-arcgames.31912/post-4472203
 

Master of Puppets

Conversation Conqueror
Oct 5, 2017
7,387
9,772
Reactions to 0.7.6:
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
Also, been a while since a new addition to the list:
You don't have permission to view the spoiler content. Log in or register now.
 

nerviswreck

New Member
Jul 6, 2020
8
5
I am finding issues with a number of character cards.. All of them have relatively the same stack trace



Code:
I'm sorry, but an uncaught exception occurred.



While loading <'Image' u'gui/cards/cc_love_10.png'>:

IOError: Couldn't find file 'gui/cards/cc_love_10.png'.



-- Full Traceback ------------------------------------------------------------



Full traceback:

  File "script/flat.rpyc", line 116, in script call

  File "script/flat.rpyc", line 116, in script call

  File "script/flat.rpyc", line 116, in script call

  File "script/flat.rpyc", line 116, in script call

  File "script/time.rpyc", line 222, in script call

  File "script/myroom.rpyc", line 141, in script call

  File "script/myroom.rpyc", line 141, in script call

  File "script/myroom.rpyc", line 141, in script call

  File "script/myroom.rpyc", line 67, in script

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\ast.py", line 1628, in execute

    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\exports.py", line 990, in menu

    rv = renpy.store.menu(new_items)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\exports.py", line 1226, in display_menu

    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\ui.py", line 297, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\display\core.py", line 2702, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\display\core.py", line 3194, in interact_core

    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\display\core.py", line 2094, in draw_screen

    renpy.config.screen_height,

  File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)

    rv = render(root, width, height, st, st)

  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)

    rv = d.render(widtho, heighto, st, at)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\display\layout.py", line 722, in render

    surf = render(child, width, height, cst, cat)

  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)

    cpdef render(d, object widtho, object heighto, double st, double at):

  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)

    rv = d.render(widtho, heighto, st, at)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\display\transition.py", line 353, in render

    return render(self.new_widget, width, height, st, at)

  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)

    cpdef render(d, object widtho, object heighto, double st, double at):

  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)

    rv = d.render(widtho, heighto, st, at)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\display\layout.py", line 722, in render

    surf = render(child, width, height, cst, cat)

  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)

    cpdef render(d, object widtho, object heighto, double st, double at):

  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)

    rv = d.render(widtho, heighto, st, at)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\display\layout.py", line 722, in render

    surf = render(child, width, height, cst, cat)

  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)

    cpdef render(d, object widtho, object heighto, double st, double at):

  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)

    rv = d.render(widtho, heighto, st, at)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\display\screen.py", line 675, in render

    child = renpy.display.render.render(self.child, w, h, st, at)

  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)

    cpdef render(d, object widtho, object heighto, double st, double at):

  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)

    rv = d.render(widtho, heighto, st, at)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\display\layout.py", line 722, in render

    surf = render(child, width, height, cst, cat)

  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)

    cpdef render(d, object widtho, object heighto, double st, double at):

  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)

    rv = d.render(widtho, heighto, st, at)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\display\layout.py", line 883, in render

    surf = render(d, rw, height - y, cst, cat)

  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)

    cpdef render(d, object widtho, object heighto, double st, double at):

  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)

    rv = d.render(widtho, heighto, st, at)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\display\im.py", line 583, in render

    return cache.get(self, render=True)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\display\im.py", line 266, in get

    surf = image.load()

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\display\im.py", line 628, in load

    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\loader.py", line 576, in load

    raise IOError("Couldn't find file '%s'." % name)

IOError: Couldn't find file 'gui/cards/cc_love_10.png'.



Windows-8-6.2.9200

Ren'Py 7.3.5.606

Corrupted Kingdoms 0.7.6

Wed Nov 04 17:23:18 2020
 
  • Like
Reactions: girdeyordo

masterdragonson

Engaged Member
Jan 30, 2018
3,281
4,662
I am finding issues with a number of character cards.. All of them have relatively the same stack trace



Code:
I'm sorry, but an uncaught exception occurred.



While loading <'Image' u'gui/cards/cc_love_10.png'>:

IOError: Couldn't find file 'gui/cards/cc_love_10.png'.



-- Full Traceback ------------------------------------------------------------



Full traceback:

  File "script/flat.rpyc", line 116, in script call

  File "script/flat.rpyc", line 116, in script call

  File "script/flat.rpyc", line 116, in script call

  File "script/flat.rpyc", line 116, in script call

  File "script/time.rpyc", line 222, in script call

  File "script/myroom.rpyc", line 141, in script call

  File "script/myroom.rpyc", line 141, in script call

  File "script/myroom.rpyc", line 141, in script call

  File "script/myroom.rpyc", line 67, in script

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\ast.py", line 1628, in execute

    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\exports.py", line 990, in menu

    rv = renpy.store.menu(new_items)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\exports.py", line 1226, in display_menu

    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\ui.py", line 297, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\display\core.py", line 2702, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\display\core.py", line 3194, in interact_core

    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\display\core.py", line 2094, in draw_screen

    renpy.config.screen_height,

  File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)

    rv = render(root, width, height, st, st)

  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)

    rv = d.render(widtho, heighto, st, at)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\display\layout.py", line 722, in render

    surf = render(child, width, height, cst, cat)

  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)

    cpdef render(d, object widtho, object heighto, double st, double at):

  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)

    rv = d.render(widtho, heighto, st, at)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\display\transition.py", line 353, in render

    return render(self.new_widget, width, height, st, at)

  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)

    cpdef render(d, object widtho, object heighto, double st, double at):

  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)

    rv = d.render(widtho, heighto, st, at)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\display\layout.py", line 722, in render

    surf = render(child, width, height, cst, cat)

  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)

    cpdef render(d, object widtho, object heighto, double st, double at):

  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)

    rv = d.render(widtho, heighto, st, at)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\display\layout.py", line 722, in render

    surf = render(child, width, height, cst, cat)

  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)

    cpdef render(d, object widtho, object heighto, double st, double at):

  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)

    rv = d.render(widtho, heighto, st, at)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\display\screen.py", line 675, in render

    child = renpy.display.render.render(self.child, w, h, st, at)

  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)

    cpdef render(d, object widtho, object heighto, double st, double at):

  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)

    rv = d.render(widtho, heighto, st, at)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\display\layout.py", line 722, in render

    surf = render(child, width, height, cst, cat)

  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)

    cpdef render(d, object widtho, object heighto, double st, double at):

  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)

    rv = d.render(widtho, heighto, st, at)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\display\layout.py", line 883, in render

    surf = render(d, rw, height - y, cst, cat)

  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)

    cpdef render(d, object widtho, object heighto, double st, double at):

  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)

    rv = d.render(widtho, heighto, st, at)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\display\im.py", line 583, in render

    return cache.get(self, render=True)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\display\im.py", line 266, in get

    surf = image.load()

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\display\im.py", line 628, in load

    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)

  File "C:\CorruptedKingdoms-0.7.6-pc\renpy\loader.py", line 576, in load

    raise IOError("Couldn't find file '%s'." % name)

IOError: Couldn't find file 'gui/cards/cc_love_10.png'.



Windows-8-6.2.9200

Ren'Py 7.3.5.606

Corrupted Kingdoms 0.7.6

Wed Nov 04 17:23:18 2020
Love maxes out at 5. Either through console, save editor, or cheat you put the Love out of bounds.

Editing Love will also cause Events not to fire correctly.
 

Deneuve

Member
Aug 6, 2017
318
871
Game is super good, lots of threading plots that have progressed, lotsa good looking girls, good story.
Just caught up to the latest version and exhausted all the options, I'm hooked, can't wait for this to be finished!

Also pumped that updates seems to be weekly? That's really good!
 

rai1810

Newbie
Nov 2, 2019
82
86
I just remembered something else: the tombstone we find in Roxy's demesne. The dead person there is #23.

Could #23 have been the "hero" in the 23rd cycle? If so, that would mean another version of us that died in the cycles. If this is all true, it means that the 23rd hero failed in his attempt to break the cycle.

That would mean whoever or whatever entity keeping this cycle going is the same being that destroyed the world we see in Roxy's demesne. The game has already more or less implied that Roxy is not the person responsible for that world's destruction (at least, that's my understanding), so this theory has at least some potential to it. If the game plays out this way, we could see our MC proving Roxy's innocence, and further investigating just who the heck destroyed that world.

Who do I think destroyed 23's world? The Eldritch. Gramps has said in his dialogue that the Eldritch are far more dangerous than both the Organization and the Fey combined. The Beast, one of the Eldritch, is hunting the MC, aka #25 for unknown reasons. The gravestone says that 23 failed (someone please tell me the exact text on 23's grave, I would love to have a reminder of what it said exactly). I'm thinking that the "hero" in each cycle is really the only big threat to the Eldritch. If true, it would explain why the Beast is after us this time around.

I would love it if my theory were correct. It makes sense to me. I'm sure there's things that point away from my theory, but what I put together in this post does explain a lot of stuff.

If you have an alternate theory for the plot/lore of this game, I'd love to hear it.
Minor clarification: the tomb isn't found in Roxy's world, it's found in one of the worlds you explore with a "key".
 
4.40 star(s) 233 Votes