Jump to content


amit5530

Member Since 15 Nov 2008
Offline Last Active Jun 19 2021 05:55 PM

#1111233 adding new faction statistic icon & palantir icon

Posted by amit5530 on 30 August 2020 - 02:45 PM

I can only guess, as I've tried the same for my mod and did not succeed. It either has to be added in XML somehow or it's just purely hardcoded in the games' engine. I don't know too much about APT editing either, but if it's possible you'd have to go there and try to understand how XML functions and constructs the interface. I couldn't find documentation/instruction on some of the functions used there.

 

for the palantir resource icon(to the right side of the command point) can be added for a new Faction

 

you have to define:

MappedImage ResourceBar_Elves
  Texture = ResourceBarIcons.tga
  TextureWidth = 128
  TextureHeight = 32
  Coords = Left:55 Top:0 Right:73 Bottom:19
  Status = NONE
End

you can switch ResourceBar_Elves to ResourceBar_*NameOfFaction_As_It_Is_In_Playertemplateini*