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 are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
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 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
Vawser for the original Super Jump mod.
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.1
Fixed it so it actually works, oops.
Allows you to edit the player's movement speed, roll distance, backstep distance, and jump height.
This is just a merge and originally made by Vawser. Please go endorse his mod here
Configuration By default the movement, roll, backstep and jump multipliers are set to 1.0 (default).
You will need to open the c0000.hks file (found in the action/script/ directory) in a text editor, and edit the following lines to suit your tastes:
g_MoveMovementMultiplier = 1.0-- 1.0 is normal movement speed, 2.0 would be 100% faster. g_RollMovementMultiplier = 1.0-- 1.0 is normal roll distance, 2.0 would be 100% further. g_BackstepMovementMultiplier = 1.0 -- 1.0 is normal backstep distance, 2.0 would be 100% further. g_JumpMovementMultiplier = 1.0-- 1.0 is normal jump height, 2.0 would be 100% further.
Installation If you are using it by itself: - Get Mod Engine 2 (https://github.com/soulsmods/ModEngine2/releases) - With the default setup, place the action folder into the mod folder Mod Engine 2 uses by default.
If you are using it with an existing mod: - Place the action folder into the existing mod folder.