Current Maintainer: Nevynxxx <nevyn@anferny.me.uk>
Some basic tools for helping DMs/players run PathfinderRPG games.
Currently these include a point buy calculator, and the beginnings of a dmscreen, I hope to build up to a full character generator in time.
All built in ruby and wxRuby....
Oh, and any suggestions for a new name are very welcomed!
See the LICENSE file. This software is Copyright Nevynxxx <nevyn@anferny.me.uk
and is distributed under the MIT license, along with the Paizo Community Use Licence also included in the LICENSE file.
Please note we cannot charge you to use this software.
Once ruby and rubygems are installed, the process is simple.
sudo gem install gemcutter
sudo gem tumble
sudo gem install wxruby-ruby19 sqlite3-ruby activerecord wxrcg
The easiest way to get ruby 1.9 on windows is to go to the wxRuby download site and down load the latest version with "-setup.exe" in the name. This will install ruby, rubygems, and wxruby, adding the command to the path. Then from a cmd prompt run:
gem update --system
gem update
gem install sqlite3-ruby activerecord wxrcg
Running the apps is as simple as typing the component name from a command prompt/shell.
Current components include "stats" a point buy calculator that takes into account a characters race, and optionally saves that characters basic outline to the database for use in the DM screen, "dm_screen", this is partially complete and used by a DM to track initiative/AC/HP/ and conditions currently affecting the PCs, and finally "weapons" a small app for adding new weapons into the database.