Welcome Guest ( Log In / Register ) |
Quick Lists Top RatedTutorials Living World Map G… Ultimate beginner'… Arrow scaling bug… Raising Heroes max… Proper Fire Arrow… Creating an asset.… 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 Beginner INI for Units
This is assuming you have already used FinalBig to extract INI game files. All Units have an INI file giving them their display name, speed, which abilities they can use, and even what weapon to use. Whenever you see a ';' before a line of code it means that line is a comment. Comments will be ignored by the computer and are used for your own benefit and for if other people see your code they will better understand what is means or is doing. All Objects start with the term 'Object'. This tells the game that they are an object, and should be treated as such (eg. Object GondorAragorn). In the object file there are multiple parts that apply to the object. These include but are not limited to: commandset, weaponset, locomotorset, modules, as well as objects traits. If you open your 'GondorAragorn.ini' file you will see Object GondorAragorn at the top. Underneath that you will see
These will be seen in game when you select the hero as their image, icon, or phrase when hovering your mouse above something. These do not need at end statement because they have no sub-categories. There are other parameters such as BuildTime, BuildCost, CommandPoints, and Side that do not have sub-categories that you can change without an end statement. When working with map.ini files instead of game modding, you 'cannot' change the BuildTime, or BuildCost of a hero, only units. CommentsDisplay order: Newest first Amonrath - Monday August 14, 2017 - 2:40 Hello, I'm a bit confused. Let's say I just wanted to make Heroes in general stronger. How would I do that? I change the armor values and health values of aragorn. But in game, they don't change at all. What should I do? |
|||||||||||||||||||||||
"One site to rule them all, one site to find them, © All Rights Reserved Eric Edwards ©2013. |