You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
some kind of ability to automatically sync waypoints? maybe not every single waypoint, but waypoints with a public prefix of some kind, or determined by general consensus
and then, eventually, finally, syncing all of this with the ol' civmap/dynmap
The text was updated successfully, but these errors were encountered:
two prefixes then!
naming a waypoint something like PUBLIC: New Guac City flags the server to digest the waypoint,
and when it's finished syncing, rewrite the prefix to SYNCED: New Guac City
only scanning for the character string PUBLIC: at the beginning of the waypoint name, though, to allow any character after the :, and to avoid allowing something with the character string PUBLIC: somewhere farther down the name to modify the waypoint name
maybe a configurable prefix? maybe. probably not, though, given the scope of the intended feature.
and maybe only allowing SYNCED: waypoints to be of one specific color, further indicating their status as synced
maybe this color, too, could also be configurable
some kind of ability to automatically sync waypoints? maybe not every single waypoint, but waypoints with a
public
prefix of some kind, or determined by general consensusand then, eventually, finally, syncing all of this with the ol' civmap/dynmap
The text was updated successfully, but these errors were encountered: