The x/y/z coordinates for stars in a multiple star system do specify the position of the stars relative to each other (as displayed in the preview area). The value is interpreted as AU's, not LY's. So you have to set the values accordingly.
I havent taken a look at it yet, but if its confirmed I'll add it to the list of things to fix in the next release.
Its best to send bug reports to the support email address, rather than posting them here, if you need a reply. Please see the ann…
This was something to do with the latest Firefox updates. I've made some changes to SM which appear to take care of the problem. I'll have a download available in a week or so.
necrogami wrote:
Any chance of the next version of astro allowing 64 bit memory allocation?
Current version claims out of memory after 1.8gb is used.
I imagine it will eventually move to 64 bit.
If you are making a huge system, you might tr…
JavaScript doesnt allow constructing variables like that. Actually, most languages dont allow it. PHP is the only one that comes to mind that does.
What you want to do is instead pass the field itself as a parameter:
function tnValue( a, b)
{…
The editor in The Keep isnt using RTF internally. Thats just one of the formats it exports to (along with HTML). Internally its using a structure similar to what most word processors use.
To import a web page, you could try copy/pasting into a …
EDG wrote:
Is it possible to define custom types of body with its own set of randomised parameters (e.g. Venuslike, Panthalassic, Subgiant etc) and add them to this list?
No, the list cant be configured. A plugin can put an entry on the pop-up…
erroneousgrog wrote:
I'm most curious about the relationship between the map size, grid settings, and output resolution.
There isnt really a relationship. FM is a vector graphics application, so its not working with pixels. (there's a few cav…
The custom tool from FM7 did indeed generate the description for the cities. That was never ported over for FM8, because, iirc, FM8 uses the inspiration pad pro engine, whereas FM7 didnt. Here's some of the relevant scripts from the FM7 tool if y…
A friend of mine had a similar problem with a completely unrelated web app recently, so I'm leading towards it being related to a browser update. It may be expecting some specific response headers that SM isnt sending back. If I can find what they…
Routes are connected to systems based on their unique ID, not name. I just tested renaming bodies on routes with both generated systems and systems imported via csv and it all worked as it is supposed to. It may have something to do with the speci…
The only import that Astro supports as a feature in the program is the csv import. If you want to import data in another format - a different csv schema, xml, json, etc - there's two options:
- write a script to open those files, parse them, and…
There's a couple of larger datasets that go much farther out than 20ly, if you just want to use the real-universe data.
To delete everything within 20 ly, place a body at 0,0,0, select it, and then search for 'within 20'. Press the select all bu…
EDG wrote:
Is there really no way to select all the stars at once to make changes?
Not to select all of them. You can use the Search window to select multiple bodies. To get all the root bodies (or at least, the first 1000), search for "root …
Sounds like something in the browser changed. Possibly an update to the browser. You havent mentioned what browsers everyone is using, but I'd recommend trying different ones (ie, use Firefox if on IE, or Chrome if on FF... that sort of thing). I…
The only times I've seen a binding errors like this are:
- when another program is already listening on the port SM wants to listen on (for example, a p2p or media server program). If thats the case, try setting SM to a different port.
- when…
In a spare faring society, which is what Astro assumes (it assumes something in between space opera and hard sci-fi), the lack of an atmosphere or even gravity is not necessarily the biggest obstacle to people living someplace. Its up to you to dec…
Its random, weighted based on favorable conditions. Its completely possible to have a high population on a body with no atmosphere, for example. In that case it may be explained as a domed or underground city located there because there's a precio…