The 3rd Age

Westernesse

Westernesse

Numenor awaits, with new armies, units, factions and heroes; witness the darkest Age of Middle-earth

Button for The 3rd AgeButton for The Dwarf HoldsButton for The Elven AllianceButton for Helm's Deep Last HopeButton for GothmogtheOrcButton for BFME+Button for The Four AgesButton for HDR HeadquartersButton for Middle Earth CenterButton for Project Perfect Mod

Become an affiliate!

   

Quick Lists

Top Rated Popular New Updated Last Comments Users

Register and log in to move these advertisements down

extended map.ini coding

Avatar of -SilverBane-

-SilverBane-

Category: Code
Level: Intermediate
Created: Thursday May 28, 2015 - 16:08
Updated: Sunday May 31, 2015 - 10:20
Views: 6419
Summary: A tutorial for those who want to make heavily customized maps, but modders might find tricks too!

Rating

Staff says

-

Members say

-

Average

-

0 votes

Page 1 2 3 4 5 6 7 8
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.

Go to top

 

"One site to rule them all, one site to find them,
one site to host them all, and on the network bind them."

 
20:08:52