You can also get around it by making any LOD contain the whole model. Quite a few older models only worked because detail1, 2, or 3's bounding box was big enough for the model to fit. There is a problem with this method as well. The target box is determined by the detail0 bounding box so the entire ship does not fit in the box.
Another method that was used some time ago was setting the center of all objects to 0,0,0 then moving them back to the actual coordinates in PCS2. This actually gave them proper collision detection even if they were outside the bounding box. Drawbacks to this method were inverted bounding boxes if the same piece was on both sides of the model. Symmetrical left and right turrets for instance.
So there have been a lot of workarounds over the years. Even

used the invisible box method. So being able to specify a bounding box would be almost a dream feature.