Respawn ship Icons are not loaded from mods

Tmoire shared this bug 5 years ago
Outdated

Currently it's impossible to make a custom thumbnail for a respawn ship when using a mod from workshop.

The <Icon> is NOT LOADED when this code is inside a .sbm (without causing any Load Errors)

but is LOADED and displayed when the mod is stored in a local folder

<?xml version="1.0"?>
<Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <RespawnShips>
    <Ship>
      <Id>
        <TypeId>RespawnShipDefinition</TypeId>
        <SubtypeId>Whatever</SubtypeId>
      </Id>
      <DisplayName>Respawn Ship X</DisplayName>
      <Icon>Textures\GUI\Icons\RespawnShips\RespawnShipX.dds</Icon>
      <CooldownSeconds>60</CooldownSeconds>
      <Prefab>RespawnShipX</Prefab>
    </Ship>
  </RespawnShips>                
</Definitions>

Replies (1)

photo
1

Icon>Textures\GUI\Icons\RespawnShips\RespawnShipX.png</Icon>

photo
1

I think this is already fixed. By the way, you shouldn't use .png format. At least 7 month ago game used to give you warnings for using it

photo
1

I've had this issue with textures as well. My respawn ship mods don't show the icons.

photo
Leave a Comment
 
Attach a file