TableSmith
Create, edit, and use tables for virtually anything in your campaign - monsters, treasure, inns...you name it! Link to other tables for unlimited flexibility, create maps out of random tiles, and even export favored results to HTML. You can even archive and retrieve your TableSmith results through an Explorer-like interface, and have all your generated information easily available. The full TableSmith documentation can be found here (download the file and open in a browser).
There are two versions of the TableSmith 5.2 installer to choose from:
Download Standard TableSmith (1.2 MB)
Download Portable TableSmith (1.2 MB)
TableSmith 5.2 requires the .NET Framework 4.5.2 or later, available from Microsoft (note that you may have it already; if you have Windows 10, you've definitely got it).
TableSmith 5.2 is not supported on Windows XP or Windows Vista.
FOR ADDITIONAL TABLES: Many, many more tables for TableSmith can be found in the Files area for the TableSmith mailing list at Groups.io. Scroll down for the links to the group.
TableSmith is shareware. If you like the program, please register! Registration is USD$10, and you may register via PayPal by clicking the image above. PLEASE READ THE NOTES BELOW.
There are two versions of the TableSmith 5.2 installer to choose from:
- Standard: This will install your tables, images, configuration, etc. into a TableSmith folder in your Documents folder and the program itself elsewhere. If you aren't sure which version to install, use this one.
- Portable: This will install everything into a single folder. This is meant for advanced users. Note that this works the way previous installers did, and it became a problem if you used the default folder in Windows versions after XP.
Download Standard TableSmith (1.2 MB)
Download Portable TableSmith (1.2 MB)
TableSmith 5.2 requires the .NET Framework 4.5.2 or later, available from Microsoft (note that you may have it already; if you have Windows 10, you've definitely got it).
TableSmith 5.2 is not supported on Windows XP or Windows Vista.
FOR ADDITIONAL TABLES: Many, many more tables for TableSmith can be found in the Files area for the TableSmith mailing list at Groups.io. Scroll down for the links to the group.
Registration
TableSmith is shareware. If you like the program, please register! Registration is USD$10, and you may register via PayPal by clicking the image above. PLEASE READ THE NOTES BELOW.
- The registration process is NOT automated; once I receive notification that you've registered, I generate your key and then send it to you via e-mail. I do my best to do this as soon as possible, but please be aware that there may be a delay of a number of hours, particularly on a workday (Monday-Friday). If you do not receive your code within 24-48 hours, please contact me at my e-mail address: brucegulke@protonmail.com. If you instead choose to dispute the charge with Paypal, I will simply refund your money and you will need to try again (blame scammers in years past for that one).
- Due to the costs involved with TableSmith support and development, registration is required even if you registered a version older than TableSmith 5.0 in the past. Your previous support is appreciated, and your continued support will allow TableSmith development to continue.
- If you are using a mail verification system to avoid spam, be sure to whitelist my e-mail address (see above). Any extra step that I have to take to get you your code is likely to delay your receiving it, assuming that your challenge e-mail doesn't get swallowed by one of my spam filters.
Groups.io Email Group
The Groups.io group is a great place to discuss or ask questions about TableSmith, and the Files area has a huge collection of additional tables you can download, for everything from name generation to treasure, encounters, monsters, and more!
Comments
It is entirely customizable and works in any game world, even yours.
The support at Groups.IO is fantastic and there are many there who will help you with whatever project you might be working on.
The help file for Tablesmith installs with the program, and it's also available on the Groups.io site and here as well:
https://www.dropbox.com/s/q9j207pszvm9fqu/TSHelp.html?dl=0
That said, I don't think your question would be answered in the help file since it's more of a "why" rather than a "how". Those sorts of questions are probably best directed to the Groups.io group since there's really no right or wrong answer. In the case of your question, doing sequential numbers or weighted values is really just personal preference. The results of your example will be exactly the same (in fact, internally the program converts one to the other, though I forgot which way :) ).
To answer your question, there's not a more advanced guide. I would direct you to the Groups.io list but I saw you already joined :)
Is there a limit to activations? Limit to number of computers at a time? Or is it endlessly usable as long as I'm using it for myself?
I consider the license tied to the person, so there's no real limit as long as you're the only one using it.
I have this line:
/~Background "D:/catch.jpg"
But it doesn't do anything :(
I've made a line:
/~Background "D:/catch.jpg"
But it doesn't do anything :(
Make a step-by-step guide please
I don't know what a step-by-step guide would entail. To set a background image, you just include "/Background nnnnn" like the help file says. A couple things:
- That tilde isn't going to work; the syntax is "/Background", not "/~Background"
- The quotes seem to hose things in Windows 11 for some reason (maybe earlier versions? Not sure, I don't have access to anything other than 11). If you omit the quotes that'll work. I verified the following worked for me:
/Background c:/img/dd.jpg
Thanks!