I’ve made an open source RPG, available on itch and gitlab.

Domain: ttrpgs.com

Git:

ssh -p 2222 soft.dmz.rs

  • 2 Posts
  • 11 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle


  • That’s never been the case with any of the open source movement. If someone says their project is open source, then they give out files which are not the source, we would normally say that’s not open source. We don’t ask Microsoft if they feel that X, Y, and Z are ‘the core components’ of VSCodium. It’s just not open source.

    Providing text is good, and you might say the text files are ‘open source’, if they have a licence which allows modifications and so on. But you can’t make closed-source pdfs out of them, and say ‘this has text, which is open source, so I feel like it’s open source’.

    I get that it seems like a small distinction to some, but it’s been an important distinction since the inception of the open source movement, and without it, we won’t be able to tell open source projects from projects that have open components which people ‘feel’ are core.




  • Andonome@lemmy.worldOPtorpg@ttrpg.networkMy one-page Rules
    link
    fedilink
    English
    arrow-up
    1
    ·
    5 months ago

    it’s now on my list!

    Glad to hear it!

    s there a simple way to just download a bunch of pdfs

    Yes. Each book’s repository comes with a download link.

    • Metabind: a collection of the core rules, players’ book, and GM’s book, all stuffed into one. Getting the books separately is better if you’re printing, but a single pdf works better for searching.
    • Missions in Maitavale - a full campaign setting and long story.
    • Goblin hole module, the intro module.
    • Goblin Horde, another goblin-filled introduction module, but this one is in the style of more traditional fantasy RPGs.

    But fair warning: despite the hyperlinks, the books all prioritise printing. Reading two-column bright-white pdfs can give you a headache.


  • Andonome@lemmy.worldOPtorpg@ttrpg.networkMy one-page Rules
    link
    fedilink
    English
    arrow-up
    2
    ·
    5 months ago

    I couldn’t make the downloads work in my phone

    Thanks for letting me know!

    It appears that (some parts of?) this is available in English and in German,

    We only have the tiny core rules translated right now, and the character sheet.

    Would this be suited to playing with kids, too?

    The system is just 2D6 + Attribute + Skill [ + Equipment sometimes ]. Should be fine for kids who are okay with small sums.

    Example of a simple action in BIND, with character sheet guide

    The books have one or two spots of harsh language.

    I’ve just playtested and released a oneshot module. If you have any questions about running it, let me know!






  • For online-usage, nothing will ever beat spreadsheets. They exist to crunch numbers and compare values. They work with both text and numbers. And they’re flexible.

    • Want to add +2 to perception for elves? Check if race = "Elf" and if so, add +2.
    • Want to add a fixed list of weapons for the player to choose from? Stick the entire list on a secret sheet, then reference them in a drop-down menu.

    If a bespoke tool ever came out, it would only do one system, badly. Spreadsheets do any system, and the skills you learn with them are transferrable to almost all other spreadsheet programmes.

    There’s my indie RPG character spreadsheet (requires Libreoffice Calc). Fill in your name, and it’ll use numerological constants to find your race and stats, then tracks your XP every time you buy a skill.

    People want to use something like a pdf because it looks like paper, but this instinct is wrong. PDFs are for printing. Their fill-in text boxes are ugly, and programming them is clunky.