Battles of Gondor, the War in the South ![]() Converts BfME2 RotWK to the war in the south, bettween the armys of Gondor and Mordor. 4.0 released. |
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
4=======================================================================================================
This tutorial assumes that you know how to work with AddModule, ReplaceModule and RemoveModule. You can find out how to use them in Rob38's tutorial. But I will give you a small idea how an object works:
I will take IsengardPikeman as an example now, to help you understand how it works. So, open isengardpikeman.INI (found here: data\ini\object\evilfaction\units\isengard). You will notice:
These ones define the palantir portrait and the image of the button when the unit is in a garrison. Pretty simple.
This one is usually the longest and most complex module on an object. It tells the game what model and animations must use for this unit.
This one defines how many cp fills one unit. Since a horde haves 15 IsengardPikeman, 15*4 = 60cp, wich you already know. If you change this to 2 let's say, when you purchase the horde in-game it will say 60, but when the units are produced they will only take 30 cp, because the horde object haves cp also used to determine if you can buy the horde or not. An example of a bug in original 1.06 is the GondorRanger horde, wich says it costs 70cp but takes only 60cp when produced. The horde is an inert object that contains a # of units and makes them act as one.
This one sets the weapon used by this unit. Very important, open weapon.ini and find "Weapon IsengardPikemanPike" (without the quotes) to see how it looks.
These ones set the armor used by this unit. Open armor.ini and find "Armor PikemenArmor" to see what it looks like. The 2nd armor set, with condition PLAYER_UPGRADE, is triggered by this module:
;=============================================================
These ones explain themselves, they set the vision range for the unit.
Bountyvalue - is the amount of money you get if you kill this unit (and having scavenger power active or outlaw leadership/pillage) DisplayName - Unfortunately, this one doesn't works as it should in map.ini. You can use existing name tags, but you can't create a new name in map.str, it will still show MISSING as it wasn't defined. CrushableLevel - Explains itself, infantry haves lvl 0 CrusherLevel - Cavalry haves this level 1, mumakil haves level 4, so it can crush pretty much anything CrushRevengeWeapon - This is very important, it determines the damage dealt by infantry (or the crushed unit) to cavalry (or other crusher). So when you crush with cavalry pikemen, THIS weapon deals damage to cavalry and not the main weapon, wich makes forged blades upgrade many times useless if you only want to protect your archers and not to attack with them.
This sets the commandbuttons shown in palantir, open commandset.INI and commandbutton.INI for more info
These are unit parameters that are a must to exist. They are used in many situations, like DamageScalars for weapons, so if an infantry unit lacks INFANTRY token, that weapon won't deal increased damage to them.
This module sets the amount of health this unit haves. This is an exception, since the pikemen needs porcupine formation, usually it is:
You will find yourself changing this module often, to balance the game. ;================================
This module sets the new heavy armor skin after the upgrade its purchased. It is often used in custom maps to change the skin of units to look different.
This changes the movement speed of your unit. If you change the speed of a horde member, make sure you change the speed in the horde too (wich must be slightly smaller than unit speed), or nothing will happen.
This one sets what happens when your unit dies. You can add here FX, weapons, sounds.
You usually won't need to mess with these things in map.ini, but geometry can sometimes cause pathing problems, so I've added it here. So, you have an idea now how an unit works and the most importants parts of it. In the next page I will show you how you can create your own special abilities. |
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() "One site to rule them all, one site to find them, © All Rights Reserved Eric Edwards ©2013. |