Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Monk&Imp.co

17
Posts
A member registered Apr 15, 2023

Recent community posts

JoiPlay is for RPGMaker games only, no? This is a Ren'Py game.

That's what i did, since the game has no resolution settings and forces a (too small) resolution. But then it starts with the parameters-resolution and resizes to the small one a second later. And it worked one or two versions ago.

(1 edit)

Hey, could you please not force resize the window? It resizes to tiny even if i give Unity -screen-height and -screen-width. I made it somehow working in the past and had no issues with Gui or gameplay.

Btw, where is save data stored?

I'm stuck on Hana's +15 event. It says "go to Hana's house in the morning" but there it says i should come in the afternoon. Did i miss something?

Thanks!

"Go ask Shika about the boxes in the morning" is never available. How do i trigger this?

(1 edit)

About that: i tried it again today but discord still wants my phone number for "suspicious activity" but thinks it is a invalid number.

Any other way to contact you? No Matrix or XMPP?

Still feels a bit unfair. I donated you via itch.io (don't know anymore, $50? $100? that range) and can't get the patron releases.

Just because i prefer one-time payments over regular payments (cost-control).

Any chance you're packaging this with  *uncompiled* .rpy and maybe the usual .rpa instead? I'm here for the story (and porn) and like to cheat, but unrpyc is not up to renpy 8 yet, while rpatool is. ;-)

(1 edit)

> There is nothing for me to fix.

The fix would be to re-zip it.

> The .webp images are already heavily compressed.

I got the "image" folder to 5.7 GB with cwebp's autofilter (-af) and no alpha channel (-alpha_q 0).


Sorry if this came off as rude.

While extracting, i get a warning for overlapping content, it being possibly a zip bomb. Please fix.

Btw, you can compress all the .webp to half of their size without losing quality.

Go google it, it's not an ambiguos name.

Have a look at Autohotkey.

(4 edits)

I got a warning

"error: invalid zip file with overlapped components (possible zip bomb) "

in the "game" folder. Disabled the check and it unpacked fine, but still, could you please repack the 0.17 release?


(btw, Linux tooling is amazing!)


Oh, and while we're at it. Could you overwrite in Harem_Hotel.py

----

    # No save directory given.

    if not save_directory:

        return os.path.join(gamedir, "saves")

----

with

----

    # No save directory given.

    if not save_directory:

        return os.path.join(gamedir, "saves")

    if "RENPY_PATH_TO_SAVES" in os.environ:

        return os.environ["RENPY_PATH_TO_SAVES"] + "/" + save_directory

----

please?

It's a new feature in renpy 7.5+, which allows me to move the annoying ~/.renpy folder to somewhere else via environment variable. Yes yes, i could always fix it myself, but still...

(1 edit)

Is an update planned soon? Would be too sad if it was abandoned. Quality is great so far!