Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I still wasn't able to replicate it. I'll leave the case open for now.

The %localappdata% is on windows, it is a shortcut to a folder. If you paste "%localappdata%/gain_factory/game_data_.ini" in the address bar in file explorer it should open the savefile (which is human readable). The easiest thing is to do a reset for your player nutrition. Before editing the savefile, you can put all the body parts back to 1, and in the savefile, you can set "upgrade_points_",  "upgrade_points_total_", and "nutrition_points_current_" to 0.0.

If you could reply with what values these three variables have before you edit them, that would maybe give me a hint to what the issue is.

ok so this is what i found at the bottom of the file for the upgrade points, upgrade points total and nutrition points current:<upgrade_points_total_<:-2.0(followed by fat level and other stuff including nutrition points top witch is at @@nan$$) <:4.0,<nutrition_points_current_<:382.0,<upgrade_points_<:-3.0, (followed by creative enabled witch is at 0.0)

I'm so sorry, I didn't see your message! You can set upgrade_points_ to 0.0,  and upgrade_points_total_ to 1.0, and it should fix it. Otherwise, set upgrade_points_total_ to upgrade_points_ + the number of points you have already spent on your character.

yeah no problem, and the suggestion you made fixed it (to set it all to 0) sorry, I probably should have said so sooner.