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

Guppy's GeterUpper Randomizer

Guppycur

Hunter
Updated the entityclasses to randomize the "get up speed" when knocking down a zombie. Range is 1 second to 10 seconds.

Modinfo.xml

Code:
<?xml version="1.0" encoding="UTF-8" ?>
<xml>
<ModInfo>
	<Name value="Guppycur's Random ZombieGetterUpper" />
	<Description value="Got the timing down pat for their get up speed?  Well, let's fix that!" />
	<Author value="guppycur" />
	<Version value="1.0" />

</ModInfo>
</xml>
Entityclasses

Code:
<configs>
<!-- Updates the Entityclasses to randomize knockdown get up speed -->
<!-- By default, it's locked at a set .45 second value.  Screw that. -->
<set xpath="/entity_classes/entity_class/property[@name='KnockdownProneStunDuration']/@value">1.0,10.0</set>
<set xpath="/entity_classes/entity_class/property[@name='KnockdownKneelStunDuration']/@value">1.0,10.0</set>
</configs>
Download:

https://drive.google.com/open?id=1t7mpi3QTZm7jsRndoMUGHC-enNSaMgQC

To install:

Make sure you have a "mods" folder under your 7 days to die folder.

Unzip this zip into it so that the folders look like:

getup.png


[video=youtube_share;OtZfnFqNyCY]

 
Last edited by a moderator:
I loved that video "Who doesn't wanna see boobies right?" hahaha. I am also probally going to use this mod as well, though it might make the game a tad easier at the same time.

 
Was thinking about that; in a swarm, you are stepping into bodies and they might not be dead... Thinking it will be harder in some situations (when they're surrounding you and your situational awareness is crap).

Conga lining them WILL make it easier though, so my "full mod" will fix that as well.

 
Guppycur, nice work...

and since you went there .. can we also get you to make a mod where boobie sizes are randomized...

"Because who doesn't wanna see boobies (of all sizes) right?"

:) :) :)

 
Guppy, will the range accept fractional seconds? i was thinking of keeping it shortish 0.5 to 2.5 ?

 
Interesting. I like this alot. Very cool.

only issue is... You know they're dead for sure now since you see the XP...

 
Last edited by a moderator:
Yeh but in a battle where you're surrounded, like a horde night, this'll add a new dimension.

Wandering horde congo lines? Not so much.

 
Is there a mod that turns off exp display? It's a cool mod but without that it's just a massive nerf to zombies. I think in general it is a big nerf though since they can be knocked down much longer. You can also just beat them until you hear the death sound instead.

 
Back
Top