Menu

Tree [dac08a] master d20tools-0.3 /
 History

HTTPS access


File Date Author Commit
 src 2009-08-21 Patrick Wiggins Patrick Wiggins [432958] Fixed a big hole where Data pointers were getti...
 AUTHORS 2009-07-16 Patrick Wiggins Patrick Wiggins [9f95da] Aesthetic fixes, fixed display bug in EditEntit...
 COPYING 2009-07-21 Patrick Wiggins Patrick Wiggins [002833] Removed deprecated classes
 ChangeLog 2009-08-21 Patrick Wiggins Patrick Wiggins [cf1f5c] Updated changelog for 0.3 release
 HACKING 2009-08-20 Patrick Wiggins Patrick Wiggins [b90735] Cleaned up keyboard handling in entity manageme...
 INSTALL 2009-04-13 Patrick Wiggins Patrick Wiggins [a62c8f] Merged in changes from master. Haven't tested ...
 KNOWN_ISSUES 2009-08-21 Patrick Wiggins Patrick Wiggins [dac08a] Cleaned up KNOWN_ISSUES file
 LICENSE 2006-06-12 Patrick Wiggins Patrick Wiggins [84e329] major repository reorganization. dropped old t...
 Makefile.am 2007-08-14 Patrick Wiggins Patrick Wiggins [e3a1e1] Updated autotools and code to use exported auto...
 Makefile.in 2009-07-21 Patrick Wiggins Patrick Wiggins [002833] Removed deprecated classes
 NEWS 2009-08-21 Patrick Wiggins Patrick Wiggins [432958] Fixed a big hole where Data pointers were getti...
 README 2008-12-12 Patrick Wiggins Patrick Wiggins [6cf440] Un-integrated config with main code, to make ev...
 TODO 2009-08-21 Patrick Wiggins Patrick Wiggins [432958] Fixed a big hole where Data pointers were getti...
 aclocal.m4 2009-07-21 Patrick Wiggins Patrick Wiggins [002833] Removed deprecated classes
 autogen.sh 2007-08-13 Patrick Wiggins Patrick Wiggins [99487f] Converted system to autotools for better cross-...
 configure 2009-07-21 Patrick Wiggins Patrick Wiggins [002833] Removed deprecated classes
 configure.in 2009-07-16 Patrick Wiggins Patrick Wiggins [805b11] Fixed deserialization
 depcomp 2009-07-21 Patrick Wiggins Patrick Wiggins [002833] Removed deprecated classes
 install-sh 2009-07-21 Patrick Wiggins Patrick Wiggins [002833] Removed deprecated classes
 missing 2009-07-21 Patrick Wiggins Patrick Wiggins [002833] Removed deprecated classes

Read Me

DICE NOTATION
-------------

All "hit dice," "count," and "damage" values can be in the form of standard
tabletop dice syntax.  In other words, you can use

4d10+6

or

1d4-1

to specify a "count" for creatures when prompted.

For "hit dice" and "damage", this extends further; you can have multiple dice
chained together.  These will all work:

1d6+3d8+4

4d8+3+1d6+1

4d6-1+3d6

However, the above examples will NOT work with a "count."  Anything following
the first full dice string will be truncated.  Examples:

4d8+1d8+6 is shortened to 4d8
4d8+6+1d8 is shortened to 4d8+6


d20battle: RUNNING A BATTLE
---------------------------
First, use the Edit menus to create the PCs and Creatures and to group them
into parties.

Then, choose to start a battle and select the party and encounter to use.  You
can choose to add members to either side by selecting individual units from the
menus here.  You can also add NPCs and creatures you haven't created with the
Ad-Hoc buton.  If you don't select a party and/or an encounter, the
party/encounter will be formed by the individual units you click here.

Once in battle, use the commands listed in the help menu to operate the
iniative roster.  In addition, double-clicking on a unit will show it's stats,
and right-clicking will allow you to damage a unit.

Obviously, click "End Battle" when you're done.  You can't start a new battle
until you end the current one.


CONFIGURATION FILES
-------------------
The first time any of the d20tools is run (with the exception of
d20diceroller), it will create ~/.d20tools. Two files will
automatically be created: skills and feats.  These files will contain
the default (core 3.5) list of skills and feats.  You can add
additional entries to these files; however, you may need to remove
these files if you update d20tools, as the formats for these files may
change.

Each tool may also create a 'toolnamerc' file in this directory.  Most
tools accept at least the following configuration option:

DATA_FILE=/path/to/data.xml

If this option is not present, the default data file will be
~/.d20tools/data.xml.  This file will be the default used when opening
the save dialog.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.