You cant select the specific direction being viewed from along a give axis. About the only thing you can do here is disable the system scaling, which should make the systems look the same from either direction.
The relationship between the orbital period and distance are fixed by physics. A body orbiting at a specific distance around a specific mass has a specific orbital period.
If you just want to override the value that gets displayed, you can custo…
You can certainly generate system information with inspiration pad... but you'd need to use a script to get the pieces of generated information into your sector file. ie, you'd have to use a script to, for example, extract a planet's size from the …
What you can do is assign a variable in each table entry for the number of settlements
I think something like this would work:
Table: PoliticalEntity
Type: Lookup
Roll: 2d6
2:[numcities==1]Free City (1 hex)
3-4:[numcitie…
There's an inspiration pad class in the plugin api that can be used to access ipad generators, but that needs to be used via a script - there's no way to use an ipad generator directly.
Yep, it'll use multiple processors. Primarily for the surface map generation, which can use all the processors. Between optimizations and multi-threaded support, surface map generation is almost 90% faster than AS2's. So fast, in fact, that you d…
The next version, which hopefully will be available by the end of the year, is fully multi-threaded. So you can pan and zoom around on the map, and add/edit things, as the system generator is running.
Also, it could just be running. If you look at the task manager and see the CPU upwards 100%, its probably just doing its thing. Astro2 isnt very good at updating the gui as the process runs, and if you start clicking around you can get that 'not …
Click around on the line, it'll get selected if you hit a node on the line. Worse case, you can use Map -> Clear Annotations from the menu to remove all the annotations.
When you checked out at RPGNow/DriveThru, a registration code should have been displayed. Depending on your privacy settings, it also would have been emailed to you after checkout (check your spam folder...may be in there). With that, use the onli…
Most ISP's nowadays require you to log in to send email, which SM doesnt support. Or they now use an alternate port for outgoing email and SSL security, which SM also doesnt support. So its likely you cant use the email announcement.
A recommen…
The database system being used is SQLIte - which is what The Keep also uses. There may be ODBC drivers for it, I dont know, but there are tons of database tools for issuing direct queries, and support for accessing it's databases is essentially uni…
Zeromaniac wrote:
If I interpret things correctly, FM8 wants to install itself in an administrator account folder, but I needed to access it from a non-administrator account, which proved difficult.
FM installs into the Program Files directory,…
What does 'having trouble' mean? Is the installer not launching? is it crashing? Is this FM8, or are you trying to install an older version?
Also, many people have installed FM under Windows 7... could there be something else going on thats *n…
How long is it taking? 20 ly shouldnt take much time at all. I just created a 20ly cube on my 10 year old testing machine, and it took about 30 seconds at a normal density, and 2 minutes for the highest density. On a more recent machine, it took …
I took a look at the sheets. There was a field called totalacc1 that, well, I have no idea where it was on the sheet itself. It may have been off the page for some reason. I made a 'select by field name' option in the menu, used that to find the …
Glad to hear that worked. You probably had the driver - it ships with the keep. Its just an older version. I'm not sure of the exact cause of the problem, but occasionally certain Windows 64bit installations seem to have a problem loading the sql…
Its very, very unlikely FM would be altered to support geographic coords like that. That would literally involve replacing the current graphics/rendering engine with a new one.
More likely, if I were ever to add support for this sort of thing in…