Jump to content

Headshots Only?


PinkLed5

Recommended Posts

I know some mods out there have headshot only features.  Is there an easy way to implement that without installing any mods?  Is there an xml file I can tweak?

 

I'd like to still be able to damage zombie limbs (e.g. shoot their legs off), but only head shots would kill them.

 

Anyone know to do this?

Link to comment
Share on other sites

Hmm, I would make it a modlet in any case; it would be a lot less effort to maintain from patch to patch. And to disable and manage when needed. If you can edit/learn to edit xml, you can learn to use the xpath system to accomplish the same.

 

Now for the actual mod, I can't really help; there's things like

    <!-- Gameplay zombieArleneFeral -->
    <property name="DismemberMultiplierHead" value=".7"/><property name="DismemberMultiplierArms" value=".7"/><property name="DismemberMultiplierLegs" value=".7"/><!-- Feral -->

 

in the xmls, so something can be done based on them, but that doesn't mean everything you would need will be possible.

I would guess it is possible, but that's as far as I can say.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...