Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Ed_NBOS

About

Username
Ed_NBOS
Joined
Visits
4,681
Last Active
Roles
REGISTERED, ADMINISTRATORS

Comments

  • 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…
  • Yes, set them as custom fields. You can even search on them.
  • You still should be able to select all of them. Search for "First 20000, root only". That will increase the results that can be returned.
  • 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 …
  • Ah, now that brings back memories! :-)
  • 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…
  • There's a description of what they mean in the glossary in the help file.
  • It probably has something to do with that particular machine, and not because of Vista. Astro3 was primarily developed under Vista, and the plugins (which use the same system Fractal Mapper uses for plugins) run fine under it.
  • Plugins run in XP/Vista/Win7. Its just that some of the plugins made for v2 may not run correctly in v3.
  • You're close. You dont want to add the species to the GM Notes. You want to add it as a custom field to the body. o.SetField "species", "Ferengi" In the sector settings, set the 'data source' for that new system data field you made to 'custom…
  • You're not going to be able to make a map of galactic size - ours has 200 billion stars. If you just want something disk shaped, you can use the squash script
  • There's a couple scripts in the download area that show you how to iterate through all the bodies on a sector.
  • Is there a box where you can enter in text and a 'say' button? Or just the border?
  • Actually, scratch that - you can make sector-wide unique names, so long as you use the coordinates as part of the name.
  • You can zoom in and out with the mouse wheel, just like you can do in the 3d sector view.
  • Try running SM as administrator. Its possible its having trouble writing files if being run as a normal user, and thus its not generating the html file for chat. You can also try installing SM into a directory outside of the program files director…
  • Hey, the more ruins the better, I say!
  • You cant use inspiration pad pro to generate names that are guaranteed to be unique across the sector. You'd have to compare the name to the names of all the other stars, and thats not possible within a generator. You'd need to use a script for un…
  • I havent been getting AVs. Are you still getting them? Can you double check that the path to FT in the program preferences is the correct? (in case its running a different installed version)