PCGen is designed like a RPG character generator and maintenance program (d20 Systems mainly), writen in Java. All datafiles are ASCII so they can be modified by users.
Here are some key features of "PCGen":
· Supports scores of d20 games and settings from over a dozen publishers.
· Highly configurable, allowing the GM to add or remove races, classes, feats, and house rules such as unusual class or race restrictions.
· Supports level advancement, with configurable progressions of feats, skills, and ability score bonuses.
· Produces numerous customized character sheets in HTML and PDF format.
· Produces a "party" sheet with information needed by the GM.
Requirements:
· Java 1.5 or above
What's New in This Release: [ read full changelog ]
Code Bug:
· [CODE-14] - Custom Sources aren't being Saved
· [CODE-30] - CHOOSE:SPELLS|ANY[KNOWN=NO] not working
· [CODE-31] - [Converter] magical words are case sensitive in the converter
· [CODE-34] - Minor issue - Counter For number of Feat/Abilities has issue with x0 (10, 20, 30)
· [CODE-35] - [NPE] Can't Save Character to File
· [CODE-36] - CHOOSE:SCHOOLS has a Bug
· [CODE-37] - CHOOSE:SCHOOLS does not unparse correctly
· [CODE-40] - Data Installer fails to read Install.lst file with accented characters
· [CODE-44] - Languages can't be removed, number increases
· [CODE-45] - Domain CHOOSE not working
· [CODE-55] - CHOOSE:SCHOOLS should support primitive FEAT=
· [CODE-58] - Restore of saved PC with no languages causes crash
· [CODE-60] - WEAPONBONUS not persistent in Template
· [CODE-61] - Suppress on PC Load - No Longer Proficient with: NULL
· [CODE-62] - CHOOSE:SPELLS|CLASSLIST= and DOMAINLIST= resolve too early
· [CODE-63] - CHOOSE:ABILITY has a severe error
· Code New Feature...