Re: Tablesmith using appimage
I understand where you¡¯re coming from. But linux has come a very long way over the last decade or so. Matt
By
Matthew Lynn
·
#9720
·
|
Re: Tablesmith using appimage
I'm one of the people for whom the lack of an acceptable GUI would be a Norwegian Blue Parrot deal-killer. (Running Windows. I'm also an old-time unix-hater, due to having imprinted on VMS DCL, back
By
ErolB1
·
#9719
·
|
Re: Tablesmith using appimage
Sorry, command line.
By
Michael Long
·
#9718
·
|
Re: Tablesmith using appimage
I would be good with text base.? Using in linux.? I am sure we can develop a gui
By
Michael Long
·
#9717
·
|
Re: Error Message help
Nevermind. Yes, more code would have been helpful. The error was in some previous code. Thank you for the help and the mental nudge.
By
wooterslw@...
·
#9716
·
|
Re: Error Message help
Well, there is a lot of code, so I was trying to reduce the clutter. Everything else worked without those lines, so I figured the problem was there. But here is the output line: _<b>Weight:</b>
By
wooterslw@...
·
#9715
·
|
Re: Error Message help
As a minor point, the first line should be _|pWeightS={Calc~(%DieHolder%-32)}| {if~%pWeightS% < 1 ? |pWeightS = 1|} because you should have a minimum value of 1 on the [WeightMultA=%pWeightS%] lookup,
By
ErolB1
·
#9714
·
|
Re: Error Message help
Well, it's weird that it would work on one and not the other, but here is that group. :WeightMultA 1-8,2.0 9-16,2.2 17-24,2.4 25-32,2.7 33-40,2.9 41-48,3.2 49-54,3.4
By
wooterslw@...
·
#9713
·
|
Re: Error Message help
What does the group [WeightMultiA] look like? You might be getting an error due to that group returning a non-number to pWeightF, and then when you try to use pWeightF in a Calc~ it throws the error.
By
ErolB1
·
#9712
·
|
Error Message help
Ok. Here is the code: _|pWeightS={Calc~(%DieHolder%-32)}| {if~%pWeightS% < 0 ? |pWeightS = 0|} _|pWeightF={Calc~(%DieHolder%+32)}| {if~%pWeightF% > 54 ? |pWeightF = 54|}
By
wooterslw@...
·
#9711
·
|
Re: Editing Central Casting table for later versions
I do have a table I created some time ago. It's not everything from Heroes of Legend, but it's a helpful jumping off point. Uploaded it to the Misc Tables section.
By
Fengrong
·
#9710
·
Edited
|
Re: Tablesmith using appimage
I'd also be interested in a Linux solution, as 5.2 won't work with Crossover. 5.1 does, but 5.2 doesn't... Matt wrote:
By
Matthew Lynn
·
#9709
·
|
Re: Tablesmith using appimage
In order to avoid the chicken/egg situation, let's hash out what a minimally acceptable gui solution would look like. I'm limited to linux these days, but I'm definitely willing to pitch in.
By
Pieter Van Dyck
·
#9708
·
|
Re: Calc Error
The help file says that TableSmith is case sensitive when it comes to variable names and group names & calls. But it apparently isn't case sensitive when it comes to function names. E.g. Calc, calc,
By
ErolB1
·
#9707
·
|
Re: Calc Error
I also thought the "if" needed to be capitalized, e.g. _{If~%pRaceNum% ... instead of _{if~%pRaceNum% ...
By
sdavies2720
·
#9706
·
|
Re: Calc Error
Well, I feel stupid. Thanks!
By
wooterslw@...
·
#9705
·
|
Re: Calc Error
You need to use * instead of x for multiplication. _{if~%pRaceNum% = 3 ? |DieHolder={Dice~1d10}||pAge={Calc~(120+ (10*15))}|} Erol K. Bayburt ErolB1@...
By
ErolB1
·
#9704
·
|
Calc Error
So I am trying to create an if statement with a calc inside. It keeps kicking an error. ***ERROR on line 12 of table 'Age of Ambition Background' - : 'Input string was not in a correct format.'. ***
By
wooterslw@...
·
#9703
·
|
Re: Tablesmith using appimage
You're not wrong, but lacking a GUI would be a non-starter for lots of people. Though if other people got ambitious enough to create a graphical front-end on the various platforms that used the CLI
By
Bruce Gulke
·
#9702
·
|
Re: Tablesmith using appimage
Late to the party A cross platform commandline version would be great as far as I'm concerned. It may look scary to non-technical people but in the end it could be made to generate html, which can be
By
Pieter Van Dyck
·
#9701
·
|