Wares.xml entry:
Code: Select all
<ware id="shp_xl_red_destroyer" name="shp_xl_red_destroyer" transport="container" size="ship" volume="1" tags="shippart">
<price min="1" average="1" max="1" />
<production time="440" amount="1" method="default" name="{20206,501}">
<primary>
<ware ware="bioelectricneurongel" amount="0" />
<ware ware="bioopticwiring" amount="254" />
<ware ware="bofu" amount="0" />
<ware ware="emspectrometer" amount="0" />
<ware ware="energycells" amount="1320" />
<ware ware="foodrations" amount="640" />
<ware ware="fusionreactor" amount="46" />
<ware ware="holtzmanfieldgenerator" amount="114" />
<ware ware="microchips" amount="238" />
<ware ware="plasmaflowregulator" amount="62" />
<ware ware="plasmapumps" amount="0" />
<ware ware="reinforcedmetalplating" amount="186" />
<ware ware="scanningarray" amount="148" />
</primary>
</production>
<component ref="units_size_xl_red_destroyer_macro" amount="1" />
</ware>
buildmodule_ships_devries_xl_macro.xml entry:
Code: Select all
<macros>
<macro name="buildmodule_ships_devries_xl_macro" class="buildmodule">
<component ref="props_surf_ar_buildmodule_xl" />
<properties>
<identification unique="0" />
<builder>
<macro ref="units_size_xl_red_destroyer_macro" />
</builder>
</properties>
</macro>
</macros>
Code: Select all
<macros>
<macro name="buildmodule_ships_albion_xl_macro" class="buildmodule">
<component ref="props_surf_ar_buildmodule_xl" />
<properties>
<builder>
<macro ref="units_size_xl_capital_destroyer_2_macro" />
<macro ref="units_size_xl_cargo_hauler_3_macro" />
<macro ref="units_size_xl_red_destroyer_macro" />
<macro ref="units_size_xl_capital_destroyer_1_macro" />
<macro ref="units_size_xl_builder_ship_macro" />
</builder>
</properties>
</macro>
</macros>
UniTrader managed to implement both hybrid Rahans into a mod and add them to the build lists in Albion and Omnicron Lyrae here --> Hybrid Rahanas. My question is ... why are these other ships clearly listed in the build lists within the vanilla game files not showing up on the lists in-game?