Dec 27, 2020
450
1,010
I feel obligated to point this out since I really think some of the people who tag have no idea. Seeing this tagged "Femdom" then looking in the post and not seeing it, but then looking at the screen shots, to the people who tag stuff:
Female Domination actually means the Female dominates the male, not that the female is being dominated.
Yes he gets dominated and dominates. He is effectively a switch.
A lot of tags are missing actually.
 
Last edited:
  • Like
Reactions: Doom Marine

nekkaro

New Member
Jun 10, 2019
1
1
So yeah I can't seem to get it play, all I get is this error.

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

While loading <'Image' u'Images/Genericas/Genericas/Universidad1.webp'>:
IOError: Couldn't find file 'Images/Genericas/Genericas/Universidad1.webp'.

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

Full traceback:
  File "Scripts/Dias/Dia1.rpyc", line 145, 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 3790, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2521, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 814, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/transition.py", line 368, in render
    top = render(self.new_widget, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 814, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 814, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/transform.py", line 715, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 140, in renpy.display.accelerator.transform_render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/image.py", line 501, in render
    return wrap_render(self.target, width, height, st, at)
  File "renpy/display/image.py", line 307, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 607, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 271, in get
    surf = image.load()
  File "renpy/display/im.py", line 688, in load
    raise e
IOError: Couldn't find file 'Images/Genericas/Genericas/Universidad1.webp'.

Windows-10-10.0.19041
Ren'Py 7.4.7.1862
Reboot Love 1 More Time 0.6.0
Sun Oct 24 01:20:06 2021
 

brofalla

Newbie
Jun 23, 2017
38
131
So yeah I can't seem to get it play, all I get is this error.

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

While loading <'Image' u'Images/Genericas/Genericas/Universidad1.webp'>:
IOError: Couldn't find file 'Images/Genericas/Genericas/Universidad1.webp'.

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

IOError: Couldn't find file 'Images/Genericas/Genericas/Universidad1.webp'.
There are 4 possible solutions:
1. Simply press "Ignore" und continue playing.
or
2. unpack the attached fix in the game folder (untested by me) (it is the 4th fix)
or
First you need the game unpacked.
3. Rename the file "Universidad1.webp" to "Universidad1-1.webp" (location: "game/Images/Genericas/Genericas/")
or
4. Fix the error in the script "Dia1.rpy" (location: "game/Scripts/Dias/") -> line 20
change
image universidad1 = ("Images/Genericas/Genericas/Universidad1.webp") to
image universidad1 = ("Images/Genericas/Genericas/Universidad1-1.webp")
 
Last edited:

Finisterrex

Active Member
Game Developer
Aug 3, 2020
566
1,465
I found this. Maybe the missing pics are in the second Part. View attachment 1465439
Future update tagged events in the girls´s tab: That´s some events that i decided not to include in the game.

So yeah I can't seem to get it play, all I get is this error.

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

While loading <'Image' u'Images/Genericas/Genericas/Universidad1.webp'>:
IOError: Couldn't find file 'Images/Genericas/Genericas/Universidad1.webp'.

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

Full traceback:
  File "Scripts/Dias/Dia1.rpyc", line 145, 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 3790, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2521, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 814, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/transition.py", line 368, in render
    top = render(self.new_widget, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 814, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 814, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/transform.py", line 715, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 140, in renpy.display.accelerator.transform_render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/image.py", line 501, in render
    return wrap_render(self.target, width, height, st, at)
  File "renpy/display/image.py", line 307, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 607, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 271, in get
    surf = image.load()
  File "renpy/display/im.py", line 688, in load
    raise e
IOError: Couldn't find file 'Images/Genericas/Genericas/Universidad1.webp'.

Windows-10-10.0.19041
Ren'Py 7.4.7.1862
Reboot Love 1 More Time 0.6.0
Sun Oct 24 01:20:06 2021
Just "ignore"... Will be fixed in the next update.

Grinding and time limits... :mad:
Why so many devs think this is a fun thing to do?
There is so many games that force the player to re-do redundant crap over and over. And not a single time i have considered it entertaining, interesting, or engaging.
And i seriously doubt this game will be an exception.
Yeah, lesson learned. Part 2 will not have the reboot mechanic.



PS: Game has no cosplay sex, part 2 will have.
 
Last edited:

Kay_Kay

Member
Aug 31, 2019
249
449
This is starting to get me frustrated. I can't get past event 6 for Lily, no matter what stats I max for that event the MC keeps saying ''There's something wrong with her... Must be my imagination!'' And I fail the event, what the fuck am I even supposed to do?
 
  • Like
Reactions: timmywong123456

Finisterrex

Active Member
Game Developer
Aug 3, 2020
566
1,465
This is starting to get me frustrated. I can't get past event 6 for Lily, no matter what stats I max for that event the MC keeps saying ''There's something wrong with her... Must be my imagination!'' And I fail the event, what the fuck am I even supposed to do?
4 Lily first training session Needs: DEX 7 (Advance Lily)
- Lily´s second training session Needs: LUCK 11 (To realize what she really wants)


There´s a game guide in the discord.
 

Kay_Kay

Member
Aug 31, 2019
249
449
4 Lily first training session Needs: DEX 7 (Advance Lily)
- Lily´s second training session Needs: LUCK 11 (To realize what she really wants)


There´s a game guide in the discord.
See I thought it might be something random like that. Thank you for the info but it still makes no sense to me.

The descriptions of the stats are that LUCK and DEX are combat oriented stats and charisma is the one that should affect interactions with other characters, so why are those two a requirement to get that when no combat is involved there?
 

Finisterrex

Active Member
Game Developer
Aug 3, 2020
566
1,465
You can get the oficial game for free at the page...


Also in the discord:
 
  • Like
Reactions: 6joker6
3.90 star(s) 23 Votes