Anyone ever find the XML code that pioneer's or soveriegns use to create a town?

Anyone ever find the XML code that pioneer's or soveriegns use to create a town?

2,622 views 4 replies
Reply #1 Top

isnt it the traders pack/pioneers pack that they have equipped?

Reply #2 Top

In CoreAccessories.xml:

Code: xml
  1.     <GameModifier>
  2.       <ModType>Unit</ModType>
  3.       <Attribute>UnlockAction</Attribute>
  4.       <StrVal>BuildTown</StrVal>
  5.     </GameModifier>

Reply #3 Top

The code itself is hardcoded straight from elemental.exe.

TradeItems..PassTurn....Guard...Propose.Fortify.Info....LaySiege....BuildOnResource.Disband.Recruit.AutoExplore.AttackUnit..BuildRoad...FoundEmpire.BuildTown

 

 

Reply #4 Top

Quoting Heavenfall, reply 3
The code itself is hardcoded straight from elemental.exe.

TradeItems..PassTurn....Guard...Propose.Fortify.Info....LaySiege....BuildOnResource.Disband.Recruit.AutoExplore.AttackUnit..BuildRoad...FoundEmpire.BuildTown
 
End of Heavenfall's quote

I was afraid of that :(