How to Adjust Animation Speed: The variable `WM_sneakspeed` controls how quickly the player crouches and stands up. To change the animation speed, simply adjust this variable via the console like this: 'set WM_sneakspeed to X' Replace `X` with your desired value (default is [2.3]). The higher the value, the faster the animation. If set to 0, the animation won’t play at all. ---------- To adjust the height at which the character crouches in first-person view in *Morrowind*, you need to modify the `WM_desiredscale` variable. This controls how low the character will crouch when sneaking, and it affects interactions like passing under low obstacles. Here’s how you can change the crouching height: 1. Open the console in *Morrowind* by pressing the `~` (tilde) key. 2. Type the following command: set WM_desiredscale to X Replace `X` with your desired value. The default value is 7, and the acceptable range is between 2 and 8. For instance: set WM_desiredscale to 5 This would make your character crouch lower than the default. However, keep in mind: - Values lower than 2 or higher than 8 can cause animation issues or make the movement look unnatural. - This change affects only first-person view, so if you switch to third-person, the crouching animation may not reflect this adjustment. Feel free to experiment with the value until you find what works best for your gameplay experience!