We never got anywhere the last time this went around. The Inertial Armor says it does not stack with the armor bonus provided by shields or regular armor, that...
I see that earlier today a change was checked in to split this into 2 feats... Extra Turning (Cleric) and Extra Turning (Paladin). I've sent the person who...
The system that I'm implementing has other types of saving throws, Fear, Horror and Madness. Two of them are basically Will saves, but the other is a Fort...
Well, here's what I've done. For each class, I've put in a "DEFINE:FEARHORROR|0" and for a few skills I've put in "BONUS:VAR|FEARHORROR|2" In my csheet, I've...
Gentlemen, Just downloaded and tried 2.2.2 for a Monk/Psion that I frequently play. There's been steady improvement in handling a variety of things related to...
Hi, Is there any idea of what priority adding support for metamagic feats has? I'm all excited now that nested loops are on the way...having metamagic feat...
I have a cleric 2/bard 12/harper scout 5 character. When I print a character sheet, the cleric, domain and bard spells all show up, but there is no sign of the...
I u/l'd a *.zip that contained correction to the Vigilant PrC, which has since disappeared from the files folder. I assumed that this was so it could be added...
I choose a mindflayer. Con at 18 +bonuses... I get a starting value of 15 on concentration. Where is the extra bonus coming from. Also I noticed that it is NOT...
Well, I've made an interesting discovery. PCGen doesn't like it when Domain names have parentheses in them. I changed my domain names from All(Minor) to...
I just finished writing most of the code for Nested for loop support. It works incredibly well. I throughly tested it with the testcases and they all work...
... Why not simply call it LOOP in the first place. I understand why a programmer thought to use FOR in the first place, but most non-programmers aren't going...
(bit of a silly mood tonight. ;p) The "Plan" I have my current lists I'm working on for DM I have the latest stuff from CVS I have the Errata Zip file I'll try...
Here's the list of Bugs that have been fixed and features that have been added. If you reported one of these, please verify that it is working properly. PCGen...
I got a question. I took the feat for telepath. I can see the DC got better by one. I do not know if this affect bonus pp or not. The pp did not change....
Yeah, Tom hit it on the head. Now it takes two slots to focus and specialize in Bastard Sword - which it obviously shouldn't. As to the Sun Sword issue, that...
I should have all the list files in PCGenDM that are currently in CVS (as of right now) by the end of the weekend (sunday). I'll work off of what I have until...
Could the Source tags be stored as variables that reference a source file that must be present to work (or even hard coded)? That would still allow each thing...
Could someone tell why I get error everytime I edit a lst file. All I do is delete some of the tabs so everything is in a nice columns and when I load PCGen I...
My DM wants me to make a Shade character for his campaign, and I can't seem to figure out how to do it with PCGen. Is this supported, or does anyone have a...
I tried to add a monster to the MMrace.lst and MMraceE.lst. I copied mmraceC.lst and changed one of the names to Etten and the other names to digits just to...
Some mm questions for someone working on the lst files: First, is there any way to specify the fly type (perfect, good, etc) in the lst file? I couldn't find...
Howdy, all When saving , the current code checks to see if the extension is equal to the default pcg extension, and if it is not, it adds the pcg extension. ...