Skip to main content

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

What do I need to do to get each ending? what is the requirements for each transformation/path?

(2 edits)

I haven't reached any endings but been noticing some transformations 

Easiest one is the appleseed transformation, having 5 different stages. You can just pay 10 constantly to get 10 seeds, or pay 50 to get 50 seeds. It happens everytime from my experience and I've been playing for about 5h straight now (help)

Then's the bug/insect transformation, it's tricky and I've only seen one stage of it. Been slowly eating appleseeds so I remain normal and not starved while saving up insect foods. Leeches don't seem to count toward this, idk about snails. Worms do. I've only seen 1 stage of this transformation

Idk about rest, only drinking sodas leads nowhere from what I've seen

If you pay 500 you often get objects?... I feel like eating multiple objects in a short time period might give some new transformation path

Then there's human related items like the baby looking thing and eyes. Could also lead somewhere, I haven't gotten enough of those items to dare and try (edit: doesn't seem to lead anywhere, ate about 6 of these items. Maybe they negate each other somehow or just don't have transformation path)

I've been decompiling the code and I can confirm that there are 6 paths! There's the anorexia line (starving), perfect line (eating healthy food), unhealthy line (eating unhealthy food), anomalous line (eating anomaly-type food), parasite line (eating bugs), and the "hollow bride" line (consuming a lot of liquid).

The healthy and unhealthy lines have 5 transformations, while the others only have 3 transformations. This is the snippet of code I found about the requirements.

I've been working on a spreadsheet listing what food counts towards what transformation!

Agree! I also decompiled it and I think the ideal strategy (in version 0.1.00 at least) is

  • At first, only eat ¥10 packs of apple seeds and drink ¥150 unhealthy liquids (100% chance for each). This grind will let you survive, stay normal and save a lot of money or food items. You can even go down all 5 steps of the healthy route or fat route by varying the ratio between seeds and sodas. You can always starve to return to normal.
  • Only other price point worth bothering with besides the aforementioned ¥10 and ¥150 is ¥100 (and ¥500 if you have that coin). This gives a good value-for-money of anomalies, healthy liquids and parasites. Healthy seeds and unhealthy liquids are best obtained in the previous point.
  • After saving up enough items from it, eat a selected category at once to transform as you wish to the 3 stages of the other routes. 

Minor optimizations:

  • Only eat on the street to waste less time not begging, although looking into your inventory next to the vending machine is the only place to see the front standing sprite.
  • First operate the coin slot as many times as you need, then collect everything from the output tray by spam-clicking.