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.
Rocket your D&D 5E and Level Up: Advanced 5E games into space! Alpha Star Magazine Is Launching... Right Now!
Community
General Tabletop Discussion
*TTRPGs General
Character Creation Software - Straight Answer Please
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="FormerlyDickensC" data-source="post: 4315308" data-attributes="member: 53954"><p>Yes, that is correct. </p><p></p><p>Reproducing the underlying logic defined by the rules through (compiled or not compiled) computer code should not normally be a violation of copyright law. However, using descriptive text (ie. <em>powers, feats, classes</em>) and other proper nouns (ie. <em>Cleave, Eladrin Teifling</em>) would be such a violation. </p><p></p><p>In order to actually do a 4E chargen/combat tracker/campaign-mgr you'd have to build the application with a separate user-editable dataset (serialize some datatables as xml). The dataset would not only define names, descriptive text, and flavor text...it would also have to contain a component defining the logical function of the object (the race, feat, power, etc) through some scripting language along the lines of DMGenie. </p><p></p><p>So in the app, a basic 4E (but ostensibly - as you'd argue in court - agnostic) framework is setup. Then the specific rules logic used in the game is consumed by the framework from the dataset (although some of the logic is going to be built into the framework, and specifics are left to the objects, like powers and race, in the dataset). </p><p></p><p>The app could be distributed with a dataset providing all the functionality of the core set of books and objects from the canonical 4E books, but done so using non-4E terms/names/nouns. So you call the eladrin race "celestial high elf" but have the race function exactly as the eladrin. As long as the flavor text doesn't mimic the text from the book, your not violating copyright. Remember the underlying logic of the rules is not copyrightable, only the text describing them. Fair use, really plays no role except to allow the end user to create personal datasets for personal use. Which would be the ostensible purpose and intention of the software...an important point to make not if but when you are taken to court for producing this app. </p><p></p><p>Further, and more heinously, the software author could leak a clandestine program which edits the provided dataset, replacing all the terms with canonical 4E terms and text...giving the end user a full 4E experience. Of course, the clandestine app would be illegal and one would not want to be tied to it.</p><p></p><p>Lastly, the bonus of such a design is that it would provide extensibility that everyone so desires in a chargen/combat-tracker. Having said all that, it would be a pretty time-consuming app to build. </p><p></p><p>Bottom line: you <em><strong>should </strong></em>be ok to make such an app if you don't use key terms from the books. But that's a big <em>should</em>. Ultimately its up to the decider-of-facts when the case goes to court. ...or at least that's what I think. I could be wrong. Use at your own peril. <img src="https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f60e.png" class="smilie smilie--emoji" loading="lazy" width="64" height="64" alt=":cool:" title="Cool :cool:" data-smilie="6"data-shortname=":cool:" /></p><p></p><p>EDIT: whatever you do, if you plan to make a piece of software to do 4E things, don't EVER sign the GSL agreement. Run from the GSL. GSL strictly forbids software. In making the software, your trying to avoid a copyright violation. Has nothing to do with GSL. GSL is irrelevant to this.</p></blockquote><p></p>
[QUOTE="FormerlyDickensC, post: 4315308, member: 53954"] Yes, that is correct. Reproducing the underlying logic defined by the rules through (compiled or not compiled) computer code should not normally be a violation of copyright law. However, using descriptive text (ie. [I]powers, feats, classes[/I]) and other proper nouns (ie. [I]Cleave, Eladrin Teifling[/I]) would be such a violation. In order to actually do a 4E chargen/combat tracker/campaign-mgr you'd have to build the application with a separate user-editable dataset (serialize some datatables as xml). The dataset would not only define names, descriptive text, and flavor text...it would also have to contain a component defining the logical function of the object (the race, feat, power, etc) through some scripting language along the lines of DMGenie. So in the app, a basic 4E (but ostensibly - as you'd argue in court - agnostic) framework is setup. Then the specific rules logic used in the game is consumed by the framework from the dataset (although some of the logic is going to be built into the framework, and specifics are left to the objects, like powers and race, in the dataset). The app could be distributed with a dataset providing all the functionality of the core set of books and objects from the canonical 4E books, but done so using non-4E terms/names/nouns. So you call the eladrin race "celestial high elf" but have the race function exactly as the eladrin. As long as the flavor text doesn't mimic the text from the book, your not violating copyright. Remember the underlying logic of the rules is not copyrightable, only the text describing them. Fair use, really plays no role except to allow the end user to create personal datasets for personal use. Which would be the ostensible purpose and intention of the software...an important point to make not if but when you are taken to court for producing this app. Further, and more heinously, the software author could leak a clandestine program which edits the provided dataset, replacing all the terms with canonical 4E terms and text...giving the end user a full 4E experience. Of course, the clandestine app would be illegal and one would not want to be tied to it. Lastly, the bonus of such a design is that it would provide extensibility that everyone so desires in a chargen/combat-tracker. Having said all that, it would be a pretty time-consuming app to build. Bottom line: you [i][B]should [/B][/i]be ok to make such an app if you don't use key terms from the books. But that's a big [I]should[/I]. Ultimately its up to the decider-of-facts when the case goes to court. ...or at least that's what I think. I could be wrong. Use at your own peril. :cool: EDIT: whatever you do, if you plan to make a piece of software to do 4E things, don't EVER sign the GSL agreement. Run from the GSL. GSL strictly forbids software. In making the software, your trying to avoid a copyright violation. Has nothing to do with GSL. GSL is irrelevant to this. [/QUOTE]
Insert quotes…
Verification
Post reply
Community
General Tabletop Discussion
*TTRPGs General
Character Creation Software - Straight Answer Please
Top