Skip to main content

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

pushister

5
Posts
1
Topics
A member registered Dec 02, 2024

Recent community posts

(1 edit)

Also, i just figured out that this is probably the moment where you're supposed to get "I can fix you" (during day 2 bng scene)

There's so much to love about Halloween! I can't believe ya don't like it.
Consider me your official Halloween educator.
I'm gonna fix you, and get you celebratin' the spooky season!

Oh yeah i noticed the cutscene skipping bug lol. Thought i messed something up while digging through the code. Seems to be a slight mistake from the developers.

I agree, the game is awesome so far!!! I came in expecting it to be like Fappable Cannibal but the overall quality turned out so much better.

I doubt Pelo would take part in something like this lol, but i'm sure he would be impressed.

Additionally: i was using Notepad++ to edit script.rpy and the game didn't shut up until i copied "tab characters" from other lines and pasted them in front of mine and retyped the brackets. Hope that helps.

So i was having trouble getting all the achievements and decided to go through the game files. After mindlessly poking around and not finding anything i eventually decided to search all the .rpy files for the Achievement.add function. And what do you think, the exact achievements i was missing in-game turned out to be missing from the code to.

Currently, it seems impossible to get the following achievements:

  1. I can fix you
  2. Free the beast
  3. Roam and invite
  4. Blessed be (for some reason?) (the hidden one)

And, by extension, Mental Illness (which can't be seen until you get it) as it requires the player to get all the other achievements.

I'm guessing these are still in the works so you shouldn't worry about getting them, but if you reeeeeealy wanted to then i gueeeess you could just write:

$ Achievement.add(achievement_ICanFixYou)
$ Achievement.add(achievement_FreeTheBeast)
$ Achievement.add(achievement_RoamAndInvite)
$ Achievement.add(achievement_BlessedBe)

in GAME_FOLDER > game > script.rpy somewhere after "label start:" and press "Start" once in-game. Just remember to clean your karma afterwards.

by the way i love developers that make their games completely open source xoxo