How to change Unturned Hands Position

Table of contents

Changing Unturned Hands Position

If you're wondering how to change hands position in Unturned, you've come to the right article. We're going to explore how to adjust your viewmodel for hands. To change the position of hands in Unturned, follow these steps:

Go to the root folder of Unturned, located at:
C:\Program Files (x86)\Steam\steamapps\common\Unturned
Open Preferences.json and find the "Viewmodel": {...} field. You will see the default settings for hands position:
  "Viewmodel": {     "Field_Of_View_Aim": 60.0,
"Field_Of_View_Hip": 60.0,
"Offset_Horizontal": 0.0,
 "Offset_Vertical": 0.0,
"Offset_Depth": 0.0   },

"Field_Of_View_Aim": 60.0, "Field_Of_View_Hip": 60.0 changes your viewmodel's field of view while aiming or holding an item.

Field Of View Aim

"Offset_Horizontal": 0, "Offset_Vertical": 0" moves your viewmodel to the right with a positive value and vice versa, while aiming or holding an item.

offset horizontal

"Offset_Depth": 0.5 moves your viewmodel forward for a positive value and backward for a negative value, while aiming or holding an item.

offset depth

I've found some prepared positions for hands for you:

 "Viewmodel": {     "Field_Of_View_Aim": 85.0,
"Field_Of_View_Hip": 105.0,
"Offset_Horizontal": -0.3,
"Offset_Vertical": -0.7,
 "Offset_Depth": 0.1   },
"Field_Of_View_Aim": 40.0,
"Field_Of_View_Hip": 120.0,
"Offset_Horizontal": -1.0,
"Offset_Vertical": -1.0,
"Offset_Depth": 0.5   },
"Field_Of_View_Aim": 100.0,
"Field_Of_View_Hip": 100.0,
"Offset_Horizontal": -1.0,
"Offset_Vertical": -0.7,
"Offset_Depth": 0.5   },
 "Field_Of_View_Aim": 75.0,
"Field_Of_View_Hip": 80.0,
"Offset_Horizontal": -0.2,
"Offset_Vertical": -0.1,
"Offset_Depth": 0.1   },