working on it, but still, keeps loading the akira. even with these settings.
kSpeciesTuple = (
(None, 0, "Neutral", 0),
("------Curry", 100, "Federation", 1),
("------Prometheus", App.SPECIES_AKIRA, "Federation", 1),
("------Galaxy", App.SPECIES_GALAXY, "Federation", 1),
def LoadShipIcons(ShipIcons = None):
if ShipIcons is None:
ShipIcons = App.g_kIconManager.CreateIconGroup("ShipIcons")
App.g_kIconManager.AddIconGroup(ShipIcons)
TextureHandle = ShipIcons.LoadIconTexture('Data/Icons/Bridge/Background/ScreenBlock.tga')
ShipIcons.SetIconLocation(App.SPECIES_UNKNOWN, TextureHandle, 0, 0, 8, 8)
ShipIconDef('------Curry', { 'species': 100 } )
ShipIconDef('------Prometheus', { 'species': 102 } )
ShipIconDef('------Galaxy', { 'species': 103 } )
the Custom\ships\plugin read App.SPECIES_AMBASSADOR. changed it to "100", but still nothing