¿ªÔÆÌåÓý

Re: Name table resources?
Depends on the system, and name styles you are after. D&D has Xanathar's Guide, which gives loads of tables on names for different races. I have converted most of them to TS, some (Gnomes) and others
By Warbear.Prime · #9754 ·
Re: Name table resources?
Generating syllables can be tricky: a good place to start is among conlang (constructed languages) sites.? Here are a few links that might
By Rick Darwin · #9753 ·
Re: Simple variable addition/incrementation
I suspect you are calling the Start routine just once per output line, like this # iterable-test %Room%,1 :Start 1,%Room% [Generate]. |Room+1| ;Generate 1,There's a goblin here 1,You see a
By Rick Darwin · #9752 ·
Re: Simple variable addition/incrementation
Glad I could help. Sent from Mail for Windows 10 Sent: Tuesday, December 8, 2020 9:50 AM To: [email protected] Subject: Re: [TableSmith] Simple variable addition/incrementation A follow-up! My
By Vance · #9751 ·
Re: Simple variable addition/incrementation
A follow-up! My problem was resolved. Thanks so much - here is an example of the last few rooms of Megadungeon Level 1. I guess the number of rooms is arbitrary but this was input as 100 - thanks
By Noah Stevens · #9750 ·
Re: Simple variable addition/incrementation
It's in the main code, part of ;Start (I think it's the only non-randomized-text code, except for a Level-dependent variable. Thanks - I will implement a parameter with requested number of rooms
By Noah Stevens · #9749 ·
Re: Simple variable addition/incrementation
Yes, I am running the code from the "iterations" box! Does this restart the code from the beginning each time? It did not occur to me that this was the case, but it would tidily explain the trouble I
By Noah Stevens · #9748 ·
Re: Simple variable addition/incrementation
The first question I thought of ¡­ is this a Loop / While / If operation or are you running the table x number of times from the box in the upper left corner? Vance Sent from Mail for Windows
By Vance · #9747 ·
Re: Simple variable addition/incrementation
This needs more context. What calls the group that has the line you gave? As a wild guess, are you resetting %Room% anywhere? Erol K. Bayburt ErolB1@...
By ErolB1 · #9746 ·
Simple variable addition/incrementation
Hey all! I'm having a devil of a time with my dungeon generator. A very simple incremental room number descriptor seems beyond my feeble powers. Here's the code, please tell me what I'm doing
By Noah Stevens · #9745 ·
Re: character encoding
Good to know! ©\©\©\©\©\©\©\ Original Message ©\©\©\©\©\©\©\
By Bruce Gulke · #9744 ·
Re: character encoding
For what it's worth, converting (a copy of) the .tab file from utf8 to 1252 (ansi-latin 1) so that curly quotes show properly when using the 1252 code page gives a table that produces TableSmith
By ErolB1 · #9743 ·
Re: character encoding
Outputting as text doesn't help. My guess is that it's a problem in the engine, where it reads in text from the table file as ISO-8859-1/Windows-1252 and so reads (eg) a utf-8 close single quote as
By ErolB1 · #9742 ·
Re: character encoding
Hey, Erol - There's no encoding setting for HTML in TableSmith (never really came up as in issue in the past). I did recall looking at allowing some sort of custom header as an advanced feature, but
By Bruce Gulke · #9741 ·
character encoding
My table files are all utf-8 (no BOM), and some of them have curly quotes. These quotes show fine in Notepad++, but the Tablesmith results window gives garbage characters associated with a wrong code
By ErolB1 · #9740 ·
Re: Capitalizing Variables
If I'm understanding the original question, I don't believe that will work, because if a link is being stored in the variable, the first character is actually a "<" (as in "<a href="..."), so "Cap"
By Bruce Gulke · #9739 ·
Re: Capitalizing Variables
According to the help file, "Variable changes that occur in the "re-roll" will not be reflected elsewhere in the results window" but a little testing shows that variables will be updated *within* the
By ErolB1 · #9738 ·
Re: Capitalizing Variables
I have no idea if that is possible, however, I am sure at a minimum Bruce will. Be patient, though, it sometimes takes time to get a response, especially something this esoteric. Most of us are
By Bo · #9737 ·
Capitalizing Variables
Hi All, I'm trying to find out if it is possible to capitalize a variable AFTER variable assignment, while maintaining the "re-rolling" nature of the variable (e.g. instead of going {Cap~[Group]},
Re: Older Versions of Tablesmith #tablesmith
Thanks to all, I found some copies as well.? Will upload them.
By Michael Long · #9735 ·