Blade & Sorcery
0 of 0

File information

Last updated

Original upload

Created by

Wully

Uploaded by

Wully616

Virus scan

Safe to use

Tags for this mod

About this mod

Adds more holsters to the player! Fully configurable!

Requirements
Permissions and credits
Changelogs
Donations
MoreSlots!

Adds 16 more holsters to the player!

Please Endorse and Vote if you like this mod!





Configurable Side interaction so holsters can only be grabbed by left or right or both hands


Equipment is persisted between level changes and exiting the game!




Features:
Supports adding new slots to the player!
You can override the base game slots and move them or disable them completely!


14 new slots!

  • Two chest slots
  • Two lower back slots
  • One middle back slot
  • Two upper arm lots
  • Two forearm slots
  • Two thigh slots
  • Two ankle slots
  • One mouth slot

You can disable any slot, including base game ones by changing the enabled value in the slot's json to false
eg:

"enabled":  false

Debug mode:
In Loader.json set "debug": true to enable gizmos to see the position and orientation of the holders on the player

Configurable!
Add your own slots by editing adding a new CustomHolderData json
{
    "$type": "Wully.MoreSlots.MoreSlotsData, MoreSlots",
    "id": "ArmLeftholder",
    "version": 0,
    "holderDataId": "HolderHips",
    "handSide": "Right",
    "localPosition": {
        "x": -0.13,
        "y": 0.07,
        "z": 0.02
    },
    "localRotation": {
        "x": 180.0,
        "y": 80.0,
        "z": 180.0
    },
    "ragdollPartName": "LeftArm",
    "enabled":  true
}

Configure which Hand(s) Left,Right,Both can interact with the holster by editing the "handSide" in the json file.
The names of the valid ragdollPartNames are:

  • RightFoot
  • LeftFoot
  • RightLeg
  • LeftLeg
  • RightUpLeg
  • LeftUpLeg
  • Hips
  • Spine
  • Spine1
  • RightArm
  • LeftArm
  • RightForeArm
  • LeftForeArm
  • RightHand
  • LeftHand
  • Neck
  • Head





View my other mods here