Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

hello ive been replaying this game(to get all the CGs and its really fun!!!!) but i still cant seem to get CG 29 :( also in CG 31, do we have to call the number and make a deal BEFORE or AFTER making a wish?

Glad you've been having fun with it :3 I just opened up my old test copy from the jam cos I couldn't even remember which CG number 29 was. I wanted to slam my head on my desk because I was confronted with an empty gallery xD This is because I've since deleted the save data from back when I was testing during the jam T_T Thankfully, I can still refer to the files, so here's to hoping that I named them correctly, haha.

So, I can see which one it is under the unlockables section. It's one of the posters. As far as I can remember, there are only 2 opportunities you get to click on and unlock this one. Both are during break time interactions.

You can either click on it during the first-ever break with Acheros, where you don't actually find Acheros there, but instead, Niard, followed by Nyari. The moment you can click on it is when Nyari says:
"You shouldn't let that oddball push ya around like that, newbie. You've gotta stick up for yourself, or you'll wind up in some pretty sticky situations."
You then have the choice to 'Nod' or 'Sigh', but before picking either of those, you can click on the Pookie's Pizza poster in the background.

OR

You can click on it during the first break with Kiol after Kiol says the line:
"Please, Nine, whatever you do, don't make her your role model. The last thing we need here is another charming chatterbox."
You then have the choices of 'Agree' or 'Sigh', but again, you can instead click on the poster in the background.

I should have made it unlockable during other breaks in the cafeteria too really, but for some reason, I only made it possible to interact with and unlock on those two in particular!

As for CG 31, hate to say this but I honestly have no idea x3 It's been so long since I did anything with this project that I don't know. I did fix the initial issue where you could only unlock either 31 or 32, so I'd like to think that it shouldn't really matter whether you do it before or after. But in truth, I just don't know because it's been too long for me to remember T_T I think for both 31 and 32, the main thing was just that you have to have interacted with both the genie in Wishmaker and the demon during the call and making the deal.

I'm just looking at the code now, and from what I can see, it's just that you have to have a demon score of more than 1. The demon score is set as a global variable, which means it persists through all saves even after a bad end. So for example, whether you make the deal with the demon on the phone or you choose to free the djinn in Wishmaker, you will score +1 demon point. It doesn't matter that you get a game over and booted to the title screen cos you keep that point still.

From what I can work out, the most economical way to get CG 31 though, would be to do the call and demon deal on the phone first, getting you 1 point, then do the Wishmaker thing afterwards, getting you the second point which should then unlock the CG at the same time (because regardless of how many points you have, CG 31 only unlocks after the Wishmaker bad end. This is the same for CG 32, but it only unlocks after the demon deal bad end.) 

The check for points happens right after you gain 1 demon point. So if you do Wishmaker first, you'll get 1 point, but if that's your only point, you won't unlock the CG. You could technically just do the Wishmaker ending twice to get the CG if you didn't want to bother with the demon call. 

I really hope that helps x3 Sorry I'm so rambly in my explanations >.< Thanks so much for playing ^-^