As far as I can tell, everything about the player that can be resized is resized as expected, and it doesn't seem to cause any of the issues I have seen in similar mods.
Some things that are not resized:
- the hand/tool reach/range distance (not sure if possible to change at runtime)
- the camera distance in third view (hardcoded engine limitation)
- initial drop in liquids is always half a node (engine bug https://github.com/minetest/minetest/issues/12684)
Some things start behaving weirdly at extreme sizes (as expected)
- when very big (more than 10x or 20x) the step height doesn't seem to work properly, and the player easily gets stuck
- when very tiny, the camera clips through the ground and walls
As far as I can tell, everything about the player that can be resized is resized as expected, and it doesn't seem to cause any of the issues I have seen in similar mods.
Some things that are not resized: - the hand/tool reach/range distance (not sure if possible to change at runtime) - the camera distance in third view (hardcoded engine limitation) - initial drop in liquids is always half a node (engine bug https://github.com/minetest/minetest/issues/12684)
Some things start behaving weirdly at extreme sizes (as expected) - when very big (more than 10x or 20x) the step height doesn't seem to work properly, and the player easily gets stuck - when very tiny, the camera clips through the ground and walls