-
Announcements
-
SITE MOVED - IN READ ONLY MODE 12/08/2015
Please use http://www.loverslab.com moving forward. Site has been restored to a previous version, and this one placed into a read-only mode. This is available for a limited time so users may reference/copy content that has been lost in the transition. This will no longer be accessible by December 22nd, 2015.
-
rynak777
Members-
Content count
201 -
Joined
-
Last visited
Files posted by rynak777
-
Mounted Steering Optimized
Requires OBSE
This is a slightly modified version of the "mounted steering" plugin from "mounted combat" by Flyfightflea.
The original plugin package and readme can be found on nexus: http://www.nexusmods...ion/mods/8962/?
If by the time you read this, nexus links are dead once again, search the web or nexus for "Mounted Combat OBSE".
Flyfightflea's package contained three plugins:
- mounted_steering
- mounted_trampling
- mounted_spellcasting
The trampling plugin was actually just an updated version of the steering plugin, which additionally allows trampling others. I took this plugin, removed the trampling code and spell (so that it would become an updated mounted_steering plugin), and then made a few simple tweaks.
For those not familiar with mount and blade: In MnB, you press up to accellerate, down to deaccelerate - your horse will not stop unless you tell it to slow down, or if it runs into an obstacle. All that mounted_steering plugin does is, to add this control scheme to oblivion.
Changes compared to the original plugin:
- deacceleration is now quicker (originally, it took as much time as acceleration)
- Originally, the script ran all its code every frame, regardless of if the player was mounted or not. Now it only does so when the player is actually mounted. While not mounted, the script is called five times per sec, checks if the player is mounted, and if not, instantly returns instead of running the rest of the code.
- Reordered codesections, so the script should be more efficient for oblivion's dumb as brick script interpreter.
- Removed a few redundant checks.
_____________________________________________
Installation:
Just drop the esp in the /data dir into oblivtion/data and activate it.
_____________________________________________
Uninstallation:
WARNING: Do not disable or remove the plugin while you're mounted. Dismount first, else your horses speed might get messed up.
_____________________________________________
The plugin checks if you hit an obstacle, but the code (still original, not mine) can sometimes be unreliable. If you want to disable the collision check, then type into the console: set ToggleCrashDetection to 0
_____________________________________________
261 downloads
Updated
