As discussed I've added player ship change and storage:Cholmondely wrote: ↑Sun Jul 21, 2024 10:58 pm
Problems with the newest shipdata.plist on my AppleMac:
In the manifest.plist I've put ShipStorageHelper as an optional feature - any thoughts on whether it should be a requirement or an option?
license = "CC BY-NC-SA 3";
requires_oxps = (
{ identifier = "oolite.oxp.Thargoid.Planetfall"; },
{ identifier = "oolite.oxp.phkb.FeudalPlanetFall"; version = "1.2.1"; },
{ identifier = "oolite.oxp.dgill.Feudal_States_Images"; },
{ identifier = "oolite.oxp.littlebear.blackmonks"; },
{ identifier = "oolite.oxp.Svengali.Library"; },
);
optional_oxps = (
{ identifier = "oolite.oxp.Svengali.GNN"; },
{ identifier = "oolite.oxp.phkb.EmailSystem"; },
{ identifier = "oolite.oxp.phkb.TionislaOrbitalGraveyard"; },
{ identifier = "oolite.oxp.phkb.BroadcastCommsMFD"; },
{ identifier = "oolite.oxp.CaptMurphy.ShipStorageHelper"; },
);
}