Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

PS: How the heck do you get into the secret room that has Betsy? It's been driving me up the wall for the past 4 hours. I thought maybe it had something to do with F.E.R. because of the name, or Space Station since there's mention of "Sqoid7" in the code for the trigger, but I'm at a complete loss and about to give up.

you have to find and hit 3 switches to power on the building

(+1)

That's not what I'm referencing. The NPC you are thinking of is Jacky. In the code for the game, there is a completely unique area with a trigger. The trigger summons a secret NPC not anywhere else in the game called "Betsy." It also plays an audio file called "secretRoomMusic" which I listened to, and well... it sounds goofy and hectic, unlike anything else in the game. While extracting the assets of the game, I also found a hidden texture and sprite model which are both named "secret Text" and are just some handwritten words that read:

We will conquer. We will reform this world.
Thank you for participating in our cause.
Your soul will be put into good use.
KOM ONS HEER
-SIT

I have no clue what the hell it means, but I think you will find that texture and sprite in-game if you get into the secret room. Unfortunately, I have no clue how the hell to actually trigger the secret, or even what map it is on. I am extremely novice when it comes to coding, and the code for this game is very confusing, which is not helped by the fact that there are literally no comments anywhere in the code with the exception of token ID info. I guess it makes sense there are no comments, because the developer probably never intended for anyone else to look through the code, but it is still commonplace in coding to leave comments in-case you ever return to the project at a much later date or decide to hand it over. I'm not shitting on the skill of the dev by any means, this is literally the best Hgame on the internet in my opinion; in fact, it's probably my own fault for being so shit at reading code.

On top of not knowing how to trigger the secret, I don't even know what Betsy looks like. She has no textures (that I can find), and no spirtes. All she has are 3 animation clips, which I'm not really sure how to view in Unity, because I have never worked with animation before.

I'm just extremely curious whether it's even possible to trigger the secret, or if it is some abandoned feature that never got implemented. No texture models strikes me as EXTREMELY weird, but then again, I didn't go through all 3,907 assets. It's also worth noting that almost none of the assets are actually named after the NPC they are used with; for example, pretty much all the head models in the entire game are just named "Head" so that the only way you can tell them apart aside from visually is the path ID. There is one head that did stand out for me however, because it almost just looks like a  player model... but it doesn't match any of the player cosmetics (which are independent models anyway). It also doesn't match any of the dead staff in F.E.R., the caged women in Jungle, or the dead woman in Space Station. If you extract the assets of the game, it will be titled "Head" and the path ID is 610. It looks like a white woman with pinpoint eyes and brown hair done up in a bun.

Watch it all be complete filler that's not even implemented. I'm pretty sure the ambience.wav file is just filler because I have NO CLUE where that would fit in the game. It is in the code (I think anyway, the code gives different names from what the asset files are called), but I honestly wouldn't be surprised if it was some inside joke by the dev going "hehe, some kid's gonna listen to this one day and turn my game into a creepypasta."

ok that's not something I was aware of. it could be unused asset for something planned that was never added. perv said he was possibly not working anymore on the game in his discord so it may just be incomplete.

(2 edits) (+1)

Figured it out. You have to spam the light switch in the hub area.
This is also where the ambience.wav comes from.