3.10 star(s) 14 Votes

lubujiana

Member
Mar 1, 2022
259
94
119
I don't think they are…? Academic performance is one of the angles for MC to develop. Otherwise, yes, I'd agree that a mandatory “event” should just happen automatically.
you can skip class, you get a warning
 

SWAJ

The Island
Game Developer
Sep 6, 2017
360
657
237
An alpha build is the very first functional, but often buggy and incomplete, version of a software application or game, released internally or to a limited group of testers to identify core issues and provide early feedback. You should expect an alpha build to be unstable, with potential crashes, missing features, and rough edges, as its primary purpose is for developers to find and fix major bugs before further development and broader testing, like beta testing.
 

Laellith

Newbie
Apr 24, 2018
40
27
116
old version dont request win10, new version request win10 now.... lol ... RIP
I have the same issue. I had to stealthily install it on not my pc with something like windows 10+ to try it but i'll couldn't do it for the next versions :cry:

for the poll, futa/trans and preg thing are not my kinks, but it'll not stop me to play the game (rather more in female protag sub)

speaking of minigames, it's not i don't like them but as i tried them they break the immersion in the game too much (especially in scenes where it should be exciting)

Last but not least, english is not my native tongue so i confess i skip the minigames tutorials and as soon as i find the skip-the-minigame button i avoid them then

Thx for your hard work, i hope i'll could play it on my pc soon <3

SWAJ
 
  • Heart
Reactions: wafuu and SWAJ

SWAJ

The Island
Game Developer
Sep 6, 2017
360
657
237
Hey folks! Quick heads-up for anyone running into launch issues on older systems:

The game is built using the latest Ren'Py engine (8.3+), which unfortunately no longer supports Windows 7 or 8.1. That means if you're on an older version of Windows, you might experience crashes, errors, or the game simply refusing to launch.

