AwfulAstronomicalApellations

    AwfulAstronomicalApellations 1.35 - Protostar

    Fixed a potential source of name inconsistency on servers
    Another minor change to seed gen and update for new versions. All names will be reshuffled.
    Yet another attempt to fix determinism issues/server-client desynch. Seed generation method has changed, so all system names will be regenerated. Apologies for this.
    Mod should work again now.
    • Fixed mod commands + registration (ported from deprecated system)
    • Fixed potential determinism issue with naming; this will change all unsaved names
    • Custom name list synchronization moved to API synch system (resetting should synch properly too, but might not idk)
    • General cleanup
    Didn't realize how the priority system in Starloader events works. Any other mod should be able to override AAA's naming assignments now.
    AAA now comes with a new feature: manual name overrides! Admins can now override the random name generation, and assign names to star systems manually.

    To assign a name to a star system, use the command: /set_system_name x y z <NAME>
    e.g. /set_system_name 0 0 0 Origin

    To clear an assigned name and return to the default, use: /clear_system_name x y z

    You can also run these commands without supplying coordinates, and the mod will default to the system you are currently in as a player.

    Unfortunately, spaces in custom names cannot be assigned via the command at this time (17 Oct. 2020), pending Starloader changes to custom command creation. However, as Starloader automatically patches itself on startup (currently), you may boot up the game one day to find that this works just fine!
    For the time being, the workaround is to assign a placeholder name, then open the .yml file for your world under /moddata/AwfulAstronomicalAppellations, and then manually edit the name value for the system you want to give a name containing a space.

    In the future, I will likely create a separate mod that allows players to rename their faction's claimed systems by a similar method.