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:
- I can fix you
- Free the beast
- Roam and invite
- 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