• Welcome to the new COTI server. We've moved the Citizens to a new server. Please let us know in the COTI Website issue forum if you find any problems.

A database of all the worlds in Traveller space?

Agrikk

SOC-6
I've seen web sites that have star maps that you can drill down through to see the individual stats of a single world. My favorite hase to be this one:

http://www.rossmack.com/ab/RPG/traveller/ChartedSpace/ChartedSpaceLoaded.asp

It lists the information about a bunch of worlds with their UWP stats and text descriptions about the mainworld. I expect this site and many other sites like it are run off of a database of all the planets that have been collected from all of the different sourcebooks and materials collected.

I am trying to build my own database for my players to reference using these stats as well as custom information I have added for my game.

Does anyone know where I can get my hands on a master list of all of the planets that have UWPs associated with them from the Canon?

I don't care what format it is in. I'll take what I can get.
 
I am trying to build my own database for my players to reference using these stats as well as custom information I have added for my game.

Sounds like you want Universe (from BITS, now available via their eBay shop ... but still only Release 1 at the moment). Or, if you want to make your own access routines you can get the data for free from the same link: scroll down to the InterBase components section and download the test databases (and InterBase if you haven't already got it).

Regards PLST
 
Thanks guys for the information. I'll be heading that way now.

By the way, inexorabletash, that's the prettiest map I've ever seen. If only it was portable locally. :)
 
In a burst of free time I didn't really have, a couple of years ago I actually implemented ship design, character generation (basic and advanced), and UWP data for every mainworld from Stiatlchepr to Mikhail.

For the mainworld data, I looked all over the web... and discovered that there was no one reliable source. A lot of sectors had no canon data that I could discover anywhere on the web (especially up in Vargr and K'Kree space); a lot of data was post-Rebellion (where I wanted the ante bellum data); and the data on several sites occasionally conflicted.

So I did the best I could, rationalizing disagreements as seemed to make the most sense, converting unexplained (presumably IMTU) codes to reasonable canon options, and filling in unavailable sector data with my own data (using a sector data generator I had to write). Putting all this data into my regularized version of the semi-standard .sec format and cleaning up various forms of weirdness, I then used yet another Java application to convert all the UWP data to XML files (one per sector with an additional XML file as a master sector information file)

Doing this allows me to read those XML files directly in the UWP browser part of my overall program. All except for the initial dot-map page, that is -- that has to be generated as a static .PNG image since it would take several minutes to read all the XML files to get a dot for each mainworld. The sector and world data displays are dynamic, though.

(Those who know XML will no doubt be rolling their eyes and complaining that of course performance blows; XML is a data interchange spec, not a database... and they're absolutely right. Two reasons persuaded me to use XML: 1) No additional software other than Java would be needed for someone else to run this program since it includes XML-reading capability natively, as opposed to requiring people to obtain and set up MySQL or some other database. 2) I thought that some day I might want to post or distribute my version of the Traveller sector data, in which case storing it in XML might make it relatively easy for others to import it. OK, maybe not great reasons, but between them XML seemed like a reasonable choice among a bunch of less-than-stellar options available to me at the time.)

There are still a lot of features I'd like to add some day to the sector map code: a trade and xboat routes overlay, fully-populated star systems rather than just mainworlds (I also implemented the MT World Builder's Guide as a standalone Java application long ago), icosahedral world maps, text-mode library data for interesting worlds, user-definable colors for representing the political allegiance of mainworlds, and so on. And ultimately my goal was to include all these systems as support tools in an actual game. Of course the time required to accomplish that bit is, shall we say, troublesome to come by, what with remaining gainfully employed and all. ;)

At any rate, getting good, complete, and reasonably canonical mainworld data for all the named sectors of known Traveller space can be done... but if my experience is any guide, it will take time and effort.

But hey, if you enjoy rationalizing systems of complex data the way I do, maybe you'll have fun accumulating and straightening out the Traveller data, too. :)

Good luck!

--Flatfingers
 
My own stuff

I have a bunch of components I've written using TCL/TK. These are not what I'd call production software, as they completely lack documentation, but if folks are interested I can dust them off and provide them. They'll run on nearly any machine as the stuff is OS independant.

The tools I have are:

GUI subsecor browser -- Missing a couple of features still
Mass SS generator -- Takes a picture which uses grayscale as density map and makes 1-hex-per-pixel
SS to HTML -- Makes a pure HTML subsector grid map.

Anyway... let me know if there is some interest.
 
Posted....

I put up some of the tools. The new ruleset might just get me to finfish the stuff I should have ages ago...
 
Back
Top