Jump to content


homiemandude

Member Since 15 Jul 2007
Offline Last Active Jun 07 2016 03:27 AM

Topics I've Started

Having trouble referencing map in skirmishaidata in ROTWK

30 May 2016 - 09:20 PM

Hi, so I'm messing around with the .bse files, changing the build phase around. I got what i wanted to happen to actually work on the helms deep map, but on Carn Dum, for example, the AI only builds farms and 1 or two production buildings, even though the .bse for carn doom shows that theyre supposed to build about 12.

 

In skirmishaidata:

 

AIBase DwarvesBase_CarnDum
Side = Dwarves
Map = "ai base - dwarves - carn dum"
GameMapToUseOn = "map wor ang carn dum.map"
PlayerPositions = 1
AllowsArbirtaryRotation = No
End

 

since the .bse is edited and re-saved, Map = "ai base - dwarves - carn dum" is all lower case, this i know. however, i am having trouble with the next line GameMapToUseOn = "map wor ang carn dum.map"
notice:

 

AIBase MOWBase_CarnDum
Side = Men
Map = "AI BASE - MOTW - Carn Dum"
GameMapToUseOn = "MAP WOR ANG Carn Dum.map"
PlayerPositions = 1
AllowsArbirtaryRotation = No
End


AIBase ArnorBase_CarnDum
Side = Arnor
Map = "AI BASE - ARNOR - Carn Dum"
GameMapToUseOn = "MAP WOR ANG Carn DUM.map"
PlayerPositions = 1
AllowsArbirtaryRotation = No
End
AIBase Elves_CarnDum
Side = Elves
Map = "AI BASE - Elves - Carn Dum"
GameMapToUseOn = "MAP WOR ANG Carn Dum.map"
PlayerPositions = 1
AllowsArbirtaryRotation = No
End


AIBase IsengardBase_CarnDum
Side = Isengard
Map = "AI BASE - Isengard - Carn Dum"
GameMapToUseOn = "MAP WOR ANG Carn Dum.map"
PlayerPositions = 1
AllowsArbirtaryRotation = No
End
AIBase MordorBase_CarnDum
Side = Mordor
Map = "AI BASE - Mordor - Carn Dum"
GameMapToUseOn = "MAP WOR ANG Carn Dum.map"
PlayerPositions = 1
AllowsArbirtaryRotation = No
End


AIBase AngmarBase_CarnDum
Side = Angmar
Map = "ai base - angmar - carn dum"
GameMapToUseOn = "map wor ang carn dum.map"
PlayerPositions = 1
AllowsArbirtaryRotation = No
End

 

the "GameMapToUseOn" in all 8 blocks is different.. does anyone have any idea how i am supposed to accurately reference "carn dum.map" ???

 

I have already tried the following with no luck.
GameMapToUseOn = "map wor ang carn dum.map"

GameMapToUseOn = "MAP WOR ANG Carn Dum.map"

GameMapToUseOn =  "MAP WOR ANG Carn DUM.map"