Welcome Guest ( Log In / Register ) |
Quick Lists Top RatedTutorials Living World Map G… Ultimate beginner'… Arrow scaling bug… Raising Heroes max… Creating an asset.… Proper Fire Arrow… Simple Structure B… Making a simple Ma… Quick and easy sno… Making patrols nea… Mods The Dwarf Holds The Peloponnesian… RJ - RotWK The Elven Alliance… Helm's Deep Last H… The Elven Alliance Special Extended E… Kings of the West… RC Mod The Wars of Arda Downloads BFME1 1.06 Widescr… Enhanced W3D Impor… Fudge's Map Pack LotR/BfME HD Logos Osgiliath Shellmap Crystals Of Ancien… 2v1 Wold The forests of Dru… Converted BFME2 an… ROTWK animations f… |
|||||||||||||||||||||||||
Register and log in to move these advertisements down Fixing the Rohirrim-WeaponToggle Glitch
This is a straightforward coding fix, quickly done and easy to implement. These are the parts in rohanrohirrim.ini you will need to adjust. It's just the default-modelcondtions' flags (that determine at what time the bow/spear are shown/hidden) and the actual switching animations. The funny thing is this. EA's layout is logical and faultless, yet they use a flag ('SWAPPING_TO_WEAPONSET_2') that the development team seems to have forgotten to implement. It is a temporary flag that is set, when you are just about to toggle the weaponset, who's flag is incidentally set or removed immediately. Now, the thing is that the flag 'SWAPPING_TO_WEAPONSET_1' is used correctly, and not only that, it is also used when toggling back! (Instead of 'SWAPPING_TO_WEAPONSET_2' as EA had planned) So, to make it work all instances of 'SWAPPING_TO_WEAPONSET_2' need to be replaced by 'SWAPPING_TO_WEAPONSET_1' and at certain points the flag 'WEAPONSET_TOGGLE_1' needs to be an additional condition. So here it is. You can just plug in the pieces of code, replacing the old code, or just do the changes manually:
So, that's it. :P If somehow you find that this doesn't work for you, tell me. I would also like to know if it actually DOES work for you, so please leave a comment if you use this. Thanks. :P ------------------------------------------------------------------------------------------------------------------------------ Edit^1: I redone formatting. Credits
CommentsDisplay order: Newest first Sulherokhh (Team Chamber Member) - Thursday May 21, 2009 - 6:30 Zoom in on the Rohirrim and toggle the weapons from bow to spear and back to bow. Watch closely. yorxdestroyer uu - Tuesday May 12, 2009 - 21:39 What Glitch? Sulherokhh (Team Chamber Member) - Monday August 13, 2007 - 3:57 So it is working for you? Great! :D Rob38 (Team Chamber Member) - Sunday August 12, 2007 - 19:02 Nice way to fix that annoying error with the rohirrim Sulherokhh (Team Chamber Member) - Saturday August 11, 2007 - 9:58 ... |
|||||||||||||||||||||||||
"One site to rule them all, one site to find them, © All Rights Reserved Eric Edwards ©2013. |