Search Results for "rolemaster character sheet"

Showing 27 open source projects for "rolemaster character sheet"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 8 Monitoring Tools in One APM. Install in 5 Minutes. Icon
    8 Monitoring Tools in One APM. Install in 5 Minutes.

    Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.

    AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
    Start Free
  • 1
    Rolemaster Office
    PC and NPC character generator for Rolemaster RMFRP roleplaying system (from Iron Crown Enterprises). The program calculates all bonus and generates a nice PDF character sheet that contains additionally pages. The programm does not provide during-game support.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 2
    Learn Regex The Easy Way

    Learn Regex The Easy Way

    Learn regex the easy way

    Learn Regex The Easy Way is a hands-on, interactive resource for learning regular expressions (regex) in a step-by-step, incremental way. Rather than just being a reference sheet, it is designed to help you build understanding gradually: you start with the basics like literal matching, then advance through character classes, quantifiers, groups, alternation, lookaheads/lookbehinds, and more advanced regex features. Each lesson is accompanied by examples and clear explanations, so learners can experiment and immediately see results without needing external tools. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    YAPCG

    Yet another Pathfinder Character Generator

    Yet Another Pathfinder Character Generator (YAPCG) is an Excel spreadsheet designed to help you create and manage your character for the table-top role-playing game Pathfinder (1st edition), including Gestalt characters. It is an Excel-only spreadsheet, and will not function properly with OpenOffice, LibreOffice, Google Sheet, or others.
    Downloads: 29 This Week
    Last Update:
    See Project
  • 4
    kindling

    kindling

    Fiction writing app that scaffolds your draft from your outline.

    Kindling is a free, open-source desktop writing app for fiction writers who outline before they draft. Instead of staring at a blank page, you write directly into a scaffold built from your own outline — scene beats become expandable writing prompts, with character and location references surfacing automatically as you write. Import from Scrivener (.scriv), Plottr (.pltr), yWriter (.yw7), Obsidian Longform, or Markdown. Export to Scrivener, DOCX (Standard Manuscript Format), EPUB, Markdown, or Longform. Beat sheet templates included: Hero's Journey, Save the Cat, Three-Act Structure, and more. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    TextureAtlas Toolbox

    TextureAtlas Toolbox

    A powerful, free and open-source tool for TextureAtlases/Spritesheets

    TextureAtlas Toolbox is an all-in-one solution for working with texture atlases and sprite sheets. Extract sprites into organized frame collections and GIF/WebP/APNG animations, generate optimized atlases from individual frames, or convert between 15+ atlas formats. Perfect for game developers, modders, and anyone creating showcases of game sprites. Formerly known as TextureAtlas to GIFs and Frames Licensed under AGPL-3.0 Third-party licenses: See...
    Leader badge
    Downloads: 19 This Week
    Last Update:
    See Project
  • 6
    command-output-to-html-table

    command-output-to-html-table

    A shell script to convert any file or command output into a html table

    Please watch the video below, to convert any file or a command output into a nice html table, in less than 5 Minutes time. The output html file can then be browsed from any location, using a local webserver or an internet www domain. Usage Examples: (Type them on Terminal) cd ~/Downloads/tabulate # location chmod +x *.sh cat "student_marks.csv" | { cat ; echo ; } | ./tabulate.sh -d "," -t "My School" -h "First Term" > "marks.html" # or > "/var/www/html/marks.html" -d specifies...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 7

    Rolemaster Individual Monster Sheet

    Individualizes Rolemaster creatures.

    Rolemaster Individual Monster Sheet -- Java program that varies Rolemaster monsters according to the Creatures & Treasures (or Creatures & Monsters) source books.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Conan RPG 2D20 Spreadsheet
    Fan made Conan RPG 2d20 by Modiphius Spreadsheet. If you are a skilled Excel programmer and you are interrested in helping with the project do not hesitate to contact me at ulothar1980@gmail.com .
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    TCMT

    Tabletop character management application designed for DnD 5e

    TCMT is a fully featured tabletop character management application designed for DnD 5e (Dungeons and Dragons Fifth Edition) . I created this project to practice coding and am now releasing it free and open source for anyone who is interested. It was coded in Python using the PyQt4 library and QT Designer. In its current form it only works on Windows computers. If there is significant demand, I will release a Mac compatible version (shoot me an email) CONTACT/BUG REPORTS: tcmt.contact@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10
    Han

    Han

    The CSS typography framework optimised for Hanzi

    ..."Hanji Standard Format" fully supports traditional Chinese, simplified Chinese and Japanese, three languages ​​using Chinese characters. "Chinese Character Standard Format" provides a number of customization functions, and can customize the exclusive style sheet through variable settings, module reference, etc. If no special customization is required, you can also directly use CDN external style sheets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    CSV / SAV files to Excel

    CSV / SAV files to Excel

    Helps translate SAV / CSV data into usable Excel data

    You have been struggling with SPSS databases when you needed to use excel? Well, this file (or the VBA module attached to it) will help you: you paste your CVS file format into one sheet, and the bulky strings will all your values will gently be split into one value per column by a custom excel function, The function takes into account that some values might be strings with comas that should not be split into different variables. The custom function should be usable for other types of files, it basically disaggregare a string into values separated by a standard character (by default the coma, but can be changed) and ignores separation characters that are within "string identifier" characters (by default the " ). ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    vim-cheat-sheet

    vim-cheat-sheet

    A mobile friendly Vim cheat sheet

    A mobile friendly Vim cheat sheet. Edit sheet.hbs as desired (e.g. add new commands). Reload page in browser (Ctrl+r) to generate the locales entries in English en_us.json. Stop the app (optional). Describe the added commands in English en_us.json and move them to the corresponding position, equally as in sheet.hbs. Run node postinstall.js to copy the English entries to all other locales. Translate all languages you know. Commit. This project aims to be one of the most accessible vim guides...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    sCoreForge Pathfinder Character Creator

    sCoreForge Pathfinder Character Creator

    Pathfinder Character Creation Project

    This is a Pathfinder Character Creation project that was started in March of 2011. Created by players, for players. Check out the Release Notes and Wiki for details on what's what in the application.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 14

    GMTool

    A tool for roleplaying gamemasters

    A Java tool that allows a gamemaster to manage notes, characters, combat, images, sounds, etc. on his computer during gaming sessions. Plugin-based to allow using it with various rpg system, such as Shadowrun, GURPS, TDE, D&D, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    CS Battle Tracker

    Table Top Online Role Playing (TTORP)

    PHP-Based web application for tracking data in traditional paper-and-pencil role playing games. Tracking in and out of game chat, actions, and (eventually) movements on a map.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Online Database for Gamemasters and Players written in CakePHP using MySQL Database. Players can manage their characters and print their character sheet as well as an additional rule book with all rules of the character.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MemorizEasy
    helps you learn vocabulary with reference cards, interactive tests, and an auto complete homework helper, exploiting brush-teeth time and proven cognitive methods. A card has 7 new words, 7 from 4 days ago, 7 from a week ago, and 7 from a month ago.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The arkham horror companion is a software program designed to accompany the fantasy flight board game Arkham Horror
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SuiteGM
    Java & XML desktop application. ANY paper & dice RPG game system can easily be added through easy to use data entry forms. Initially d20 and MERP/Rolemaster, with the tools to make it easy for others to add other game systems as optional module plugi
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A java-based tool for computer-augmented Pen&Paper roleplaying in Shadowrun. The idea is that this tool will be used in-game as a character sheet and/or gamemaster's tool while being interoperable with people using traditional pen&paper to play an rpg.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Simple, printable, HTML rendition of a Dungeons and Dragons 4th edition character sheet. You can fill data through a PHP script and display your characters online easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A web-based application for editing and storing RPG character sheets. It is a continuation of the 3EProfiler project created by Michael J Eggertson at www.3eprofiler.net.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    GoFourth is a tool for managing character information for the 4th Edition of the Dungeons & Dragons RPG system. Currently, functionality is limited to formatting character powers. More complete character sheet management will hopefully be added later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A program which will be a fully automatic character sheet and help manage inventory, skills, and leveling in Dungeons and Dragons 3.5.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Unseen Servant is a extensible character utility for Rolemaster RMSS/RMFRP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB