Just move what's inside the .zip file into the SR2 file. This will make that every time you select New Craft in editor only a Command Chip with all colors in white will spawn.

CODE

<?xml version="1.0" encoding="utf-8"?>
<Craft name="Novo deseño" parent="" initialBoundsMin="0,0,0" initialBoundsMax="0,0,0" price="0" xmlVersion="5">
<Assembly>
<Parts>
<Part id="0" partType="CommandChip1" position="0,0,0" rotation="0,0,0" rootPart="true" commandPodId="1">
<Drag drag="0,0,0,0,0,0" area="0,0,0,0,0,0" />
<Config />
<CommandPod activationGroupNames=",,,,,,,,,RCS" activationGroupStates="false,false,false,false,false,false,false,false,false,false" />
</Part>
</Parts>
</Assembly>
</Craft>


6 Upvotes

Log in in to upvote this post.