|
From: <jde...@us...> - 2013-05-08 11:15:45
|
Revision: 20081
http://sourceforge.net/p/pcgen/code/20081
Author: jdempsey
Date: 2013-05-08 11:15:40 +0000 (Wed, 08 May 2013)
Log Message:
-----------
Tidy up to reflect the current state of the set and program.
Modified Paths:
--------------
Trunk/pcgen/data/homebrew/my_pathfinder_dataset/how_to_use_this.txt
Modified: Trunk/pcgen/data/homebrew/my_pathfinder_dataset/how_to_use_this.txt
===================================================================
--- Trunk/pcgen/data/homebrew/my_pathfinder_dataset/how_to_use_this.txt 2013-05-07 12:19:12 UTC (rev 20080)
+++ Trunk/pcgen/data/homebrew/my_pathfinder_dataset/how_to_use_this.txt 2013-05-08 11:15:40 UTC (rev 20081)
@@ -1,20 +1,15 @@
This is a framework for a PCGen dataset. It is meant for beginners who want to take their first steps in entering their own
-custom data into PCGen and have found that the built-in List Editors are too limiting for what they intend to do.
+custom data into PCGen.
To use this, first find the corresponding *.lst files for your kind of data (e.g. My_classes.lst if you want to add a new
class) and enter your new data there. Each *.lst file includes an example to give you a feel for how an entry in that
-particaluar type of file would look like. You can simply delete the example and comments in there, if you feel you don't
+particular type of file would look like. You can simply delete the example and comments in there, if you feel you don't
need them anymore.
If you need information how to set up a LST file, start PCGen and click on Documentation in the Help menu. That will bring
up a browser window in which you should click 'List Files'. This will open a menu tree that includes the option 'LST File
Class' which will guide you through your first steps.
-After editing the *.lst file you need to edit the MyCampaign.pcc file. For every one of the *.lst files included, I have
-set up a line that calls it, but is commented out by use of a '#' character. Remove the '#' from the beginning of the cor-
-responding line. You might also want to change the game mode, as it is now set to '35e', if your custom data is meant for
-a different game mode.
-
There is also a file called OGL.txt, which we always need to distribute with data that is coming from an Open Game Content
Source. It is here because the examples in the *.lst files were mostly drawn from our dataset for the 3.5 System Reference
Document. It is not needed for your dataset to function.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|