Jump to content

Hide / No Hands


Genosis

Recommended Posts

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.

Link to comment
Share on other sites

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:

 

<config>
<set xpath="/items/item[@name='medicalBandage']/property[@name='HoldType']/@value">2</set>
</config>

Link to comment
Share on other sites

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 :

 

<config>
<set xpath="/items/item[@name='meleeHandPlayer']/property[@name='HoldType']/@value">2</set>
</config>

Link to comment
Share on other sites

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).

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...