Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.
Justin edited this page Oct 8, 2022 · 11 revisions

Welcome to Firebot RPG!

Firebot RPG is a RPG game meant to be played via a live stream chat interface. Because of this, Firebot RPG was built to be as simple as possible for users to control via chat commands, while hiding most of the complex mechanics in the backend of the script. For the most part this script plays like D&D. You'll be familiar with weapon damage rolls and other pieces, but some rules have been simplified (yes, even more than 5th edition).

Table of Contents

Player Handbook
Developer Handbook

Installation

Getting custom scripts running in Firebot is easy, just follow these steps:

  1. Go to the releases and find the latest version.
  2. Download "Firebot-RPG.js" from the assets, this file contains the entire game.
  3. Start Firebot.
  4. Go to Settings -> Scripts
  5. Click "Manage Startup Scripts"
  6. Click "Add new script"
  7. Follow the directions at the top of the Firebot window to place the script you downloaded into the correct Firebot folder.
  8. Select the Firebot-RPG script in the dropdown and hit save.
  9. Restart Firebot.
  10. Done! The game should now show up in the Games tab of Firebot. Once activated, the commands for the game will show up in the system commands of firebot.

Enjoy!

Updating

  1. Go to the releases and find the latest version.
  2. Go into Firebot and click "File" in the top right of the app.
  3. Go to "Open Data Folder".
  4. This opens the folder with your firebot data. Double click the scripts folder.
  5. Overwrite the old firebot rpg script file with the new one.
Clone this wiki locally