Until the player reaches a Leadership skill of 5, you will get a Leadership penalty of -1 when you have multiple ships.
When you try to assign a captain to a companion ship, you should get a warning about this too.
This is rather unfortunate as it would be much nicer if officers could contribute to your ability to command a fleet!
Unfortunately that now causes an "infinite loop CTD".
Problem is that you get into a situation where CalcShipSkill ends up calling itself again.
This could probably be solved with more rewrites of the underlying code, but that is a complicated thing to do without messing up game performance again.
When you try to assign a captain to a companion ship, you should get a warning about this too.
This is rather unfortunate as it would be much nicer if officers could contribute to your ability to command a fleet!
Unfortunately that now causes an "infinite loop CTD".
Problem is that you get into a situation where CalcShipSkill ends up calling itself again.
This could probably be solved with more rewrites of the underlying code, but that is a complicated thing to do without messing up game performance again.
