Skip to main content

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

spamboxje1601

21
Posts
5
Followers
A member registered Aug 02, 2023 · View creator page →

Creator of

Recent community posts

Under Linux the global renpy save folder is located at  ~/.renpy inside this folder there is save folder for the game 'AHouseintheRift-1545999373'. 

The ~/Library/RenPy is for the location on Mac.

Are you sure?

When opening the app/launcher I choose my account, but the itch web site is displayed as nobody is logged on. Also based on the token error it seems as if there is no login token. Maybe login happens, but something goes wrong with the tokens, but only in the app/launcher not if you use the website in a normal browser. So there comes my conclusion from, it's based on a limit amount of info so, it could be something else on the server. But at least it seems only to go wrong with the app/launcher.

The app seems not to be able to login anymore. So I guess itch changed the sites API, but forgot about the app. 

I got an image '2lobbyel1' not found. I can ignore it, so it is not blocking anything. (see that is used 2 times; before and after the letter reading)

(1 edit)

Minor issue, when click in the first evening on the desk in the lobby I get an error that 'sun' isn't defined.

Quick look reveals it get defined/assigned for the first time when/after sleeping by calling check_day (sleepstuff). 

So I guess you should call check_day at end of prologue, before starting sandbox mode. Or use default statement to make sure all days of the week exist/defined all the time.


Found another issue:

Trying to visit the beach from the city (exploring), but get syntax error. The following line (script.rpy 16462):

if explore_beach == 0 and explore1 = True:

Can't assign in condition, should probably be 'explore1 == True' or just 'explore1' or removed completely. Since the menu choice already checked that 'explore1' is True :)

I know very late response, but might still be useful for any Linux user. Also I just came across this VN.

But the windows/pc version comes with Linux support. Just download, unpack and run "Far-Off-Friends.sh"

Almost all Ren'Py visual novels come with Linux support. Even when the developer doesn't indicate it. They probably can't test if it works under Linux and can't give any support for it, so they leave it out the description. But I have had never any serious problem with Ren'Py VNs. (except when developers purposely make it hard for Linux users)

Good advice, I wish more VN developers would follow these guide lines.

Worst few cases I see too often, are where they put the text over the whole width or even worse completely on the left/right side and only using <30% of the width of the screen. Making reading the text awkward. 

I even have modified some VNs (for myself) to improve readability by changing fonts, text-box widths. Lucky that is often easy doable with Ren'Py based VNs. (If you are some what handy with Ren'Py)

After you ask him to clear the path. You have to progress further with some other quest (staff points?) before he reports that path is cleared. (He is probably just really lazy and works really slow, when he isn't drinking)

Thanks for your comment. This tool exist also because I got curious about Ren'Py. So it started with looking into if I could read RPA files, followed by writing them. This than slowing grew into these tools. It was fun working on it. It's nice to hear that it is useful to others too.

Best way to learn about things is by playing with/analyzing them. Trail and error is still a good way to get experience with stuff.

At the moment working on a Linux version of the game viewer, but it has all kind of weird issue so can't really make a proper release for it. (I guess .Net and Linux still don't mix well)

Hi,

The event conclusion is indeed okay.

But want trying to say, was that before the conclusion Caitlin came for the other regular/random morning visit. Which of course breaks the event some what.

After the keen fox drink, I think Caitlin (or other girls) shouldn't visit in the morning. It is weird that after that Caitlin shows up telling that she is normal again. 

I hope my comment makes sense, no idea how better describe it.

The issue seems resolved. I could download the file.

https://mister-rooster.itch.io/wartribe-academy

4 GB only get 1.8-3.2GB

Slows down after 2GB (14MB/s to 2MB/s)

breaks off without an error

Files were recently uploaded by author

Please fix this issue!

(2 edits)

Just tried it again. got now a file of 3.1GB. So it seems more a problem at itch.io. Weirdest  is that the browser doesn't see it as fault. (initial it say downloading a 4GB file) 

I'll wait and try later again, hopefully the issue disappears/get fixed.


Update:

There is in deed a issue: https://itch.io/t/3306553/download-file-corruption-reports

I gone add a report. (itch thinks it should been fixed)

I tried to download 1.9.2 for PC (win/linux), but I get only 1.8GB and the file is a corrupt zip-file.

In chapter 6 dialog with Calypso and the option “Why the long face, my Princess?” should that be really += 1 or should it be a -= 1

Also I have the feeling that Caribis watched "Alice in Borderland"

Maybe a other sentence in chapter 5 that should not be used when the blowjob didn't happen: "For several reasons...":

    if daliapath:
        mct "Hmm, Akira could have access to a private server just like Dalia, it's very possible. Although, I prefer Dalia's."
        mct "For several reasons..."

At least it feels to me that MC is referring to the bj again?

Thank you also for this great VN.

You can try the (last) auto save(s). Go to 'A' on the load screen. Than you have at least not start from the beginning.

I just continued playing chapter 5. But I notice something odd Dalia talks about giving a bj to MC, but in my play through of chapter 4 this didn't happen (because I didn't want anything in return in chapter 3).

So I think there is a missing check for this event in the dialog (daliablowjob).

I have trouble selecting the map to start exploring, only the border seems to work. When I visually compare the bed_idle with map_idle, then I see an infill on the bed and not on the map. So I fixed it by infilling the map_idle with a slight opacity white and that seems to work for me. Not sure if others have the same issue?