0 of 0

File information

Last updated

Original upload

Created by

TryTwo

Uploaded by

ridon

Virus scan

Safe to use

Tags for this mod

About this mod

Removes the slow motion effect that happens when you attack with a weapon. Most noticeable on Fists.

Requirements
Permissions and credits
Remove combat-based slow motion effects:

v1.01 Includes two different folders.
NoSlowMo removes effects from both attacking and receiving attacks.
NoSlowMoAtkOnly removes effects from just attacking. Enemies hitting you can still trigger slowmo.

Only install one folder.

Install:
1. Install Mod Importer and Mod Utility (optional)
2. Download and extract one of the "No SlowMo" folders into the mod folder used by mod importer
3. Run modimporter

Uninstall:
1. Remove "No SlowMo" folder
2. Run modimporter

The mod simply edits the following in Hades/Content/Scripts/CombatPresentation.lua

function DoWeaponFireSimulationSlow( weaponData )
end

function DoWeaponHitSimulationSlow( args )
end