rynak777 Posted February 13, 2014 Posted February 13, 2014 File Name: Mounted Steering Optimized File Submitter: rynak777 File Submitted: 13 Feb 2014 File Category: Other Requires: OBSE Requires OBSEThis 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_spellcastingThe 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_____________________________________________ Click here to download this file
rynak777 Posted February 14, 2014 Author Posted February 14, 2014 Updated to R2: - No gameplay changes - Reordered codesections in script to be more efficient - When dismounted, script call interval is further reduced to 5fps - Removed some redundant checks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now