... Try one of the contact options on this page: http://www.mongoosepublishing.com/contact.php Paul W. King OGL SB, PL Chimp, Data Tamarin, TM Lemur, BoD...
77649
Randy Shipp
randyshipp
Jun 29, 2004 9:15 pm
Can anyone help me figure out why none of the PCGen properties seem to be saved when I quit the program? I'm using: PCGen 5.7.1 Mac OS X 10.2.8 iBook 384MB...
77650
Eddy Anthony
mosat22
Jun 29, 2004 9:24 pm
... In Mac you have a Quit item in the PCGen menu and an Exit item in the File menu. Use the Exit item in the File menu and it should save your properties. The...
77651
Barak
barak20021
Jun 29, 2004 9:30 pm
It's something in the way you exit the program... (it's come up before, but I don't use a MAC so I never paid much attention to it). I think it works if you do...
77652
Michael
NetShark86
Jun 29, 2004 10:53 pm
Ok, I have a fairly straightforward Monk/10 I am using j2re1.4.1_02 and exporting the character to PDF using csheet_fantasy_std_yellow_full.xslt Anyway, this...
77653
Michael
NetShark86
Jun 30, 2004 12:25 am
I am using pcGEN 5.6.1 with JRE 1.4.2_04 I am looking at the output of my Monk/10 in both HTML Preview and the PDF files and the Touch AC looks wrong. I have...
77654
Michael
NetShark86
Jun 30, 2004 12:50 am
Also, just to doublecheck, I highlighted the item in the equipment list to see what it said in the "Equipment Info" for this item, and here it is: Robes of...
77655
Eddy Anthony
mosat22
Jun 30, 2004 1:50 am
PCGen 5.7.x uses the JEP library to parse formulas. The Spycraft has some extremely convoluted formulas in it for various class progressions, try this one on...
77656
Bolie
bolieiv
Jun 30, 2004 2:34 am
... Wilderness, ... spells ... the ... two ... betting ... this is ... I'm ... just ... your ... The documentation says that it should work as described in the...
77657
Thomas Clegg
knighthawke_...
Jun 30, 2004 3:33 am
Okie... This I think in Jep becomes: (floor((CL+2)/2))+(min(2,(floor((CL-3)/2))))-(min(3,(floor((CL-2)/2))))-(flo or(CL/14)) And yeah, if you need to grab a...
77658
Barak
barak20021
Jun 30, 2004 4:06 am
Hehe.. I was just going to post that you left out the getvars, then I noticed your addendum. :p Barak ~PCGen BoD ~OS Silverback...
77659
Randy Shipp
randyshipp
Jun 30, 2004 5:44 am
... the File ... properties. ... amounts to a ... Perfect. I'll give that a try. Randy......
77660
silyolpooh
Jun 30, 2004 6:00 am
Okay, it could actually be a LST Editor bug. I tried to Copy the Dragon (Black Great Wyrm) and make a Dragon (Shadow Great Wyrm), adjusting the CR and the...
77661
God
tahattmeruh
Jun 30, 2004 7:17 am
... I have posted this also but I got no reply. Marc...
77662
Michael
NetShark86
Jun 30, 2004 9:13 am
One more detail. These are what are in my spell list file to accomplish the temp bonuses (obviously each is on one line in my file) Bull's Strength.MOD...
77663
Michael
NetShark86
Jun 30, 2004 9:27 am
I noticed that this file was posted in the files section by Tir: pcgen_data_56_2004-04-29.zip It seems to contain the SRD and RSRD. Should I apply this to my ...
77664
Eddy Anthony
mosat22
Jun 30, 2004 1:37 pm
Thanks Tom Let me see if I can summarize the new syntax. Math operators (+-/*=) stay the same. Controlling order of operations with parentheses stays the same....
77665
Chris
barak20021
Jun 30, 2004 2:49 pm
... And this is supposed to be easier to read and understand than the old way???? I don't think so. :/ I guess the thing that annoys me the most about it is I...
77666
Frugal
frugal10191
Jun 30, 2004 3:04 pm
<quote who="Chris"> ... You do not need the getvar() for everything. You can use it, but you do not have to. The only time you have to use the getvar()...
77667
Eddy Anthony
mosat22
Jun 30, 2004 3:12 pm
... With that said shouldn't the following formula perform the calculation the old way? ...
77668
Chris
barak20021
Jun 30, 2004 3:14 pm
... Ah, that's much better than what was implied in the DOC tacker (still a pain, but much less so :p). I guess what this would foster for me would be using...
77669
mtucker@...
java_kensai
Jun 30, 2004 3:15 pm
... Actually, I disagree, Barak, in the sense that English is easier to read and understand (but longer and more tedious to say) than Pidgin English. Slang and...
77670
Ross M. Lodge
summa42
Jun 30, 2004 3:24 pm
... ceil(x) Also, swiped from the JEP documentation: JEP Operators, basically in greatest-to-least operator precedence: Power ^ Boolean...
77671
Andrew McDougall
tir_gwaith
Jun 30, 2004 3:50 pm
You and me both, Chris. Back in theatre, it was a sign of a good TD to be lazy. Lazy enough to do the bare minimum needed to get the job done effectively,...
77672
Frugal
frugal10191
Jun 30, 2004 7:20 pm
... Well, if no one has broken the variable caching code I wrote about 3 months ago it should not affect performance at all. Most of the performance issues are...
77673
Chris
barak20021
Jun 30, 2004 7:38 pm
... Is that anything that could be automated? I don't program Java, but I do have the SDK installed and can do a build from CVS... if it's simple enough I'd...
77674
Eddy Anthony
mosat22
Jun 30, 2004 7:42 pm
With PCGen using JEP is it still true that the results of formulas will be truncated or rounded down as before? -- ~ Eddy ~ Doc Chimp, Data Tamarin ~ PCGen BoD...
77675
blithwyn
Jun 30, 2004 9:12 pm
Feel free to post your results here again. I am trying to get a handle on the code and every aspect of it is of interest to me. I may not be in the position to...
77676
David Lim
aberrant80
Jul 1, 2004 2:55 am
Am I right in assuming the problems with the ranger is just the data set? The problem with not having a favored enemy at first level and the wrong level of...
77677
Eddy Anthony
mosat22
Jul 1, 2004 3:25 am
Hallelujah! I see the light, I'm now a JEP convert! JEP brings some fantastic capabilities too PCGen. My new favorite is the use of Boolean operators. Let take...