Respawn ship Icons are not loaded from mods
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>
You can't vote. Please authorize!
I have the same bug
Replies have been locked on this page!