MaraTDuoDev

Well-Known Member
Game Developer
Dec 4, 2016
1,573
2,505
What about including a gallery? That way you can see previous event levels again, or previous profile pages? Make it so you select a character, select what level you want the character at for the scene. And do the same for Events. Just an idea, although one I personally would enjoy because then I won't need to make a save before I do ANYTHING.
I'll think about the journal thing, specially if i do some improvements soon.
Gallery at this point its probably very hard to implement, or it would be like *a lot* of work, but I will not discard the idea
 

Jash83

Active Member
Jun 8, 2019
540
1,020
Huh, I was quite taken aback when I heard that rendition of Dvorak's 'Humoresque' in the soundtrack for the first date with Emma. Couldn't help humming along, took me back to when I was a kid playing it on the violin.
 

Haast

Member
Mar 19, 2018
457
721
yes. Some people have reported that some scenes don't have the proper render, but once I find those I will fix the issue
Code:
While loading <'Image' u'locations/folk/corruption/sc17/vera/10i.png'>:
  File "game/folk arc.rpy", line 2343, in script
    show expression "locations/folk/corruption/sc17/vera/10i.png" with disf
IOError: Couldn't find file 'locations/folk/corruption/sc17/vera/10i.png'.

11i is also missing it seems

AND

While loading <'Image' u'locations/folk/corruption/sc19/vera/08i.png'>:
  File "game/folk arc.rpy", line 2599, in script
    show expression "locations/folk/corruption/sc19/vera/08i.png" with disf
IOError: Couldn't find file 'locations/folk/corruption/sc19/vera/08i.png'.


That is two of them, I hope it helps, If I see any others ill post them, there are about nine pages of errors, but the fault seems to be missing files
 
Last edited:
  • Like
Reactions: MaraTDuoDev

war117

Active Member
Nov 9, 2017
502
92
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'locations/folk/corruption/sc17/vera/10i.png'>:
  File "game/folk arc.rpy", line 2346, in script
    "As I continue to pound her, I felt the eyes of people watching us."
IOError: Couldn't find file 'locations/folk/corruption/sc17/vera/10i.png'.

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

Full traceback:
  File "game/folk arc.rpy", line 2346, in script
    "As I continue to pound her, I felt the eyes of people watching us."
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\ast.py", line 678, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\exports.py", line 1229, in say
    who(what, *args, **kwargs)
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\character.py", line 1031, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\character.py", line 823, in do_display
    **display_args)
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\character.py", line 572, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\display\core.py", line 3158, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\display\core.py", line 2075, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 487, in renpy.display.render.render_screen
  File "render.pyx", line 235, in renpy.display.render.render
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 235, in renpy.display.render.render
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-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\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'locations/folk/corruption/sc17/vera/10i.png'.

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Take Over 0.37
Wed Apr 28 19:53:27 2021
 

Rikis

Member
Jan 9, 2018
104
96
So... About NTR. Celia randomly giving dude handjob as secretary when MC as her to report. And no you don't need to train her for public use.
Not cool.
 
  • Like
Reactions: WastedTalent

MaraTDuoDev

Well-Known Member
Game Developer
Dec 4, 2016
1,573
2,505
So... About NTR. Celia randomly giving dude handjob as secretary when MC as her to report. And no you don't need to train her for public use.
Not cool.
Ehh... wait, that looks like a bug, you definitely would have to train her for public use for that lol
literally not a single scene of that type should be happening without public use training. Think of it as non canon for now, I'll fix it for next update lol
 

kluh

Newbie
Jul 6, 2017
16
89
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'locations/folk/corruption/sc17/vera/10i.png'>:
  File "game/folk arc.rpy", line 2346, in script
    "As I continue to pound her, I felt the eyes of people watching us."
IOError: Couldn't find file 'locations/folk/corruption/sc17/vera/10i.png'.

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

Full traceback:
  File "game/folk arc.rpy", line 2346, in script
    "As I continue to pound her, I felt the eyes of people watching us."
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\ast.py", line 678, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\exports.py", line 1229, in say
    who(what, *args, **kwargs)
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\character.py", line 1031, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\character.py", line 823, in do_display
    **display_args)
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\character.py", line 572, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\display\core.py", line 3158, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\display\core.py", line 2075, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 487, in renpy.display.render.render_screen
  File "render.pyx", line 235, in renpy.display.render.render
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 235, in renpy.display.render.render
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-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\dylan\Downloads\TakeOver-0.37-pc\TakeOver-0.37-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'locations/folk/corruption/sc17/vera/10i.png'.

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Take Over 0.37
Wed Apr 28 19:53:27 2021

bump

The image file exists and all requirements are fullfiled

Edit: I also tried the 0.36 bug fix + without ipatch same result

Edit: For anyone not interested in waiting for a fix for 2 images where emma shows up as chubby I'm attaching a "folk arc" file without the scripts that check for 10i and 11i images.
You will see emma as chubby for two images and move on.
 
Last edited:
3.70 star(s) 81 Votes