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
*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
*TTRPGs General
*Pathfinder & Starfinder
EN Publishing
*Geek Talk & Media
Search forums
Chat/Discord
Menu
Log in
Register
Install the app
Install
Community
General Tabletop Discussion
*TTRPGs General
Things other than rulebooks
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="Silveras" data-source="post: 2398083" data-attributes="member: 6271"><p>I considered mailing them mine, actually. <img src="https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f642.png" class="smilie smilie--emoji" loading="lazy" width="64" height="64" alt=":)" title="Smile :)" data-smilie="1"data-shortname=":)" /></p><p></p><p></p><p></p><p>I can take a few guesses as to why. </p><p></p><p>Actually, they are not guesses. I write software professionally, and I am a database architect/administrator. I am intimately familiar with how the design process goes, and I can say this: you cannot make a working program for rules that are not yet defined. </p><p></p><p>Any such tool would be useful to WotC only for books *after* their content is finished, and the rules can then be implemeted in code. Trying to do it *while* the content is being finalized means that the coding process would slow down the book creation process, as the authors and stat-block editors need to wait for the program to be revised to cover this morning's changes to the rules. Depending on what was changed, that could be 10 minutes to 10 days to code, and as much again to test to make sure the change was made correctly. </p><p></p><p>A second problem is when the developers adopt a new method of some kind. An example I have used before is spell advancement. In the 3.0 Core books, all of the classes used a few simple methods... spell advancement 1-6 over 20 levels, spell advancement 0-9 over 20 levels, spell advancement 1-4 starting at level 4, and so on. In general, though, they were a formula... some advancement every level after level X, up to level Y (for Paladins, Rangers, and others with a maximum spellcasting advancement). Then, new supplements added new casters, and new breakdowns, espcially in Prestige Classes ... +1 every other level, +1/+1/+0 repeated every 3 levels, and so on. Then, we started getting +1/+1/+1/+0/+1/+1/+0/+1/+1 and the like -- you could no longer reasonably expect to be able to use a few formulae, you had to pretty much list out the progressions for each class in full. </p><p></p><p>As for selling it... well, because each new supplement is liable to require code changes to include this or that new feature, it would almost have to be a subscription model... you pay a fee to get all the updates for a year, and renew the fee each year to keep getting the updates. </p><p></p><p>Additionally, an internally-developed product does not have to support "user customization", but a commercially-available one *does*. In order to support the DM's right to decide which rules s/he wants to use, the software has to become much more complex, and cannot use the most efficient code (it has to allow for deciding on-the-spot which rules apply, instead of having that assumption embodied in its design). The more such a tool is written to do for you, the longer it takes to update, the slower it runs, or less it can allow you to make choices. </p><p></p><p>Now, before I come across as all negative <img src="https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f609.png" class="smilie smilie--emoji" loading="lazy" width="64" height="64" alt=";)" title="Wink ;)" data-smilie="2"data-shortname=";)" /> let me say that I think the 3.x rules are *much* more computer-tool-friendly than any of the previous editions.</p></blockquote><p></p>
[QUOTE="Silveras, post: 2398083, member: 6271"] I considered mailing them mine, actually. :) I can take a few guesses as to why. Actually, they are not guesses. I write software professionally, and I am a database architect/administrator. I am intimately familiar with how the design process goes, and I can say this: you cannot make a working program for rules that are not yet defined. Any such tool would be useful to WotC only for books *after* their content is finished, and the rules can then be implemeted in code. Trying to do it *while* the content is being finalized means that the coding process would slow down the book creation process, as the authors and stat-block editors need to wait for the program to be revised to cover this morning's changes to the rules. Depending on what was changed, that could be 10 minutes to 10 days to code, and as much again to test to make sure the change was made correctly. A second problem is when the developers adopt a new method of some kind. An example I have used before is spell advancement. In the 3.0 Core books, all of the classes used a few simple methods... spell advancement 1-6 over 20 levels, spell advancement 0-9 over 20 levels, spell advancement 1-4 starting at level 4, and so on. In general, though, they were a formula... some advancement every level after level X, up to level Y (for Paladins, Rangers, and others with a maximum spellcasting advancement). Then, new supplements added new casters, and new breakdowns, espcially in Prestige Classes ... +1 every other level, +1/+1/+0 repeated every 3 levels, and so on. Then, we started getting +1/+1/+1/+0/+1/+1/+0/+1/+1 and the like -- you could no longer reasonably expect to be able to use a few formulae, you had to pretty much list out the progressions for each class in full. As for selling it... well, because each new supplement is liable to require code changes to include this or that new feature, it would almost have to be a subscription model... you pay a fee to get all the updates for a year, and renew the fee each year to keep getting the updates. Additionally, an internally-developed product does not have to support "user customization", but a commercially-available one *does*. In order to support the DM's right to decide which rules s/he wants to use, the software has to become much more complex, and cannot use the most efficient code (it has to allow for deciding on-the-spot which rules apply, instead of having that assumption embodied in its design). The more such a tool is written to do for you, the longer it takes to update, the slower it runs, or less it can allow you to make choices. Now, before I come across as all negative ;) let me say that I think the 3.x rules are *much* more computer-tool-friendly than any of the previous editions. [/QUOTE]
Insert quotes…
Verification
Post reply
Community
General Tabletop Discussion
*TTRPGs General
Things other than rulebooks
Top