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…
I think you can set the field's List property at runtime. ie, Field1.List = "mynewlist".
You can also look at setting up an 'OnOpen' event to create various lists you might use on the sheet all at once when the file is opened.
I havent gotten a chance to really go over the items he wrote up yet. It looked like there was a lot of good feedback there.
But in general I'm a big believer in keeping projects in scope. Unsuccessful projects often end up that way because the…
Just to clarify for others who might be browsing and unfamiliar with the program, there's no maximum map size in FM. You can set it to any size in any scale (feet, miles, kilometers, light years, etc).
For image exports, I just made a png of of …
Zeromaniac wrote:
I just don't understand why FTP and FWE do not allow me to simply draw my own continental contours! Maybe I lack the typical gamer mentality (although I DO a lot of gaming), but why would I want ONLY automatically generated maps?…
When it downloaded, it was a .jpg, and I used Inkscape to convert it to a .png,
which, for some reason I thought would be a friendlier format... maybe this is my issue?
It sounds like you're trying to open JPG and PNG files as if they are Fra…
To specifiy a local file, use 'file:' in the url for the src, like:
<img src='file:c:\path\to\file.jpg'>
or perhaps with the double \\'s.
If you still dont see the image, right click on the box with the red x, and look at it's …
Those look great Richard.
if you want to go with a topo look, you might try using thin strips of fractal polygons w/ some level of transparency, to simulate mountain ridge shadows. I've never done that - its jsut something I thought of when look…
Best thing to do in this case if you have it set to use external file references like that, is delete the node for the old file position, and add a new one back in for the new position. The only way to actually change the path to the file when usin…
Joe M answered this on the mailing list, but I'll add it here for others with this question...
IPad outputs HTML, and displays its results within an embedded web browser. So you can output html tags from your script. The one trick to keep in m…