I thought I'd see what all the cool kids were doing and try 5.17.3. I'm late to the party, so maybe this has been discussed before, but... When I load it all...
19721
Allen C
allencohn
May 31, 2010 2:57 pm
Just tried this. It loads...but doesn't seem to have the desired effect. Allen...
19722
Andrew Maitland
Drew0500
May 31, 2010 3:06 pm
Hi Allen, LSTWarnings should all be CHOOSE deprecation messages from the CHOOSE Rebuild Tom Parker has implemented, among other things. You can use the Data...
19723
Allen C
allencohn
May 31, 2010 3:40 pm
Yes, most, not all of the problems are CHOOSE related. How do I know which files the problems are in? (The load screen no longer seems to indicate that.) My...
19724
Andrew Maitland
Drew0500
May 31, 2010 3:56 pm
The converter is in the same pcgen folder where pcgen is installed. It really doesn't need much explanation. Load it up, choose the gamemode, choose the data...
19725
Andrew Maitland
Drew0500
May 31, 2010 4:08 pm
Can you supply the code you used so I can confirm this bug? ________________________________ From: Allen C <allen@...> To:...
19726
Eddy Anthony
mosat22
May 31, 2010 4:16 pm
... To be clear the error messages are deprecation warnings, the old tags should still work, it's just that there is now newer syntax to do the job. Eventually...
19727
Allen C
allencohn
May 31, 2010 5:13 pm
Hi again, First of all, I'm continously grateful to all the coders. It would be *so* much more difficult to run my 3.5 campaign without PCGen to create and...
19728
Allen C
allencohn
May 31, 2010 5:13 pm
Yes, but I'm entering in some non-OGL stuff, so I don't want to get anyone in trouble... Allen...
19729
Andrew Maitland
Drew0500
May 31, 2010 6:03 pm
I just need to see the one snippet of the code you say isn't working. I don't need the full ability. ________________________________ From: Allen C...
19730
Andrew Maitland
Drew0500
May 31, 2010 6:08 pm
batch-covert.jar is the correct item. You don't covert by directory, you covert by campaigns (aka data set name the pcc has). If you should do them a couple at...
19731
Allen C
allencohn
May 31, 2010 6:53 pm
The tag that doesn't seem to work is BONUS:MOVEMULT|Type.Any|3/2 Thanks, Allen...
19732
Allen C
allencohn
May 31, 2010 6:55 pm
OK... So the warnings I received on SRD 3.5 are below. Even though they're warnings, they sound ominous to me, such as the ones with illegal characters...
19733
Andrew Maitland
Drew0500
May 31, 2010 7:35 pm
Well, I can see the issue... Try the following: BONUS:MOVEMUL|TYPE.Walk|3/2 first to see if it is working. Then try BONUS:MOVEMULT|TYPE.ANY|3/2 or ...
19734
Andrew Maitland
Drew0500
May 31, 2010 7:41 pm
Commas do not belong in many places as they are used as a delimiter. For the Rule Of Thumb, Commas are always allowed in OUTPUTNAME, never in KEY and Allowed...
19735
Allen C
allencohn
May 31, 2010 8:19 pm
OK, I sort of understand now. I attempted to only convert my custom files and got the following messages: ...
19736
Pythor
pythorlh
Jun 1, 2010 5:20 am
I tried putting together a Kobold race so I can advance a Kobold leader to 4th level. It took me forever to find the right file to edit, then a while longer...
19737
Andrew Maitland
Drew0500
Jun 1, 2010 2:37 pm
Are you granting the items by any method, or are you just relying on the AUTO:EQUIP tag? I believe you need to use a KIT that grants the equipment and then...
19738
Andrew Maitland
Drew0500
Jun 1, 2010 2:42 pm
Hi, The conversion finished, and those are the issues it found. CHOOSE:SHIELDPROF|TYPE=Light It's saying that's invalid, going strictly by memory, I think this...
19739
Andrew Maitland
Drew0500
Jun 1, 2010 2:44 pm
In regards to the PreReq stuff, would you care to elaborate. Is this LST side, or Code Side? How would this be better than the existing method? ...
19740
Allen C
allencohn
Jun 1, 2010 3:47 pm
I don't know the precise definition of LST side or code side. I just think it would be more uniform and flexible if all prerequisites could be handled with a...
19741
Allen C
allencohn
Jun 1, 2010 3:49 pm
Which wiki are you refering to? And does it look like all these error messages relate to the same line of code? Thanks, Allen...
19742
Eddy Anthony
mosat22
Jun 1, 2010 3:58 pm
... Em, no. Those two methods are unrelated. Kits grant stuff in the same manor that adding it manually does (which means you can set how many and remove items...
19743
Andrew Maitland
Drew0500
Jun 1, 2010 4:06 pm
LST side is how we make the data sets work JAVA is what the core programming language of the main program is. As a LST monkey one boolean operator makes it...
19744
Andrew Maitland
Drew0500
Jun 1, 2010 4:08 pm
I can't speak to how often those errors are popping up, but a quick find of CHOOSE:SHIELDPROF should bring you to those cases. The only WIKI pcgen has is: ...
19745
Andrew Maitland
Drew0500
Jun 1, 2010 4:09 pm
So we have a Bug then? ________________________________ From: Eddy Anthony <eddyba@...> To: PCGenListFileHelp@yahoogroups.com Sent: Tue, June 1,...
19746
Allen C
allencohn
Jun 1, 2010 4:15 pm
I find this other approach much more intuitive. But since you and the team program lots more LST files that I do, it makes sense to defer to the power users. ...
19747
Allen C
allencohn
Jun 1, 2010 4:40 pm
OK...I found the appropriate wiki entry http://wiki.pcgen.org/index.php?title=Unique_Primitive_CDOMObject_Proposals#CHOOSE:SHIELDPROFICIENCY and am in the...
19748
Allen C
allencohn
Jun 1, 2010 4:46 pm
With all the changes to LST syntax, does the old prettyLST work with the new stuff? Or have there been updates (that I've probably missed). Allen...
19749
Allen C
allencohn
Jun 2, 2010 12:10 am
Just confirmed that BONUS:MOVEMULT|TYPE.Walk|2 works, but BONUS:MOVEMULT|TYPE.Walk|3/2 does not. Thanks, Allen...