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 Broadcast StealthTutorial for BFME, BFME 2, ROTWK
Broadcast Stealth In this Tutorial I will show how to add the Broadcast Stealth ability to a Hero. This Tutorial is intended for those who have a sound knowledge of coding and can add powers to heroes. The Broadcast Stealth ability is something I found in a map.ini as an override module for Lurtz. My guess is that EA intended Lurtz to have this power but it was removed a some point. Since then I have been working on getting it to work and after some time I got it work. This is how it works - The Broadcast Stealth power on the hero switches on the Stealth Modules on units when nearby. Broadcast Stealth is a passive power that functions like a leadership. Before I start I should mention that I have not figured all the nuances of this ability so I encourage you to play around with it. Ok here we go - On your Hero (I'll use Lurtz) add the following module to him in the usual place.
This is code needed to tell the unit's stealth to become active. Next go to specialpower.ini and add the following
Next go to the unit you want to stealth and add the following uncomment the BecomeStealthedFX lines if you want FX for when they stealth
If the unit is a part of a horde add the same code to the Horde. This stealth starts off inactive until triggered by the Broadcast Stealth. Now go to experiencelevels.ini and add the upgrade to the hero. Then you can make a commandbutton for it. That should do it units nearby your hero should stealth. Update: From what I can tell after some experimenting the way this actually seems to work is that the hero broadcasts his stealth to the target. The target still needs a stealthupdate though possibly the same as the hero. So this ability literally Broadcasts his stealth instead of just acting as a trigger. CommentsDisplay order: Newest first GothmogtheOrc (Team Chamber Member) - Wednesday August 20, 2008 - 12:27 Very interesting. I always wondered how this code was supposed to work. Good job on figuring it out ;) |
|||||||||||||||||||||||||||
"One site to rule them all, one site to find them, © All Rights Reserved Eric Edwards ©2013. |