Open Source RPGs

New RPG creators and tech-startups both enjoy giving themselves the badge of ‘open source’ without having to open up a single source file. In the tech world, they call the company ‘Open AI’, and in the RPG space, they call their licence the ‘open gaming licence’, or simply declare they have an ‘open RPG’, then let people infer their good intentions from the name alone. This simple illusion has bamboozled just as many RPG enthusiasts as tech optimists.

As a result, finding other open-source enthusiasts has been a chore rather than a joy. But after years of digging past false promises, I’ve found a small handful of RPGs which really do have available source-files, which anyone can modify.

Chronicles

Chronicles is a completely open source RPG, written in Markdown. The plain text base allows it to output to epub, pdf, and html.

Knave

Knave, like many other RPGs, uses a Creative Commons 4.0 licence. But unlike many others, it actually has a source file which comes with the pdf.

Unfortunately, the Creative Commons only require redistribution of the output files. This means that when someone created the Rascals RPG, the resulting pdf fell under the same Creative Commons licence, but did not give anyone the legal right to also receive the source files. So if you want to modify the Rascals RPG, you will have to guess at every change made to the Knave source file, and then make those changes.

Cairn

Like Knave, Cairn comes with source files when you buy it. Those source files are, unfortunately, Affinity Publisher files, however, this still counts.

Luckily, Cairn’s Github page seems to have all of the basic source files required for a game.

Winterwold

Winterwold and the related books are under CC-BY-SA, and come with their source files. The source files are all .docx, which isn’t great - but these are the source files, and you are allowed to change them.

Siren

Written in LaTeX, Siren provides the classic open source experience. Unfortunately the writer abandoned the project four years ago.

BIND

And of course, my own. Check out BIND here .

Definitions

‘Open Source’ refers to source files which remain open to change by anyone. They have no restrictions (except a few minor stipulations, which will not stop anyone from changing the source files, and printing off a new book).

Reasons for Disqualification

  • Claiming to have an open source RPG, then sneakily handing over a plain text file, instead of the RPG and its source files.
  • Disallowing someone from modifying the book, by including some files with a proprietary licence, e.g. Basic Fantasy or Open Adventure .
    • Basic Fantasy seems to be putting in some real effort to going 100% Creative Commons. Since the source files are already available, it may soon become an open source RPG.
    • Open Adventure is particularly bad, as the repository comes with a LICENCE file, which states that the repository is under a Creative Commons licence. The book’s intro, however, contradicts this, by mentioning that the art is not covered by this licence.
  • Using the Open Gaming Licence, because the OGL is not open source .

So that’s it. I’ve found six open source RPGs in English.

Tags :

Related Posts

Minified vs Minimalist Rules

D&D got a way with a lot of bad habits, because it was the only game in town. People are expected to read the core rules, then the Dungeon Master’s Guide, then an adventure. I’ve copied their style, and only now realized the error of front-loading MAXIMUM RULES.

Read More

Subraces Should be Cultures

Referring to elves as a ‘race’ makes perfect sense. They’re clearly different from the other humanoids, have their own features, and biological properties and oddities.1

Read More

How I Made BIND's Monsters

BIND began as a D&D-reaction. “Mathematically, these rules stand some serious improvement”. After that, I only wanted some generic fantasy monsters to make an example game.

Read More