Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Chifilly

13
Posts
1
Followers
66
Following
A member registered Feb 06, 2022

Recent community posts

Just so you know, the game is unable to launch on Linux under X11 (at least in my case, and other documented cases with Ren'Py) due to the "gui/logo.png" file being too big. Resizing it to 1100x1300 allows it to launch (I also had the same issue with another game that I commented on, and it seems X11 doesn't like the game icon being above 2000x2000 px or something around that).

If anyone else has the issue and wants to fix it, go into "game/gui", and run "mv logo.png logo_original.png && convert -resize 1100x1300 logo_original.png logo.png".

This will rename the file to logo_original and then make a 1100x1300 copy of it named logo to replace the original. You can delete logo_original if you want to save an extra 300-ish Mb.

Just so you know, the game is unable to launch on Linux under X11 (at least in my case, and other documented cases with Ren'Py) due to the "gui/window_icon.png" file being too big. Resizing it to 1000x1000 allows it to launch.

If anyone else has the issue and wants to fix it, go into "game/gui", and run "mv window_icon.png window_icon_original.png && convert -resize 1000x1000 window_icon_original.png window_icon.png".

This will rename the file to window_icon_original and then make a 1000x1000 copy of it named window_icon to replace the original. You can delete window_icon_original if you want to save an extra 2 Mb.

The game is pretty decent. There are a lot of typos and grammar issues, but I can see past them since the story seems fun.

Gonna try out the game, but please don't exclude Linux. The default "pc" build automatically includes both Windows and Linux, there's literally no reason to explicitly exclude Linux, and not everyone knows how to get a build that works with Linux from the Windows-only version.

Wow... I randomly tried this on a whim and I must say, I love the premise and it's very well executed. Can't wait for more. Very well done!

A very promising demo. I adored the original, but it did seem a bit rushed and messy (just being honest, sorry), so hopefully with this you can give the story and the characters what they deserve :)

It got removed a few days ago. Seems the reporting was enough :)

Someone has reuploaded your game here: https://xsliderx.itch.io/with-rain-comes-the-flood

I've reported it, but you can do a copyright claim on it too

Me again :3 any info? It's currently Saturday evening (at least in my time zone)

AWESOME! Can't wait! 😁

Hey. Any ETA on when Chapter 4 will be available? You have no idea how much I want to keep going with the story 🤣

Haha, no worries. I understand those sorts of things happen, being a developer myself. I just thought it was something on my end since nobody had mentioned anything and the update's been out for a couple of days

(1 edit)

Does 0.6.1 not contain Chapter 3 correctly? I just played through the whole of Chapter 2, I get to the point with Megan in bed in the morning, and it says the same "but this is the end of the chapter" dialogue and kicks me to the main menu. However, I can see there is a ChapterThree folder if I unren the game, as well as ChapterThree.rpyc. Am I missing something?