SandMouseAnarchy Posted March 31, 2019 Share Posted March 31, 2019 Does anyone know how to dynamically change the players run/walk speed based on how much they're carrying?Id like it so that the heavier the player is, the slower they move, but cant find anything usefull on google. Link to comment Share on other sites More sharing options...
SKKmods Posted April 1, 2019 Share Posted April 1, 2019 Cook up something with the F4SE function GetInventoryWeight() to SetValue() on actor value SpeedMult. Link to comment Share on other sites More sharing options...
SandMouseAnarchy Posted April 1, 2019 Author Share Posted April 1, 2019 That's excellent - I've found the SpeedMult, but I didn't see the f4se GetInvintoryWeight() function ^.^ I wonder if GetInvintoryWeight() will pick up the weight of power armor when it's being worn? As far as I know - power armor is weightless when worn, but I definitely need to calculate the weight of power armor aswell. Link to comment Share on other sites More sharing options...
Recommended Posts