Not sure if i'm allowed to (0.17 was already given away for free here, after all) , but this is the link from the patreon page:
https://drive.google.com/file/d/1FGXFFIBDhf8klrmofmWJHirY4QhtZ7c-/view
Not sure if i'm allowed to (0.17 was already given away for free here, after all) , but this is the link from the patreon page:
https://drive.google.com/file/d/1FGXFFIBDhf8klrmofmWJHirY4QhtZ7c-/view
Not running in wine (Linux). I get a black window and the crashdump, with error messages in console:
wine: Unhandled page fault on read access to FFFFFFFFFFFFFFFF at address 00007078D5E87AAD (thread 0170), starting debugger...
020c:fixme:dbghelp:elf_search_auxv can't find symbol in module
020c:fixme:dbghelp:elf_search_auxv can't find symbol in module
020c:fixme:dbghelp_dwarf:dwarf2_get_cie wrong CIE pointer at 0 from FDE c098
Wine setup: newest staging with vcrun2022 and DXVK
Just a note that 90% of Steam games run in Proton (wine + newest vcrun + DXVK).
Yeah, i did manage to download it now, thanks!
Like i said, there are more efficient image formats. For example the first image 2lobby.webp, size 423.8 kb. Using simple `magick convert 2lobby.webp 2lobby.avif` reduces image size to 81.5 kb.
About the video issue; please try again, i know at least a dotzend VN using videos succesfully. Reducing quality and stuttering must have been an error on your side, that's not a general problem of neither videoformats nor the stuttering one of Renpy.
If you have any questions to picture or video formats or converting/compression, i'm glad to answer them.
> The developer has stated the uncompressed game is over 100 GB.
Uncompressed pictures/video are huge, this says nothing. That's why we have formats that compress them.
And yeah, i can't download the game, it always stops after a few minutes with connection timed out. And 12 GB is huge for a VN. Says it needs about 40 minutes to download on my current line (the one downside of this place).
One issue might be that HH does "animations" often manually, via a series of pictures, while a video format would compress a series of similiar images to a little more file size than one image.
Yes, manga style is actually simpler, he could even reduce color palette. And using avif (which renpy supports and it ignores file extension if not hardcoded in the scripts), somewhere around 50% file size could be achieved vs. jpg and about 2/3 vs. webp.
Btw, i got Lessions in Love from 12 GB to 4.3 GB without visual loss, but that one uses a lot of PNG.
Your current hoster blocks the running download after a few minutes with "timed out", which is too less to download the 12 GB game for anything slower than gigabit ethernet.
To fix this:
It seems like you're supposed to be able to rotate view via mouse drag? That doesn't work at all in wine, neither in fullscreen nor windowed mode. That's weird, since Unity games are usually no trouble.
That problem was already in previous versions but now in court mode it's more of an issue. Same in Raid Her btw.
Btw, both A/D and arrow left/right are mapped to moving left/right. I think it would be sensible to map the arrow keys to camera movement or let the user remap them.
And another thing, if you don't have Visual C++ (vcrun) set up, you get all kinds of trouble with DXVK and blacking-out character models. Which too is untypical for Unity games.
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:
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.
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...