Ok, so I&#39;ve been working on getting fleets and ships implemented for my ruleset this week, and I&#39;ve come across a bit of a snag.<br><br>What I wanted to do was to create some new ship types.&nbsp; Each of these ships has a &quot;cargo bay&quot; component which I created.&nbsp; The cargo bay component has a single property: the cargo it&#39;s carrying.&nbsp; I ended up with 8 different ships each with a cargo bay carrying different cargo.<br>
<br>The problem I&#39;m having is that when I go to test this out on tpclient-pywx, it doesn&#39;t seem to recognize the ship design or the cargo bay component.&nbsp; Instead of getting one of my new ships I get a &quot;scout.&quot;&nbsp; If I browse the ship designs (under windows-&gt;show design) I find no mention of my new ship design, only scout, mark1, and transport.<br>
<br>Is this a problem with my implementation on the server, or is this a limitation of the client?<br><br>Thanks,<br>Dustin (nuleren)<br>