The 3rd Age

Game Enhancement Mod

Game Enhancement Mod

Enhances the expansion by adding new units, new features, and a new faction: Arnor!

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

Creating A New Hero Army (WOTR Mode)

Tutorial for Battle for Middle-earth II BFME 2, Battle for Middle-earth II: Rise of the Witch-king ROTWK

Avatar of Annullus The Grey

Annullus The Grey

Category: Code
Level: Intermediate
Created: Wednesday July 16, 2008 - 12:31
Updated: Saturday June 27, 2009 - 18:06
Views: 12043
Summary: Create a new fully functional Hero Army For WOTR mode

Rating

Staff says

3.3

Members say

3.2

Average

3.2/5.0

10 votes

Page 1 2 3 4
next we need to alter arwens preexisting living world builddata
this is done in
livingworldbuildings.ini


scroll down till you find the following code

ArmyToSpawn
PlayerArmy = ArwenPlayerArmy
Icon = ElfArmyIcon
IconSize = Small
PalantirMovie = Palantir_150
BuildTime = 1; 2
ConstructButtonImage = HIArwen_wotr
ConstructButtonTitle = CONTROLBAR:LW_Hero_Arwen
ConstructButtonHelp = CONTROLBAR:LW_ToolTipBuild_Arwen
End

to this we must add a single line of code

HeroTemplateName = ElvenArwen_1

in the end it should look like this

ArmyToSpawn
PlayerArmy = ArwenPlayerArmy
Icon = ElfArmyIcon
HeroTemplateName = ElvenArwen_1
IconSize = Small
PalantirMovie = Palantir_150
BuildTime = 1; 2
ConstructButtonImage = HIArwen_wotr
ConstructButtonTitle = CONTROLBAR:LW_Hero_Arwen
ConstructButtonHelp = CONTROLBAR:LW_ToolTipBuild_Arwen
End


note if you are creating a completely custom hero army you must either add a build entry or add an entry to the

livingworldstartingunits.inc file


Comments

Display order: Newest first

druchii22 - Friday October 17, 2008 - 8:11

Good tutorial, even if I already know everything (except the "LeaveInSummary", I looked for its effect for weeks, thank you a lot!), it is very useful.

Bart (Administrator) - Wednesday July 23, 2008 - 4:38

You did good work, and it's good that you explain why you need to put some things in. However, the markup and spelling of this article needs some work, so I gave you a 3 (OK).

Work on those things and it will get at least 4 ;)

robnkarla (Team Chamber Member) - Tuesday July 22, 2008 - 16:37

I can't believe I missed the "LeaveInArmySummary = Yes". I'll try this out and if it works I'll definitely give you a 5 for helping me get rid of one of my nasty bugs.

Also, some tags will help the article out.

Lurtzy - Thursday July 17, 2008 - 18:43

Good tutorial, easy to understand, but, you should probably add code tags. Well done!

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."

 
17:10:48