Menu
News
All News
Dungeons & Dragons
Level Up: Advanced 5th Edition
Pathfinder
Starfinder
Warhammer
2d20 System
Year Zero Engine
Industry News
Reviews
Dragon Reflections
White Dwarf Reflections
Columns
Weekly Digests
Weekly News Digest
Freebies, Sales & Bundles
RPG Print News
RPG Crowdfunding News
Game Content
ENterplanetary DimENsions
Mythological Figures
Opinion
Worlds of Design
Peregrine's Nest
RPG Evolution
Other Columns
From the Freelancing Frontline
Monster ENcyclopedia
WotC/TSR Alumni Look Back
4 Hours w/RSD (Ryan Dancey)
The Road to 3E (Jonathan Tweet)
Greenwood's Realms (Ed Greenwood)
Drawmij's TSR (Jim Ward)
Community
Forums & Topics
Forum List
Latest Posts
Forum list
*Dungeons & Dragons
Level Up: Advanced 5th Edition
D&D Older Editions, OSR, & D&D Variants
*TTRPGs General
*Pathfinder & Starfinder
EN Publishing
*Geek Talk & Media
Search forums
Chat/Discord
Resources
Wiki
Pages
Latest activity
Media
New media
New comments
Search media
Downloads
Latest reviews
Search resources
EN Publishing
Store
EN5ider
Adventures in ZEITGEIST
Awfully Cheerful Engine
What's OLD is NEW
Judge Dredd & The Worlds Of 2000AD
War of the Burning Sky
Level Up: Advanced 5E
Events & Releases
Upcoming Events
Private Events
Featured Events
Socials!
EN Publishing
Twitter
BlueSky
Facebook
Instagram
EN World
BlueSky
YouTube
Facebook
Twitter
Twitch
Podcast
Features
Top 5 RPGs Compiled Charts 2004-Present
Adventure Game Industry Market Research Summary (RPGs) V1.0
Ryan Dancey: Acquiring TSR
Q&A With Gary Gygax
D&D Rules FAQs
TSR, WotC, & Paizo: A Comparative History
D&D Pronunciation Guide
Million Dollar TTRPG Kickstarters
Tabletop RPG Podcast Hall of Fame
Eric Noah's Unofficial D&D 3rd Edition News
D&D in the Mainstream
D&D & RPG History
About Morrus
Log in
Register
What's new
Search
Search
Search titles only
By:
Forums & Topics
Forum List
Latest Posts
Forum list
*Dungeons & Dragons
Level Up: Advanced 5th Edition
D&D Older Editions, OSR, & D&D Variants
*TTRPGs General
*Pathfinder & Starfinder
EN Publishing
*Geek Talk & Media
Search forums
Chat/Discord
Menu
Log in
Register
Install the app
Install
Upgrade your account to a Community Supporter account and remove most of the site ads.
Community
General Tabletop Discussion
*Geek Talk & Media
PCGen 5.11.12 beta released
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="thpr" data-source="post: 3441654" data-attributes="member: 48911"><p>Generally, most of the tokens will not change. Thus if you have written to what was documented in 5.10, the conversion can be automated in the majority of cases.</p><p></p><p>It can't be completely automated for a few reasons:</p><p></p><ul> <li data-xf-list-type="ul">There are actually ambiguous tokens in 5.10 - they work, up to a point, but once pushed into corner cases, there are ambiguities that can be encountered. We have changed those tokens going into 5.12 (often by removing them in favor of other tokens)</li> <li data-xf-list-type="ul">There are a lot of *really* old tokens (back to the 2.0 days) that were never properly removed from the code and are often undocumented. We have done some house-cleaning, in order to ensure we do not have to support those in 6.0 (though many didn't function anyway, we want to ensure people explicitly saw the warning messages)</li> <li data-xf-list-type="ul">There are tokens that are not at all strict in how they are parsed. They are practically free-form, and that makes it *really* hard to write a new parser that guarantees the integrity of the data going into PCGen (rather than interpreting at runtime and consuming errors). Those tokens we have changed to "tighten the rules" (in particular, ADD and AUTO had major syntax changes).</li> </ul><p></p><p>So there *are* a bunch of token changes from 5.10 to 5.12, and the old format of those tokens that changed _won't_ work in 6.0. </p><p></p><p>However, we do have a prettylst perl program that will do the vast majority of that updating for you - the only things it can't do are the ambiguous items (VERY rare) and some of the much older, undocumented tokens we are removing in 5.12. It should work very well if you are using tokens as they appear in the docs. You can visit our PCGenListFileHelp Yahoo! group if you try prettylst and encounter problems with conversion to 5.12. If you have lots of personal datasets, I'd be very interested to know what doesn't cleanly convert, so we can understand if that conversion can be automated.</p><p></p><p>One last note: There is a running issue with a few tokens that we need to figure out how to change the format before 6.0 (CHOOSE and REMOVE in particular). This may be a last minute rush of features into 5.11/5.12 or it might mean a 5.14. I don't know that answer yet. However, the vast majority of 5.12 tokens will work in 6.0 (and presumably can be supported for the forseeable future). The exceptions are the bold entries on <a href="http://pcgen.wiki.sourceforge.net/Token+Change+Proposals+for+5.13+Alpha" target="_blank">http://pcgen.wiki.sourceforge.net/Token+Change+Proposals+for+5.13+Alpha</a> plus - perhaps - PRERACETYPE (which has a really yucky interaction that has been in cleaning mode since about 5.9)</p></blockquote><p></p>
[QUOTE="thpr, post: 3441654, member: 48911"] Generally, most of the tokens will not change. Thus if you have written to what was documented in 5.10, the conversion can be automated in the majority of cases. It can't be completely automated for a few reasons: [list] [*]There are actually ambiguous tokens in 5.10 - they work, up to a point, but once pushed into corner cases, there are ambiguities that can be encountered. We have changed those tokens going into 5.12 (often by removing them in favor of other tokens) [*]There are a lot of *really* old tokens (back to the 2.0 days) that were never properly removed from the code and are often undocumented. We have done some house-cleaning, in order to ensure we do not have to support those in 6.0 (though many didn't function anyway, we want to ensure people explicitly saw the warning messages) [*]There are tokens that are not at all strict in how they are parsed. They are practically free-form, and that makes it *really* hard to write a new parser that guarantees the integrity of the data going into PCGen (rather than interpreting at runtime and consuming errors). Those tokens we have changed to "tighten the rules" (in particular, ADD and AUTO had major syntax changes). [/list] So there *are* a bunch of token changes from 5.10 to 5.12, and the old format of those tokens that changed _won't_ work in 6.0. However, we do have a prettylst perl program that will do the vast majority of that updating for you - the only things it can't do are the ambiguous items (VERY rare) and some of the much older, undocumented tokens we are removing in 5.12. It should work very well if you are using tokens as they appear in the docs. You can visit our PCGenListFileHelp Yahoo! group if you try prettylst and encounter problems with conversion to 5.12. If you have lots of personal datasets, I'd be very interested to know what doesn't cleanly convert, so we can understand if that conversion can be automated. One last note: There is a running issue with a few tokens that we need to figure out how to change the format before 6.0 (CHOOSE and REMOVE in particular). This may be a last minute rush of features into 5.11/5.12 or it might mean a 5.14. I don't know that answer yet. However, the vast majority of 5.12 tokens will work in 6.0 (and presumably can be supported for the forseeable future). The exceptions are the bold entries on [url]http://pcgen.wiki.sourceforge.net/Token+Change+Proposals+for+5.13+Alpha[/url] plus - perhaps - PRERACETYPE (which has a really yucky interaction that has been in cleaning mode since about 5.9) [/QUOTE]
Insert quotes…
Verification
Post reply
Community
General Tabletop Discussion
*Geek Talk & Media
PCGen 5.11.12 beta released
Top