player stuff is in c0000.hks https://www.nexusmods.com/eldenring/mods/2438 this mod has some dunno if its updated. might break dlc weapon anims if its not
1. Download hks files from EldenRingHKS repos. 2. Try to understand the code using trial and error. (I've heard there are modders' discord servers) 3. Success.
p.s. this mod was made by adding act(SetMovementScaleMult, g_TorrentMovementSpeed) to the end of `Move_onGenerate` function.
61 comments
Would it be possible to also modify the player's sprint speed? If so, how? I've been digging in the code and can't seem to find the variables.
Thanks!
https://www.nexusmods.com/eldenring/mods/2438 this mod has some dunno if its updated. might break dlc weapon anims if its not
2. Try to understand the code using trial and error. (I've heard there are modders' discord servers)
3. Success.
p.s. this mod was made by adding
act(SetMovementScaleMult, g_TorrentMovementSpeed)
to the end of `Move_onGenerate` function.