If its a standard sector, the center is point (0,0,0). So its the system closest to that. You'll have to look at the positions of the systems closest to that point to determine which is actually closest, or write a script to do it.
(moved convo to Astro topic)
The typical problem with astronomical data is that the data needs to be converted from angles to the x/y/z coordinates that Astro uses.
What I would love to see is an up to date data set of all the exoplanets. Somethi…
Variables can't be used as weights because the weight is parsed by the program as the generator is loaded, while the table item lines are only processed as they are encountered.
Unfortunately, I'm not an iOS developer, and I don't really have the available time to get up to speed with all that's necessary to get a beta program going through TestFlight. That's basically what I meant by no easy way to do a beta. That, and A…
No formal ETA yet on FM9. Still hoping for this year. Both myself and the artist had some distractions that set us behind schedule. Coding is about 90% done, all the primary new features are in place. I will of course post an expected release da…
This does look like a bug. You should be able to set the date format for the log entry to something sortable alphabetically by setting the format in "File -> Database options for (database name)" from the menu, and then the "Log Format" tab.
Its just at the very early idea stage. Looking at possibly switching to different development frameworks and some other items. I still have to get Fractal Mapper 9 out first, which is taking longer than I hoped.
FM doesn't support map projections. You'd likely need something like ArcGIS for that.
What you might be able to do if you need a top down projection is view the world in the globe tool (View -> Show in Globe from the menu), capture a screenshot…
Here's a sample using recursion to find a body by UABI. This was a quick hack, so may not be the most efficient.
#plugin UABI Finder
#author NBOS
#desc Finds a body by UABI using recursion
Dim WasFound, FoundBody
Dim s
sector = Ge…
Every body has an IDString property, which is the UABI. This looks like its missing in the docs. Its actually a property of an ancestor class, which is probably why it was missed in the docs.
For ex:
sector = GetCurrentSector()
b = sector.GetSys…
Unfortunately there's not going to be an instant way to import that data. It looks like that generator has a JSON export, so that may be the easiest to use. What may be easiest is to make a script in some programming language (python or php perhap…
I don't know if that script works with Astro 3.
Astro 3's files (.AstroDB) are SQLite databases. You can use the SQLite3 command line tool to generate the CSV output. Or use the programming language of your choice to open the file directly. Eve…
Could you have installed the 1.01e update by accident? That would explain the license file error as it'd be looking for a v1 license file. The latest Keep 2 version is 2.01d.
If you want flat roofed buildings, you can use the polypath tool. It works similarly to the smart building, just without the angled roofs. You can probably find a decent rooftop tar pattern online if thats the look you are going for.
Progress on Skwyre slowed because Fractal Mapper 9 is the higher priority at the moment. But its still active. I was working on adding rotating and scaling minis last week. Once I have that and the ability to select a server, I'll roll out the ne…
Yes, everything the map will default to looking like a star. What you can do is set the blazon image for your nebula to something else (its one of the tabs in the system Properties window). You'll have to come up with a suitable image for it, but …