Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Monk&Imp.co

21
Posts
1
Topics
A member registered Apr 15, 2023

Recent community posts

1) Ah, right, thanks!

2) exp but not mind, right? I have lots working who are crying with low mind, especially those who get easily lonely.

(1 edit)

1. I find no option for summoning via Altar. Where is this?

2. Can't constantly have 2/3 of your forces in the outer world to train to keep "Mind" up

(3 edits)

With 108 ingame hours and 20 rooms, 10+ girls there are some things i noticed:

1. random endless scrolling to right after a few hours, might be related to wine (Linux), always happens in interaction room.

2. Futa was born even though i didn't research it yet on purpose (not my kink). Though i do think that should be a setting in main menu, would make it easier to implement in spawning rate too.

3. 8/10 girls are always crying, "Mind" status is always too low:

  • Maybe i didn't find a way yet that already exists, to craft your own version of that "Mind" increasing brew i found once(!) in 100 ingame hours in the store.
    • if not, there needs to be a way to do so
    • need to have more Mind increasing items in store
  • Training room sounds like a good idea to me,you could prepare your forces for the next invasion (more content for not much work) and the training would keep "Mind" up. About the counter from voidtninja:
    • I found no option for summoning via Altar
    • Can't constantly have 2/3 of your forces in the outer world to train to keep "Mind" up
(1 edit)

Some more points:

1. Is there some way for the dungeon master to learn the books? With the amount of girls coming, there is one male master and 10 girls in my dungeon, each needing the more rare books with the good positions. And the amount of (rare) position books in the market makes it more fit for the (less) males learning them.

2. A setting to adjust the male/female/futa ratio invading/birthing would be nice.

3. About the throne room relocating: this works only for the throne room and deletes the other room. After the first 6 or so rooms i would've liked to move the gold mine with 4 upgrades instead of losing it... And the point with walls/locking doors still stands.

But good job, your "monsters" being cute girls makes you want to buy the expensive gear for them, keeping you motivated. And the personalities fits them to a T.

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!