Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Candles

19
Posts
1
Topics
1
Following
A member registered Aug 09, 2018

Recent community posts

Thank you! :D

I'm looking at the campfire, but I don't get the eye icon.  Just the finger pointing to it. I'm making sure it's not in a certain spot either and still not seeing it. It says the same thing every time: "One camp kitchen with hot coal, oh I don't want to burn my hands. But I'll try to take a look at it, maybe there's something left, I'm so hungry, meow." I looked before and after getting the Dragon Rat.

Thank you for the walkthrough. I watched it up to the point to where I'm at and noticed something. I'm able to get the Dragon Rat, but I don't have the fork thing to stab it on.  I made sure to watch it again in case I missed it, but it looks like it's supposed to appear with the Dragon Rat?

I think there's a bug for me. I go to the firepit and see that the prince is saying he's hungry. I looked everywhere and found nothing, so I looked at the walkthrough below and still found  nothing.  Then I looked up videos and saw that there's  meat in front of a rock behind the firepit, but there's  nothing but a patch of grass for me. I tried deleting it and then downloading it again, but that didn't do anything.

It's working now. Thank you. 

I'll extract the game, but I get two errors saying:

"Can not open file: access is denied C:\Users\Andrea\Downloads\Signed_and_Sealed_With_a_Kiss-market\Signed_and_Sealed_With_a_Kiss.exe" and "C:\Users\Andrea\Downloads\Signed_and_Sealed_With_a_Kiss-market\lib\windows-i686\Signed_and_Sealed_With_a_Kiss.exe."

I had just updated Windows 10 yesterday,  in case that could be the problem, but all my other .exe files still work. I also completely deleted the other file from before the update without backing it up. I'm not sure if it's necessary to add, but the icon to the .exe file is a blank page.

(1 edit)

Hello. So far I'm enjoying the game, even though I'm still on the tutorial (those usually bore me, but I like it the way it's done in this game). But I'm stuck right now. I don't know how to use the bell. I collected the eggs first and then went in front of the barn and pressed enter and most other keys, but nothing happened.

Never mind. I figured it out.

Thank you! :)

For Kaede, the guy at the bar, do not sleep with him once you meet him or else you won't be able to continue his route. For Kei, the guy with purple hair, befriend Hikaru.

(1 edit)

I found a bug in one of Toru's and one of Shuu's CGs. When I clicked on the CG of Haato and Toru kissing, this came up:

[code]
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'cg/toru/kissing.webp'>:
  File "renpy/common/00gallery.rpy", line 147, in __call__
    renpy.invoke_in_new_context(self.gallery.show, self.index)
  File "renpy/common/00gallery.rpy", line 465, in show
    result = i.show((button, image) not in unlocked_images, image, len(b.images))
  File "renpy/common/00gallery.rpy", line 99, in show
    return ui.interact()
IOError: Couldn't find file 'cg/toru/kissing.webp'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\python.py", line 1912, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\core.py", line 3451, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\transition.py", line 45, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\screen.py", line 697, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\layout.py", line 239, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\behavior.py", line 906, in event
    return handle_click(self.clicked)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\behavior.py", line 841, in handle_click
    rv = run(action)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\behavior.py", line 315, in run
    return action(*args, **kwargs)
  File "renpy/common/00gallery.rpy", line 147, in __call__
    renpy.invoke_in_new_context(self.gallery.show, self.index)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\game.py", line 279, in invoke_in_new_context
    return callable(*args, **kwargs)
  File "renpy/common/00gallery.rpy", line 465, in show
    result = i.show((button, image) not in unlocked_images, image, len(b.images))
  File "renpy/common/00gallery.rpy", line 99, in show
    return ui.interact()
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\core.py", line 3132, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\core.py", line 2055, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 485, in renpy.display.render.render_screen
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\transition.py", line 359, in render
    top = render(self.new_widget, width, height, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\screen.py", line 669, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\loader.py", line 555, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'cg/toru/kissing.webp'.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
seiyuudanshifinal 1.0
Thu Nov 15 13:53:21 2018
[/code]


And when I clicked on the CG of Shuu licking Haato's nipple, this came up:

[code]
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'cg/shuu/shuuhotspring1.png'>:
  File "renpy/common/00gallery.rpy", line 147, in __call__
    renpy.invoke_in_new_context(self.gallery.show, self.index)
  File "renpy/common/00gallery.rpy", line 465, in show
    result = i.show((button, image) not in unlocked_images, image, len(b.images))
  File "renpy/common/00gallery.rpy", line 99, in show
    return ui.interact()
IOError: Couldn't find file 'cg/shuu/shuuhotspring1.png'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\python.py", line 1912, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\core.py", line 3451, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\transition.py", line 45, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\screen.py", line 697, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\layout.py", line 239, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\behavior.py", line 906, in event
    return handle_click(self.clicked)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\behavior.py", line 841, in handle_click
    rv = run(action)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\behavior.py", line 315, in run
    return action(*args, **kwargs)
  File "renpy/common/00gallery.rpy", line 147, in __call__
    renpy.invoke_in_new_context(self.gallery.show, self.index)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\game.py", line 279, in invoke_in_new_context
    return callable(*args, **kwargs)
  File "renpy/common/00gallery.rpy", line 465, in show
    result = i.show((button, image) not in unlocked_images, image, len(b.images))
  File "renpy/common/00gallery.rpy", line 99, in show
    return ui.interact()
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\core.py", line 3132, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\core.py", line 2055, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 485, in renpy.display.render.render_screen
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\transition.py", line 359, in render
    top = render(self.new_widget, width, height, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\screen.py", line 669, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Users\Andrea\Downloads\SeiyuuDanshiFinal-pc\renpy\loader.py", line 555, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'cg/shuu/shuuhotspring1.png'.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
seiyuudanshifinal 1.0
Thu Nov 15 13:56:17 2018
[/code]

I clicked on ignore, but it keeps bringing me to the beginning of the game, and I just want to look through the CGs.

This seems to be the most common problem with figuring out how to get Kei's ending: don't win the award.

Meet with the bear at the hotel and during one scene, you'll need $20,000. Then you'll eventually get the CG.

Go to your "Seiyuu Danshi" folder, then go to your"game" folder, and then you'll find your"save" folder. As far as I know, this is for Windows PC. I don't know about Linux and Mac.

(1 edit)

If you still haven't found the tenth ending, Harse has 4 endings. You can find out how to get it on Steam.

Do all the jobs you can (like you've said you've been doing) until you reach Superstar fame.

When Hikaru asks you to leave and you get the choice of "Stay" or "Leave," choose to stay with him.



Since I finished Kaede's route and got 4 CGs from it, I assumed Kei's route would have the same amount (and because that's all I needed for Haato's CGs). I finished Kei's route and only got 2 of them. Is this a bug or did I miss something?

Sorry if I explained it badly. What I meant was I got both the CG for rimming Toru and the maid costume CG just from having Haato lick Toru's butthole 3 times. If you got the rimming CG on your current playthrough, you'll probably have to restart the game and buy the maid outfits first.

I got it the first time I made Haato and Toru go to the hotel together. Toru was a submissive bottom.

(1 edit)

I just got the CG. What I did was everything you mentioned, but I had Haato lick Toru's butthole three consecutive times (after buying the costume) and got the CG. I think it's supposed to be a continuation of the other CG, the one where you lick his butthole.