DYSMANTLE

DYSMANTLE

Not enough ratings
Better Tools and Weapons
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
69.332 KB
11 Mar @ 2:30pm
1 Change Note ( view )

Subscribe to download
Better Tools and Weapons

Description
Increases the damage of tools and weapons per upgrade level. Also increases the speed of some tools and the amount of ammunition per level for some weapons.
7 Comments
Rae_inbow 4 Oct @ 10:22am 
Its not working ):
AwesomeSauce 19 Sep @ 9:47am 
How to fix the sledgehammer slow, slow power attack

goto
C:\Program Files (x86)\Steam\steamapps\workshop\content\846770\3442809147\items\tools

edit (open with notepad)
sledgehammer.nut

replace the first 4 lines with (thank you dethtrain)
ATTACK_PLAYBACK_SPEED <- 1.25;
ATTACK_DELAY <- 0;
POWER_ATTACK_PLAYBACK_SPEED <- 1.25;
POWER_ATTACK_DELAY <- -0.25;
dethtrain 4 Apr @ 1:30pm 
Found the sledgehammer.nut file. It seems by lowering 1 of the speed multipliers closer to 0, doesn't make the animation faster, but slower.

ATTACK_PLAYBACK_SPEED <- 1.25;
ATTACK_DELAY <- 0;
POWER_ATTACK_PLAYBACK_SPEED <- 1.25;
POWER_ATTACK_DELAY <- -0.25;

I went into the workshop folder of steam itself, so I'm wondering if I make changes - will steam automatically redownload the workshop file and overwrite it.
moli 26 Mar @ 8:22am 
@dethtrain: power attacks have their own speed settings, maybe the mod maker did not change those
ATTACK_PLAYBACK_SPEED <- 0.7;
ATTACK_DELAY <- 0;
POWER_ATTACK_PLAYBACK_SPEED <- 0.85;
POWER_ATTACK_DELAY <- -0.55;
dethtrain 26 Mar @ 8:20am 
That didn't help with the sledgehammer, but definitely noticed the effects for the other weapons. Sledgehammer remains unchanged. The power attack wind up is still in slow motion, and even the actual downward strike. It reminds me of the area where you do the quest to open up the mana rifts... that's how slow the sledgehammer is (again just the power attack - regular swing speed has been increased as the mod suggests)
moli 25 Mar @ 8:52am 
@dethtrain: go to Options / Gameplay and set Freeze Frame Effect to 0
dethtrain 25 Mar @ 8:50am 
Hey can you check the sledgehammer on this? Its the only weapon where when I perform a power attack, the players slows down as if I was in one of those time warps (the rest of the game doesn't slow). Crowbar, wrench, bat, axe don't have this issue (haven't tried others). Great mod.