馃敀 EXCLUSIVE: Gallery - High Quality

Skip to main content

Scarecrowontwowheels

197
Posts
2
Topics
131
Following
A member registered Nov 24, 2023

Recent community posts

Take you time bro, I enjoy the game and would rather a happy and healthy dev who takes a bit longer to put out great content than a dev who slaves away for players and gets burnt out and abandons the game. Family always comes first.

Take your time and remember, most players prefer quality over quantity. Me personally I would rather have one well done update per year than try and figure out the mess of a hurried novel because of players impatience. You must also remember that you have a life outside of the game. Get your rest when you need it.

No worries, just wanted to let you know, as you know there are trolls that will latch onto that insignificant detail.

Waiting patiently but status is confusing. Says released but it's not

Trolls will troll. That scene was completely optional. If they watched it just to b**** about it says more about their kink then they are willing to admit. It's your game, they can make their own game if they want.

I'm with Scarlett on this one

I was able to install v0.2 after uninstalling v0.1. still early in the development so not a big deal. That being said once the game advances to the point where there is 7+ hours of game time and depending on how much I enjoy it at that time, unless there is a reason to start a new save (such as changes that may break saves). Chances are slim that I will be willing to start over just to read the new content.

its a new tablet with android 15, and as you can see there is no other information provided

Playing on Android

Sounds interesting, any plans for Android?

Who is talking to whom?

(1 edit)

I am unable to load my save for MNM the beginning, rolling back twice closes the game and ignore starts a new game.

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/00action_file.rpy", line 452, in __call__

    renpy.load(fn)

ImportError: No module named revertable

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

Full traceback:

  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script

    python hide:

  File "C:\Program Files (x86)\Steam\steamapps\common\My New Memories The Beginning\renpy\ast.py", line 914, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "C:\Program Files (x86)\Steam\steamapps\common\My New Memories The Beginning\renpy\python.py", line 2028, 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:\Program Files (x86)\Steam\steamapps\common\My New Memories The Beginning\renpy\ui.py", line 297, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "C:\Program Files (x86)\Steam\steamapps\common\My New Memories The Beginning\renpy\display\core.py", line 2702, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)

  File "C:\Program Files (x86)\Steam\steamapps\common\My New Memories The Beginning\renpy\display\core.py", line 3518, in interact_core

    rv = root_widget.event(ev, x, y, 0)

  File "C:\Program Files (x86)\Steam\steamapps\common\My New Memories The Beginning\renpy\display\layout.py", line 998, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "C:\Program Files (x86)\Steam\steamapps\common\My New Memories The Beginning\renpy\display\transition.py", line 47, in event

    return self.new_widget.event(ev, x, y, st)  # E1101

  File "C:\Program Files (x86)\Steam\steamapps\common\My New Memories The Beginning\renpy\display\layout.py", line 998, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "C:\Program Files (x86)\Steam\steamapps\common\My New Memories The Beginning\renpy\display\layout.py", line 998, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "C:\Program Files (x86)\Steam\steamapps\common\My New Memories The Beginning\renpy\display\screen.py", line 714, in event

    rv = self.child.event(ev, x, y, st)

  File "C:\Program Files (x86)\Steam\steamapps\common\My New Memories The Beginning\renpy\display\layout.py", line 998, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "C:\Program Files (x86)\Steam\steamapps\common\My New Memories The Beginning\renpy\display\layout.py", line 244, in event

    rv = d.event(ev, x - xo, y - yo, st)

  File "C:\Program Files (x86)\Steam\steamapps\common\My New Memories The Beginning\renpy\display\layout.py", line 998, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "C:\Program Files (x86)\Steam\steamapps\common\My New Memories The Beginning\renpy\display\layout.py", line 998, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "C:\Program Files (x86)\Steam\steamapps\common\My New Memories The Beginning\renpy\display\layout.py", line 244, in event

    rv = d.event(ev, x - xo, y - yo, st)

  File "C:\Program Files (x86)\Steam\steamapps\common\My New Memories The Beginning\renpy\display\layout.py", line 998, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "C:\Program Files (x86)\Steam\steamapps\common\My New Memories The Beginning\renpy\display\layout.py", line 244, in event

    rv = d.event(ev, x - xo, y - yo, st)

  File "C:\Program Files (x86)\Steam\steamapps\common\My New Memories The Beginning\renpy\display\behavior.py", line 962, in event

    return handle_click(self.clicked)

  File "C:\Program Files (x86)\Steam\steamapps\common\My New Memories The Beginning\renpy\display\behavior.py", line 897, in handle_click

    rv = run(action)

  File "C:\Program Files (x86)\Steam\steamapps\common\My New Memories The Beginning\renpy\display\behavior.py", line 320, in run

    return action(*args, **kwargs)

  File "renpy/common/00action_file.rpy", line 452, in __call__

    renpy.load(fn)

  File "C:\Program Files (x86)\Steam\steamapps\common\My New Memories The Beginning\renpy\loadsave.py", line 769, in load

    roots, log = loads(location.load(filename))

  File "C:\Program Files (x86)\Steam\steamapps\common\My New Memories The Beginning\renpy\loadsave.py", line 63, in loads

    return cPickle.loads(s)

