Age of the Firstborn - The Rebirth Continues on Elrond99's Age of the Firstborn mod by turning time back to around TA2000. |
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 extended map.ini coding
3====================================================================================================
The first step you must do before starting coding in the map.ini is to get familiarised with original INI.big. This bunch of ini files are the settings of the game. Here is where all the stuff like buildcost, model, spellbooks, interface settings, special powers for units are defined. You should first look into data\ini\object, we will pick for the next step the isengard pikeman, so try to find where his code is found. It should be here:data\ini\object\evilfaction\units\isengard Most units/buildings used in the game are found in "goodfaction" or "evilfaction", neutral things like an inn or outpost are found in "neutral", trees are found in "nature", and most of the buildings/props used for map beautification are found in "civilian" Now, go back to: data\ini , and notice these files: armor.INI, commandbutton.INI, commandset.INI, fxlist.INI, fxparticlesystem.INI, gamedata.INI, objectcreationlist.INI, playertemplate.INI, weapon.INI. These files along the object's main code (found in data\ini\object\....) are the most used in creating a custom map. Of course, there are other files used sometimes too, like crate.INI, but they are not that common and we will get over them now. |
|||||||||||||||||||||
"One site to rule them all, one site to find them, © All Rights Reserved Eric Edwards ©2013. |