• 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.
  • We, the systems administration staff, apologize for this unexpected outage of the boards. We have resolved the root cause of the problem and there should be no further disruptions.

Character Generators & Name Generators

I was looking on the Freelance Traveller website and noticed that all of Hugh Fosters software, including the Character Generator has disappeared from the internet. I checked the Internet Archive as well and his page was not archived.

Has anyone written anything similar (Covering all the major iterations of Traveller.) since, similarly are there any good name generators out there covering the major races.

I will also throw in one neglected piece of software, though it has not been updated since 2011, it is called The Everchanging Book of Names and apparently you can write namebooks for use with it although I think you need to register for the full instructions on how to do so.

That is linked below

http://ebon.pyorre.net/
 
For various Traveller languages: http://spacecorsair.com/wordgen.html (the site in general has a lot of generators)

For Megatraveller character generation : http://traveller.chromeblack.com/files/mtpcgen.html

For Classic there are two, one developed by another member of COTI but spun off of: https://devilghost.com/software/travellercharacter/

For name generation, I've found a few interesting sites, and then try to stick with a theme when doing a set of system NPCs (all 90's British SF names, all oddball names, etc)
 
For Classic there are two, one developed by another member of COTI but spun off of: https://devilghost.com/software/travellercharacter/
My version of this is hosted here:

http://www.mindspring.com/~ffilz/Gaming/travellercharacter.html

I was going to say "It is a few patches ahead of devilghost because I haven't requested a pull request in a while. Most of the documentation applies to the devilghost version also." However, looks like Paul Gorman has merged from my repo. so in fact, the devilghost version should be up to date, and all the documentation on my web page should be applicable.

Frank
 
Depending on your desire to play with code Makhidkarun has a Names database. It uses SQLite3 and there's sample PHP code for it. There's also a Golang based Name Generator for Vargr.

Both of those were done to meet a need. Both should be fairly extensible.
 
Thanks for what you have found so far. What do I need to have on my computer to run the items on GitHub?

For the Python stuff all you need is to install a copy of Python. I'd recommend the latest release.

https://www.python.org/downloads/

Everything you need to know to install it and get it up and running should be on that site. If you're running OSX or Linux, you probably already have a perfectly usable copy of Python already installed though. It might not be the latest but it should do fine. The StarBase executable version for Windows comes with everything it needs to run on Windows bundled in.

Simon Hibbs
 
Last edited:
Thanks for what you have found so far. What do I need to have on my computer to run the items on GitHub?

For the Classic Traveller Character Generator, if you want to use the code as is, you can use either the devilghost site or mine to run it. If you want to play with it, you just need to put the pages up on a web page. It's written in javascript so from a hosting standpoint, there's nothing special (in fact, if github would display the raw files correctly, you could run it from github...). You can also run it totally locally (which is what I do for testing new changes).

Frank
 
My version of this is hosted here:

http://www.mindspring.com/~ffilz/Gaming/travellercharacter.html

I was going to say "It is a few patches ahead of devilghost because I haven't requested a pull request in a while. Most of the documentation applies to the devilghost version also." However, looks like Paul Gorman has merged from my repo. so in fact, the devilghost version should be up to date, and all the documentation on my web page should be applicable.

Frank

This is now located at https://github.com/pgorman/travellercharactergenerator
 
I have vague memories of someone writing software where you could imput an Anglic (Terran) name and it would generate a Vilani name from it.

I've tried searching for it but with no success. Does anyone know if such a program exists?
 
I have vague memories of someone writing software where you could imput an Anglic (Terran) name and it would generate a Vilani name from it.

I've tried searching for it but with no success. Does anyone know if such a program exists?

That was "Vilani by Lonnie", a page with javascript which implemented my "Your Name in Vilani" article from GURPS JTAS soooo many years ago.

I've attached my PDF of my original text here, which also includes Your Name in Zhodani. The process isn't too painful.

My word generators are here: http://traveller5.net/tools/vilanitools.html
 

Attachments

The name generator is quite fun. I got

Shiiren Rekiiram Daalud

and

Chteved Zdepotl Tlep’fepl

Cheers
 
Back
Top