ImportError: No module named revertable

Windows-8-6.2.9200

Ren'Py 7.3.5.606

My New Memories The Beginning Chapter2

Sun Nov 30 12:17:34 2025

[/code]

Awwww he's such a gooood boooy

Lol, I am quite surprised Harry Potter fan boys haven't blown up your comments yet. Each girl is from a different house yet all are wearing Griffindor robes? Hard pass on this game

thank you

Stuck In My Game communityCreated a new topic Please fix

This is confusing, the new update for Android and PC have the wrong logo


28 commentsReplied to Yamikaze in 28 comments

LOL, most likely going to be a Patreon release again.

You should post on the page that you have to download from Patreon. For this reason alone I will not be looking at this.

Actually I was a bit disappointed that Akatsuki didn't at least keep the tip in her mouth. Would have been epic for Akari to see his size proportional to her little mouth. And perhaps add a bit of jealousy from Akari

Her attitude is just begging to be Dominated

Lol something deep inside me really wants to mind control Chris

Two issues, first that material is not latex, and second how can a smile hidden behind a mask be warm and inviting?

Same here

I love this game however I have a small issue. The current version ends after the blow job thus stopping us from the last quest naked II which requires 1 鉂わ笍. Anyone else have this issue?

(1 edit)

I really wanted to enjoy this game. I can deal with typos it's a translation thing. But what I cannot do is read a scene that is the exact opposite of the renders or animation. How can a girl on her back with hands in the air scrape her nails clutching at the ground? The dev should actually play this game as it is presented to us

thank you

sounds good, any chance for an approximate date? looking forward to it

Confined and Horny communityCreated a new topic Android?

There is no way to save the game, also it doesn't fit the screen so constantly losing points since you can't see the timer unless you scroll up and by that time you are out of time. I really wanted to give this a shot but unless the dev fixes this issue it's going to be more trouble than it's worth.

This doesn't look like a robe to me

Why give me an option to walk away if your not going to let me?

LMAO new devs are just as useless as the original. If your going to take over a game you should at least act like you care about it and your readers.

The graphics are great. But let's be honest that 2 minute pilot was just a trailer with zero gameplay

I'm a bit confused, is the victims name Aubrey or Audrey? Seems like the dev couldn't make up his/her mind and decided to use both.

As a dumb American I isnt smurt enuff to caculate meteric mesurments (lol warped sense of humor) so I appreciate the effort you are putting in to make sure this game is accessible for as many people as possible. I am really looking forward to playing the prologue.

Tried once again to download Ch3 on Android

S2 didn't update on Android 

Thank you

I don't see an Android update