This fixes the slowmo running sound in first person when in power armor. It's a quick and dirty fix, and I don't really understand what I have done here, since I am not an animator or skilled modder. It was just intended as a fix for myself, but I thought others might find it useful too. I used hkxpack to edit the following lines in the xml file from the unpacked "WPNRunForwardReady.hkx": 1.0 94 0 null 0.0 FootRight 0.5 FootLeft This method MIGHT work with other weapon mods that have problems with the first person running animation in power armor. CMD parameters I used for hkxpack: - cd navigate to the folder containing "hkxpack-cli.jar" and the hkx animation file, in this case "WPNRunForwardReady.hkx" - unpack with "java -jar hkxpack-cli.jar unpack WPNRunForwardReady.hkx" - edit xml file (see above) - pack with "java -jar hkxpack-cli.jar pack WPNRunForwardReady.xml" - replace credits: - LtCommander for his superb work - HKXPack team (tool used) permission: Author's instructions Modding is about remixing work and making it better! If you want to improve on this, go ahead, make it better!