LOTR: Battle For Middle Earth I & II EditingDiscuss any modding related issues to do with the Lord Of The Rings: Battle For Middle Earth I and II RTS games here.
I know how to get the Elven Barracks in Skirnish!!!
I know how to get the Elven Barracks in Skirnish, and it looks so cool, much better than the gondor barracks.
Allyou do is this.
In commandst press ctr+f And type in CommandSet GondorFoundationCommandSet.
You should see sumthing saying
CommandSet GondorFoundationCommandSet
1 = Command_ConstructGondorFarm
2 = Command_ConstructGondorBlackSmith
3 = Command_ConstructGondorBarracks
4 = Command_ConstructGondorArcherRange
5 = Command_ConstructGondorStatue
6 = Command_ConstructGondorWell
7 = Command_ConstructGondorKeep
8 = Command_ConstructGondorStable
9 = Command_ConstructGondorWorkshop
10 = Command_ConstructGondorStoneMaker
11 = Command_ConstructGondorMarketPlace
End
Make another line below "11 = Command_ConstructGondorMarketPlace" and type in "12 = Command_ConstructElvenBarracks" so that it is lined up with the others.So it should look like this
Once youve done that save it and exit.Then go to commandbutton press ctr+f And type in GONDOR BUILDING PRODUCTION BUTTONS.
You will then see a list of buildings fo gondor, tha first one will be the gondor farm, make a space underneath the farm bit were it says end and type in this
CommandButton Command_ConstructElvenBarracks
Command = FOUNDATION_CONSTRUCT
Object = ElvenBarracks
TextLabel = CONTROLBAR:ConstructElvenBarracks
ButtonImage = BCElvenBarracks
ButtonBorderType = BUILD ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipGondorBuildElvenBarracks
Radial = Yes
End
Then make another space seperating it from the next one down. Save it and exit and it should be there in your game on one of the gondor building plots.