Welcome Guest ( Log In / Register ) |
Quick Lists Top RatedTutorials Living World Map G… Ultimate beginner'… Arrow scaling bug… Raising Heroes max… Creating an asset.… Simple Structure B… Proper Fire Arrow… 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 Ultimate beginner's guide. New hero, many topics
As you can see, copying powers from hero to hero isn't that difficult, you just have to copy the exact same set of behaviors and you're done. Copying powers from CaH heroes to normal heroes isn't that different, although there are a few more steps involved. As before, I'll suppose that you have every file close, so the first thing you want to do is to open data>ini>object>createahero>createaheropowers.inc and look for any power you want; in this tutorial I'll choose cripple strike lvl 2 (melee version). So, same as before, I'll copy all the behaviors I want and paste them in myhero.ini file, after doing that, my hero will have this modules:
As you can see, is the exact same procedure as before, however now we have a problem. You see, the reason why copying from hero to hero is so fast is because the section SpecialPowerTemplate looks for the power inside the specialpower.ini file, the problem here is that the template SpecialAbilityCreateAHeroHotWCrippleStrikeMelee_Level2 does not exsists in specialpower.ini, it is in createaherospecialpower.ini, so what we have to do is open data>ini>createaherospecialpower.ini look for the template SpecialAbilityCreateAHeroHotWCrippleStrikeMelee_Level2 and copy it; now go to data>ini>specialpower.ini and paste it, while doing it change its name so you can reference later. When you're done with that you'll have something that looks like this:
Now go back to yourhero.ini and replace every CaH SpecialPowerTemplate with your new SpecialPowerTemplate; in other words, replace SpecialAbilityCreateAHeroHotWCrippleStrikeMelee_Level2 with SpecialAbilityMalvackCrippleStrikeMelee. So you will end up with something resambling this:
As you can see I wrote the name of the power above the modules just to make it easier to find. Also I changed the TriggeredBy section so my hero will unlock this power as soon as he reaches level 1. The moduletags can retain their CaH name, since that won't affect at all the power, although if you want, you can change it to make it look prettier. The last thing that we have to do is to create the commandbutton, and commandset entrance. Open the commandbutton.ini file and look for the one you gave to your hero, copy it and paste it somewhere in the file. There are three things you have to change, first off the name, secondly you'll have to delete the part of the commandbutton that interacts with the CaH system, and finally you will change the SpecialPowerTemplate. After these 3 changes will change from this:
To this:
Now go to the commandset and put the new commandbutton in the next spot. When you're done with that, you'll have something like this (don't forget to uncomment):
So that's it, your hero has a CaH power, feel free to test it out. Links / Downloads
CommentsDisplay order: Newest first Amonrath - Monday August 14, 2017 - 2:16 Hello! I'm trying to do the but in the bfme I. Is there any different steps? I created a folder with my own mod... I then just edit the values that I want and I save them... I have also added the -mod in the end of the "Path" as well as done the lotr.srt extraction. Could anyone help? Thanks =D BouncyKnight - Tuesday April 25, 2017 - 22:08 Amazing step-by-step, very detailed and explanatory tutorial on how to create your custom heroes! Thank you sir, you're great! Gabriel Oak - Tuesday December 13, 2016 - 11:19 I created this account only to thank you, sir. This tutorial is really, really useful. |
||||||||||||||||||||||||||||||||||||||||||
"One site to rule them all, one site to find them, © All Rights Reserved Eric Edwards ©2013. |