Korolov experience no longer gives access to Militia missons, only the "Sorry, sir, only experienced captains..." screen.

The lambda 'milCanEnterCC' in CommonwealthMilitia.xml (line 644) uses the old code
(typGetGlobalData &stKorolovShipping; "xp")

I haven't tested it but think that it needs to be changed to
(typGetData &unidKorolovShipping; 'xp)
which is now used since the changeover to the new mission format.

And the older code is also used in dsCommonwealthPub. Line 396 CommonwealthHierarchy.xml to set the pub scrDesc message.

george moromisato 20 Feb 2018:

Thank you for the detail diagnostics—very helpful!

I've fixed both Militia and pub issues in 1.8 Beta 1.