What's the version that you have (help -> about in the menu)?
You should be able to use the auto updater (help -> check for updates) to update to the most recent general purpose release. If you have a particularly old build of AS3, you may h…
I think its just the "d6". That may have to be d6(), or you may have to roll your own dice function. I don't remember off hand if the designer has those built in.
I re-uploaded a new Astro executable that is signed with the NBOS code signing certificate. This should make Windows happier when you try to run it.
http://www.nbos.com/support/astro301f2/Astro3.exe
Here's an updated build. Replace your existing Astro3.exe with this one. Also takes care of the brown dwarf search problem in the query builder.
http://www.nbos.com/support/astro301f2/Astro3.exe
NOTE: This executable is not signed. I'm in the p…
Yep, it looks like it was something introduced in the last update when the temperature calcs were tweaked a bit.
Just to clarify, this is only related to 'free planets' - planets that are not part of a star system.
I'll see if I can post a fix thi…
They are SQLite databases, just like the keep.db files. Except they also have the file attachments included in the database (as opposed to the keep.db file, that keep them separately so they can be loaded and saved).
What happens when you try to i…
The id column is a reference to the database row, so you don't have to worry about that. It doesn't define anything about the body. Its auto incrementing, so you can leave it out of your sql and the database will automatically assign an id to new …
You'll probably want to put in empty values to the fields you aren't using. If in doubt, look at an existing database and see whats stored for fields where they aren't needed. I think its just defaults (usually 0 or an empty string)
The star coloring was done differently in the older version. I don't think you can change them in v3. You should be able to change the label color by searching for something like this in advanced search:
Systems with, political = "MyNation"
Then…
Email me one of each (3DS or OBJ) file, or a link to them, to the support address support2 at nbos.com. Otherwise I'd just be guessing what the issue is. You are talking about showing up in the 3d map, correct? Or the preview? (because that requi…
On some of those drivers, even a simple settings change can impact how it works. So its not even always a change to the drivers themselves. Made for some fun tech support back in the day
Do you really mean v1?
The limitation comes from the video drivers. Some can make in-memory bitmaps of any size, some can't allocate a bitmap that's larger than the screen size. Often it changes with different driver versions. Particularly in ol…
The date value is relative to whatever the epoch date is for the sector. So if you consider Jan 1st, 3000 to be your epoch, and you want the position on Jan 10th, you'd use 10 as the value for the date. The actual epoch date depends on your univer…
I don't think there's a way to get the time that's set in the display. You may have to ask for it with a dialog popup or something.
To calculate positions at a give time, what you need to do is call the body's GetOrbit() method. That returns an O…
Hi Allison,
First off, I know this is late, but I'm so sorry to hear about Kory. We used to email back and forth on occasion back in the day. My condolences.
On to maps... there's a couple ways you can do this.
Perhaps the easiest would be to o…
Since you want a system at the center, its probably easiest just to move the system you want to the center. This way all coordinates would be relative to it.
No, sorry, the software requires Windows.
The only 'built in' way to work with existing continent shapes is to load a digital elevation file (.DEM) into Fractal World Explorer, and then export it as a Fractal Mapper map. But the resolution when do…
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…