Minor Update
Some of the computed information isn't showing up on the above link when viewing an object due to some restructuring of the physics calculation & comparison functions.
I'm currently focusing my efforts on updating my site thus I'm…
Never knew the data was in sqlite format. I have plenty of things to read sqlite which makes exporting a cinch. However, how would one get access to the internal generated surface maps? Are they in the sqlite file as well or is there another procedu…
Ive converted all the temps on my site database using a php function, but heres what to do...
[php]
$body = ($body-273.15) * 1.8 + 32;
[/php]
For those not needing code, F = (K - 273.15) * 1.8 + 32
So...
1. Subtract 273 from the temp in …
Yes, thats one of the main reasons why I quit using the AS generator and stick to using FT because of the variation and you dont see that same crater. I'd also love to find a way to get use AS to use FT and terraformer to auto-create the previews as…
Thanks for the reply Ed. I'm using a relatively low power laptop to work on my worlds, so I suppose if I use a faster machine surface map generation wont be as painful. I really like the idea about AS3 saving the .fwe file internal to the astrodb fi…