Really useful software project management and source code hosting.    tell me more...
BROWSE: projects / users / groups
Some little tools for Generating characters for the Pathfinder roleplaying Game


Really Useful Social coding!

Codaset is an open system, so you can browse and search through all the open source projects, and check out what your friends are coding. Follow them, befriend them, and fork their code; quickly and easily.
Every single open source project you create is free, so come on and use Codaset at no cost. Your first private or semi-private project is also free. Read more about what it costs after that.

Git clone URL's...

Public: git://codaset.com/nevynxxx/wxrcg.git
Active tickets:
4
Milestones:
3
Bookmarks:
0
Forks:
0


CONTENTS OF THIS FILE

  • Introduction
  • License
  • Requirements
  • Installation
  • Components
  • Contact

INTRODUCTION

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!

LICENSE

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.

REQUIREMENTS

  • ruby 1.9
  • rubygems
  • wxruby-ruby19 2.0
  • SQLITE3
  • activerecord
  • gemcutter

INSTALLATION

UNIX

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

WINDOWS

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

Running the apps is as simple as typing the component name from a command prompt/shell.

COMPONENTS

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.