What you can try (if you're on Windows 7/8):
  • Try Compatibility Mode
    Right-click the .exe → Properties → Compatibility → Set to Windows 7 or 8
  • Install/Update Visual C++ Redistributables
    (Download from Microsoft)
  • Force OpenGL rendering
    Create a file called options.txt next to the .exe and add:

    renderer gl
No Legacy Build Available
Some of the features I’m using in the game require Python 3 and Ren'Py 8+, so it’s not possible for me to offer a downgraded version that works on Windows 7 or earlier Ren'Py engines. I know that sucks, and I appreciate your understanding.

If you're able to, I highly recommend upgrading to Windows 10 or 11 it’ll open the door to a lot more games going forward (not just mine).

Thanks again for the support, and feel free to message me if you need help troubleshooting!
 
  • Hey there
Reactions: wafuu

SatanField

New Member
Oct 26, 2018
1
1
13
After trying it out, I found it to be an excellent game, It's very refreshing to see a game where you can use a female character and not be an NTR, where you can play as a submissive or a dominant .

The only thing that bothers me a little is the sex scenes, with the MC's design in the scene not matching the avatar's. I can't help but feel it takes away from the immersion a bit, but overall, it seems excellent.

If they add the possibility of using a futa MC, I like that they don't have to go the yuri route, but also the hetero route, being able to have relationships with males as if you were a female character, but with an emphasis on them having penises in the scenes.

I'm looking forward to seeing how this wonderful project continues to progress.
 
Last edited:
  • Heart
Reactions: SWAJ

garfieldthecat1

New Member
Apr 23, 2025
1
0
10
I love the idea, design, and art style of the game. But I'm on day 38 and seem to be progression locked. No matter what I do, it's all just the same tasks every single day. On day 37, I did get an announcement about some Halloween Party in the Great Hall, but whenever I went to the Great Hall, the only option was to leave and this was the first event prompt I had got since the initial BJ competition event. Also, she won't get pregnant for some reason. I can take all the pills and do the booster with Martin, but she never actually gets pregnant. Am I missing some important step to move forward?
 

SWAJ

The Island
Game Developer
Sep 6, 2017
360
657
237
I love the idea, design, and art style of the game. But I'm on day 38 and seem to be progression locked. No matter what I do, it's all just the same tasks every single day. On day 37, I did get an announcement about some Halloween Party in the Great Hall, but whenever I went to the Great Hall, the only option was to leave and this was the first event prompt I had got since the initial BJ competition event. Also, she won't get pregnant for some reason. I can take all the pills and do the booster with Martin, but she never actually gets pregnant. Am I missing some important step to move forward?
Hey! Thanks for the feedback The current public build still has a bunch of rough edges, but most of those are already fixed in my dev version. Since it’s still alpha, a lot of story/events aren’t in yet.

The two issues you mentioned (pregnancy + nothing new after ~40 days) are known and already patched on my side, fixes will be in the next public release!
 

Asteel1

Newbie
Dec 7, 2020
53
19
107
I have no idea what is going on but I stopped being able to save. I reloaded and all but it just wont work. This is the traceback. It seems to keep happening after I go to the football field. If I do a few more activities after that it saves but I like to save scrum haha Any help would be greatly appreciated. Loving this game!! Also is the only way to get access to newest version patreon?
 
Last edited:

Xmortal

Newbie
Apr 19, 2018
85
22
18
Hey! Thanks for the feedback The current public build still has a bunch of rough edges, but most of those are already fixed in my dev version. Since it’s still alpha, a lot of story/events aren’t in yet.

The two issues you mentioned (pregnancy + nothing new after ~40 days) are known and already patched on my side, fixes will be in the next public release!
I know the Alpha version is an early build, but there are issues with the save file. And I'm using Windows 11.

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

While running game code:
_pickle.PicklingError: Can't pickle <function safe_randint at 0x000000000a208680>: it's not the same object as store.safe_randint
Perhaps bad reduction in key <store.CharacterStats object at 0x00000000313e44a0> of renpy.game.log.__getstate__()['log'][0].__getstate__()['objects'][0][0].__getstate__()['relationships'].__getstate__()['renpy_char'].__getstate__()['show_function'] = <function show_display_say at 0x0000000006622700>

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

Traceback (most recent call last):
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "renpy/ast.py", line 1187, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1260, in py_exec_bytecode
    exec(bytecode, globals, locals)
    ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
      ~~~~~~~~~~~^^
  File "renpy/ui.py", line 304, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/core.py", line 2219, in interact
    repeat, rv = self.interact_core(
                 ~~~~~~~~~~~~~~~~~~^
        preloads=preloads,
        ^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
        **kwargs,
        ^^^^^^^^^
    )  # type: ignore
    ^                
  File "renpy/display/core.py", line 3302, in interact_core
    rv = root_widget.event(ev, x, y, 0)
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
  File "renpy/display/layout.py", line 1284, in event
    rv = i.event(ev, x - xo, y - yo, cst)
         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/layout.py", line 1284, in event
    rv = i.event(ev, x - xo, y - yo, cst)
         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/layout.py", line 1284, in event
    rv = i.event(ev, x - xo, y - yo, cst)
         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/screen.py", line 805, in event
    rv = self.child.event(ev, x, y, st)
         ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "renpy/display/layout.py", line 1284, in event
    rv = i.event(ev, x - xo, y - yo, cst)
         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/layout.py", line 1508, in event
    rv = super(Window, self).event(ev, x, y, st)
         ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/layout.py", line 1284, in event
    rv = i.event(ev, x - xo, y - yo, cst)
         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/layout.py", line 1508, in event
    rv = super(Window, self).event(ev, x, y, st)
         ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/layout.py", line 1284, in event
    rv = i.event(ev, x - xo, y - yo, cst)
         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/behavior.py", line 1184, in event
    return handle_click(self.clicked)
           ~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "renpy/display/behavior.py", line 1107, in handle_click
    rv = run(action)
         ~~~^^^^^^^^
  File "renpy/display/behavior.py", line 411, in run
    return action(*args, **kwargs)
           ~~~~~~^^^^^^^^^^^^^^^^^
  File "renpy/common/00action_file.rpy", line 415, in __call__
    renpy.save(fn, extra_info=save_name)
    ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/loadsave.py", line 184, in save
    dump((roots, renpy.game.log), logf)
    ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/compat/pickle.py", line 308, in dump
    pickle.dump(o, f, pickle.HIGHEST_PROTOCOL if highest else PROTOCOL)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_pickle.PicklingError: Can't pickle <function safe_randint at 0x000000000a208680>: it's not the same object as store.safe_randint
Perhaps bad reduction in key <store.CharacterStats object at 0x00000000313e44a0> of renpy.game.log.__getstate__()['log'][0].__getstate__()['objects'][0][0].__getstate__()['relationships'].__getstate__()['renpy_char'].__getstate__()['show_function'] = <function show_display_say at 0x0000000006622700>

Windows-11-10.0.26100-SP0 AMD64
Ren'Py 8.4.1.25072401
NSFW 0.4.4.5.1
Sat Sep 13 20:36:58 2025
 
Last edited:

Asteel1

Newbie
Dec 7, 2020
53
19
107
Hey! Thanks for the feedback The current public build still has a bunch of rough edges, but most of those are already fixed in my dev version. Since it’s still alpha, a lot of story/events aren’t in yet.

The two issues you mentioned (pregnancy + nothing new after ~40 days) are known and already patched on my side, fixes will be in the next public release!
Is Halloween event inaccessible then or do you just have to get lucky to make it happen?
 
3.10 star(s) 14 Votes