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!

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

Configurable with mod options to enable / disable each slot!


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"
}

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