0 of 0

File information

Last updated

Original upload

Created by

Sushin

Uploaded by

Sushin

Virus scan

Safe to use

Tags for this mod

About this mod

Gives all vanilla weapons a proper grabbable handle on the blade, and lets you use two hands on single handed weapons.

Requirements
Permissions and credits
Donations
A simple mod that does two things:
  • Half swording (gripping the blade) enabled for all vanilla weapons with a new, unique hand pose.
  • Adds a supporting grip to one handed weapons, allowing you to hold one handed weapons in two hands without having to mess with the slide function that long handled weapons have.
This mod can also work on modded weapons that use it.

Modders
If you want this mod to enable extra handles on your weapons, you can follow the steps below. If you always want halfswording/support grip enabled on your modded weapons even without this mod, please avoid using ObjectHandleHalfSword and ObjectHandleSupportingHand as handle IDs, and instead use ObjectHandleHeavy or ObjectHandleLight.

Half Sword Handle
  • In the JSON, the blade handle must use the ID "ObjectHandleHalfSword." 
  • In the weapon prefab, you can set the handpose of the handle to "HandleHalfSword" if you want it to use the proper handpose, but it's optional.
Supporting Grip Handle:
  • In the weapon prefab, create a second handle below your main sword handle, and make sure both have 0 "Axis Length"
  • Set "Artificial Distance" to -2. This will make it so this supporting handle is considered further away, and not a priority for being grabbed first. (Probably optional)
  • In the "Activate Handle" field, drag in your original main handle. This will make it so the support handle only becomes grabbable if the main handle is grabbed.
  • In the JSON, assign "ObjectHandleSupportingHand" to this handle's interactable ID. This will allow it to be enabled with this mod.

As with modding extra handles to any weapon, the name of the handles in your prefab must be designated in the item JSON as well, unless the names and interactable IDs are the same.