Fixes the Upper Slash bug which causes the animation to repeatedly end abruptly.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
REQUIREMENTS You will need FCH823's TFC Installer for UE3. The installation instructions for this mod are also found on the page for the TFC installer as they appear to be identical,or at least very similar for any game which utilizes this program. Please go support FHC823 for creating this awesome tool!
What does this mod do? DmC is a game that was designed to run at 30 frames per second. Because of this, many oddities occur when playing on PC with an unlocked framerate such as hitstop becoming non-existent or attacks not hitting properly. This mod resolves the latter for the startup of Vergil's Upper Slash.
How does this mod fix this problem?
The node for Upper Slash expects certain conditions to be met in order for the linked moves to activate. Originally, the ButtonEvent set was StrongMelee (Circle/B) but when holding this button, the move would cancel which was the source of the bug. The fix changes the conditions required and also changes the ButtonEvent to AutoContinue which also happens to be how Definitive Edition fixed this problem. My fix is extremely similar to DE's, but not identical and despite not encountering issues while testing the fix myself, please let me know if you experience problems on your end.
This fix does not change the input for Upper Slash and the grounded version is still tap while the aerial version is hold. I've only shuffled around how the game behaves in order to get to that point.