zencq / NomNom

NomNom is the most complete savegame editor for NMS but also shows additional information around the data you're about to change. You can also easily look up each item individually to examine its attributes, independently of a savegame, or get other useful information that are not related to a specific savegame (but enhanced if one is loaded).
https://zencq.github.io/NomNom/
GNU General Public License v3.0
440 stars 36 forks source link

[Feature Request] Adjust Player Height Scale #72

Closed FiftyTifty closed 2 years ago

FiftyTifty commented 2 years ago

Description

With GoatFungus' save editor, you were able to view the JSON data for the save, and were able to modify the following field: PlayerStateData -> CharacterCustomisationData -> [0] ->"Scale"

By editing that, you can directly modify your character's height. Having access to this would be fabulous, particularly for WALL-E type characters.

cengelha commented 2 years ago

You can already do it the same way in NomNom (for now just use Ctrl + F to search) but a feature to customise some things directly via UI are already planned.

FiftyTifty commented 2 years ago

Ooh, I didn't know we could do that. I missed the advanced functions setting, which allows us to edit the JSON. Thanks for the heads up.