• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Hide / No Hands

Genosis

Refugee
A very simple mod for screenshots/cinematic uses to hide your hands. All you have to do is hold a bandage (either kind) and your hands will not appear on the UI when you hit F7.

I uploaded it at Nexus here : https://www.nexusmods.com/7daystodie/mods/216

Note: I chose to not do this to the empty hand as it looks super weird when you want to punch something.

 
Can i download mods from the site "nexusmods" without registration?
Come to think of it you can't, wasn't aware they had that restriction there. Here is another direct link:

NoHand_Bandage.zip

Also, for those handy with modlets, it's a simple one line change to items.xml:

Code:
<config>
<set xpath="/items/item[@name='medicalBandage']/property[@name='HoldType']/@value">2</set>
</config>
 
Oh, sorry, i thought the mod was hiding empty hands. I have long been interested in this opportunity.
like this

https://7daystodie.com/forums/showthread.php?42221-Hiding-Empty-Hands-XML-Edit&highlight=hands
I understand why you'd want that, I suppose it was a personal preference for me not too since it made the melee attack (punch) look weird. If you wanted the empty hand, just replace the above code with :

Code:
<config>
<set xpath="/items/item[@name='meleeHandPlayer']/property[@name='HoldType']/@value">2</set>
</config>
 
Gen, do you happen to have pictures of each hold type? =)
Ha, no I haven't quite done that much homework in regards to hold types. This was based off an A16 edit of items.xml a while I found in the forums, noting that "HoldType" 2 was just blank. (0 is the default hands if I am not mistaken).

 
Back
Top