Jump to content


Tag

Member Since 18 May 2009
Offline Last Active Apr 28 2012 06:28 PM

Posts I've Made

In Topic: How do you move game data block in gamedata.ini and a few other questions?

12 November 2010 - 09:52 PM

That's quite easy. Just post the part of your code which defines the unit positions within the horde - including the Banner Carrier - and I'll show you. :p

The noldor warrior doesn't have any banner carrier data....:
CODE
; Positions for 6
RankInfo = RankNumber:1 UnitType:NoldorWarrior Position:X:50 Y:7.5 Position:X:50 Y:-7.5 Position:X:50 Y:25 Position:X:50 Y:-25 Position:X:50 Y:42.5 Position:X:50 Y:-42.5
;RankInfo = RankNumber:2 UnitType:NoldorWarrior Position:X:30 Y:0 Leader 1 0 Position:X:30 Y:20 Leader 1 1 Position:X:30 Y:-20 Leader 1 2 Position:X:30 Y:40 Leader 1 3 Position:X:30 Y:-40 Leader 1 4

RanksToReleaseWhenAttacking = 1
End

And here's the Dwarven guardian:
CODE
; Banner Carrier info
BannerCarriersAllowed = DwarvenBanner ;// types of units that are allowed as banner carriers
BannerCarrierPosition = UnitType:DwarvenGuardian Pos:X:70.0 Y:0.0 ;// (DEFAULT) position of banner carrier

RankInfo = RankNumber:1 UnitType:DwarvenGuardian Position:X:50 Y:0 Position:X:50 Y:20 Position:X:50 Y:-20 Position:X:50 Y:40 Position:X:50 Y:-40
RankInfo = RankNumber:2 UnitType:DwarvenGuardian Position:X:30 Y:0 Leader 1 0 Position:X:30 Y:20 Leader 1 1 Position:X:30 Y:-20 Leader 1 2 Position:X:30 Y:40 Leader 1 3 Position:X:30 Y:-40 Leader 1 4
; RankInfo = RankNumber:3 UnitType:DwarvenGuardian Position:X:10 Y:0 Leader 2 0 Position:X:10 Y:20 Leader 2 1 Position:X:10 Y:-20 Leader 2 2 Position:X:10 Y:40 Leader 2 3 Position:X:10 Y:-40 Leader 2 4

Thank you

In Topic: How do you move game data block in gamedata.ini and a few other questions?

12 November 2010 - 01:32 PM

Do you want to create a Toggle Formation for your horde? Or do you mean something else?

No, I mean how do I create another line of dwarven guardians?

In Topic: How do you move game data block in gamedata.ini and a few other questions?

11 November 2010 - 06:17 AM

Well something was wrong... So now I'm just editing INI.big directly with FinalBig. It's more difficult than my old way of modding but....
Thanks for wanting to help though.
I know this has probably been asked a hundred times, but how would I add another formation with the Dwarven Guardian? I know it's in the ini\object\goodfaction\hordes\dwarven ini but I don't know what to look for or how I would change it....

In Topic: How do you move game data block in gamedata.ini and a few other questions?

10 November 2010 - 06:04 AM

Is still can't mod!! It still doesn't recognize my mod.... I start with a new ini file and make one simple change in the createaherosystemwizard and it doesn't recognize it....
Could you please copy and paste your target?
I've added and removed quotation marks around C:\ROTWK mod and either way it still doesn't recognize my mod.
I've even moved the mod to a different location: "C:\Program Files (x86)\Electronic Arts\The Lord of the Rings, The Rise of the Witch-king\lotrbfme2ep1.exe" -mod "C:\Users\Taggerung\ROTWK mod"

In Topic: How do you move game data block in gamedata.ini and a few other questions?

09 November 2010 - 03:53 AM

It's not registering my mods again....
My Mod Folder is: C:\My Mod
My target is: "C:\Program Files (x86)\Electronic Arts\The Lord of the Rings, The Rise of the Witch-king\lotrbfme2ep1.exe" -mod "C:\My Mod"
Is everything correct?