It is dialogue only. Iirc it talks about maybe getting all 3 in on a handjob, but it might be too early for Kya at this point.is there a difference in this scene?
There's a toggle for Senna but I don,t see any visual difference no matter what option I choose, unless it's a dialogue change only?
View attachment 4034995 View attachment 4034996
Work for new android ?You must be registered to see the links
I'm sorry, but an uncaught exception occurred.
While loading <renpy.display.im.Image object (u'bk4_love/ikki/fuk/fuk2/s0.png') at 0x00000000d5bd53d0>:
File "renpy/common/000statements.rpy", line 453, in execute_pause
renpy.pause(delay)
IOError: Couldn't find file 'bk4_love/ikki/fuk/fuk2/s0.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "mods/Gallery/script/menu.rpyc", line 67, in script call
File "mods/Gallery/script/bk 5/love/extra.rpyc", line 2192, in script call
File "mods/Gallery/script/bk 5/love/extra.rpyc", line 2208, in script
File "renpy/ast.py", line 2232, in execute
self.call("execute")
File "renpy/ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 453, in execute_pause
renpy.pause(delay)
File "renpy/exports.py", line 1537, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "renpy/display/core.py", line 3912, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2605, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 495, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/transform.py", line 747, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/motion.py", line 181, in render
child = render(self.child, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/image.py", line 506, in render
return wrap_render(self.target, width, height, st, at)
File "renpy/display/image.py", line 309, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/imagelike.py", line 277, in render
crend = render(image, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/im.py", line 627, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 295, in get
surf = image.load()
File "renpy/display/im.py", line 720, in load
raise e
IOError: Couldn't find file 'bk4_love/ikki/fuk/fuk2/s0.png'.
Might wanna post this in the Four Elements Trainer thread. This would be caused by the game, not the mod, so it's something the creator needs to know.There is a error in Ikki's sex scene in book 5 of love.
Code:I'm sorry, but an uncaught exception occurred. While loading <renpy.display.im.Image object (u'bk4_love/ikki/fuk/fuk2/s0.png') at 0x00000000d5bd53d0>: File "renpy/common/000statements.rpy", line 453, in execute_pause renpy.pause(delay) IOError: Couldn't find file 'bk4_love/ikki/fuk/fuk2/s0.png'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "mods/Gallery/script/menu.rpyc", line 67, in script call File "mods/Gallery/script/bk 5/love/extra.rpyc", line 2192, in script call File "mods/Gallery/script/bk 5/love/extra.rpyc", line 2208, in script File "renpy/ast.py", line 2232, in execute self.call("execute") File "renpy/ast.py", line 2220, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "renpy/statements.py", line 281, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 453, in execute_pause renpy.pause(delay) File "renpy/exports.py", line 1537, in pause rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal) File "renpy/ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3377, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "renpy/display/core.py", line 3912, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "renpy/display/core.py", line 2605, in draw_screen renpy.config.screen_height, File "render.pyx", line 495, in renpy.display.render.render_screen File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/layout.py", line 884, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/layout.py", line 884, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/layout.py", line 884, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/transform.py", line 747, in render return transform_render(self, width, height, st, at) File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/motion.py", line 181, in render child = render(self.child, width, height, st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/image.py", line 506, in render return wrap_render(self.target, width, height, st, at) File "renpy/display/image.py", line 309, in wrap_render rend = render(child, w, h, st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/imagelike.py", line 277, in render crend = render(image, width, height, st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/im.py", line 627, in render return cache.get(self, render=True) File "renpy/display/im.py", line 295, in get surf = image.load() File "renpy/display/im.py", line 720, in load raise e IOError: Couldn't find file 'bk4_love/ikki/fuk/fuk2/s0.png'.
Without the mod it's fine. With the mod it's broken.Might wanna post this in the Four Elements Trainer thread. This would be caused by the game, not the mod, so it's something the creator needs to know.
EDIT: Just checked version v.1.1.0d of the game, and it's fine. You might using v.1.1.0c.
Mine works fine with the mod.Without the mod it's fine. With the mod it's broken.
far as i know there's no visible to it, at all. it's black screen and text, right? unless Marty has added pics to in in the last update, but i don't hink he did.Can I make a request for a not proper sex scene to be added? It's in the slave route book 4. The water council orgy that didn't have any images. If you could start it from the point where you enter the sauna, they start talking for a bit and then old toph shows up, cries a bit and then calls for the orgy all the way to the end of relevant dialogue.
I tried searching it up to make a point but I don't have a save anywhere near it and it's responsible for the granny toggles in love route, it keeps coming up in conversation in the main thread.
I know, it would have just been helpful to be able to refer to the scene and its dialogue in a easy manner.far as i know there's no visible to it, at all. it's black screen and text, right? unless Marty has added pics to in in the last update, but i don't hink he did.
It was a bug that happened between version 1.1.0c and 1.1.0d, I hadn't tested the 'd' version, thanks for the input, will be corrected in the next versionBug Report
Book: Book 5
Path: Love Route
Scene Name: [Ikki] Sexy Swimsuit
Description: Impossible to see scene. Always got a message "An exception has ocurred."
You don't have permission to view the spoiler content. Log in or register now.