Skip to main content

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

Formamorph

Every choice transforms your body and shapes your adventure · By FieryLion

is there any way to modify the max size

A topic by Nexus00 created Feb 13, 2025 Views: 2,122 Replies: 11
Viewing posts 1 to 2

is there any way to modify the max size of the character to beyond the limits and not just the numbers ? , like the actual character model , either way this is a great game highly recommend

Developer

You mean you want Fatness to exceed 100%? You can edit the world and set the Fatness’s Stat max value to 200 or even 300, but beyond 100 Fatness the 3D model may look broken.

If you have 3D modelling skills you can edit the 3D model stored in the game files.

thanks for the info

(+1)

How would someone go about editing the model? Do you have to extract it from the .exe somehow?

Developer (1 edit) (+2)

You can use the itch app to download the HTML version of the game, it has all assets unpacked

I’ll upload the game source code maybe hmm

(+1)

WOW, that's such an awesome feature. I wish I knew about that ages ago, there's so many games I'd love to tinker with.

(1 edit)

When i tried setting the max fatness value to 300 the model's max didn't look any different from the original max. did i do something wrong? i saved and loaded the edited world correctly, i think.

Developer

player stats are tied to the game save, so if you modified the original stats of a world, you have to start a new game to get the new stats

(1 edit) (+1)

i did. it still didn't have an effect. the 300 value still displayed as 100% of the size. however, when i made the starting value exceed the maximum, the model did what i wanted for as long as the value was greater than the max. does it just not work with the browser version?

Developer(+1)

oh my bad the code compares current value against max, so you can’t make the 3d model larger than 100%. I’ll fix it next patch

(+1)

ooh! thanks much!

(+1)

In a next update, would you be able to modify the model to be able to withstand 100%+ sizes a bit better? Not "this" next update necessarily, just "a" next update.