It comes up as an Rahanas M at shipyard but after built it comes up as Rahanas (trade window, clicked on, and properly owned) so I mod the files to fix
here is the fix code that would make it show as Rahanas (Mixed) in trade window and when clicked on the ship itself.
Now it comes up as Rahanas (Mixed).
units_size_l_kit_hybrid_q_macro.xml below for name to be Rahanas (Mixed)
Code: Select all
<identification name="{816001,101}" basename="{816001,103}" description="{816001,102}" unique="0" variation="{816001,104}" />
find I just add a new line to the t and called in (Mixed)
Code: Select all
<page id="816001" title="Ships" descr="Text for Ships" voice="yes">
<t id="101">{20101,11703} {816001,104}</t>
<t id="102">The Rahanas Mixed Freighter is one of the capital ships of the Rahanas line of vessels. Based on a 'Common Ground' design just like its siblings, this large vessel has only basic weapons and is neither very agile nor capable of fast acceleration.</t>
<t id="103">{20101,11703}</t>
<t id="104">(Mixed)</t>
</page>
</language>
Have not put it in battle but looks nice trades fine. Have not shot up turret to see if they repair since still banging my head on wall for radar on the out side of my ship.
Only reason i did this was I built another Rahanas hybrid and i was not showing it variation tags. So while fixing the ship you start out with and the other one from you mod that can now be built.
Code: Select all
<component ref="units_size_l_kit_hybrid_01" />
<properties>
<identification name="{20101,12501}" basename="{20101,12503}" description="{20101,12502}" unique="0" variation="{20106,3401}"/><!--(Bulk & Liquid\)-->
Code: Select all
<component ref="units_size_l_kit_hybrid_02" />
<properties>
<identification name="{20101,12601}" basename="{20101,12603}" description="{20101,12602}" unique="0" variation="{20106,3501}"/><!--(Container & Energy\)-->