The almanac duplicates the code in Planetary Compass as this OXP only names moons (but not planets or stations), so you don't really need both as the Almanac will deploy all of Thardoids names to moons but in addition names the other objects in the system.
You can play with both installed if you need to, but Planetary Compass won't do anything as it will be overwritten by the almanac code.
The only snag with both installed is then when you first load up a save game Planetary Compass will name the moons so you'll see two beacons for each moon one with the Planetary Compass name and one with the Almanac . Once you've made a hyperspace jump then everything is only named by the Almanac, but you will get this double naming the first time you launch from a saved game.
I could take out the conflict for the next version and just add a warning message, but if you tweak the manifest.plist to comment out the conflict like this:
Code: Select all
"conflict_oxps" = (
{
//"identifier" = "oolite.oxp.Thargoid.PlanetaryCompass";
//"description" = "Conflicts with Planetary Compass as both OXZ name moons. The names from the Moon Packs are therefore incorporated into the Galactic Almanac OXZ.";
}
);
}
The you can play with both installed if you wish. It would be better really though to tweak In-System Delivery by getting its list of moons and planets from the entities in the system in the same way In System Taxi does.