-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path01_overview.php
81 lines (61 loc) · 5.17 KB
/
01_overview.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?php
require_once('include/header.php.inc');
?>
<div id="content" class="content">
<h1>PCGen Overview</h1>
<p>PCGen is a <strong>FREE</strong> Open Source character generator and maintenance program for role-playing games. It currently supports the
d20 RPG system and includes data sets based upon gaming material from Wizards of the Coast, Paizo Publishing and dozens of other publishers. The project's
current focus is on gaming material released under Wizards of the Coast's <a href="http://www.opengamingfoundation.org/ogl.html" title="Wizards of the Coast's
Open Gaming License">Open Gaming License</a> (OGL) but the PCGen team also works with publishers to get permission to include limited Closed Content as well.
PCGen runs on Windows, Mac OS X and Unix/Linux using Java (see <strong>Technical Requirements</strong> section below).</p>
<h1>Mission Statement</h1>
<p>To be the world's most flexible d20 character generation and maintenance software.</p>
<h1>Major Links</h1>
<ul>
<li><a href="03_get_pcgen.php">Get PCGen</a> - Download PCGen </li>
<li><a href="http://wiki.pcgen.org/index.php?title=Roadmap">Roadmap</a> - Find out when you get your next fix!
<li><a href="http://wiki.pcgen.org/">Project Wiki</a> - This is a good source of project information</li>
<li><a href="http://groups.yahoo.com/group/pcgen">Main User Community Group</a></li>
<li><a href="https://sourceforge.net/project/project_donations.php?group_id=25576">Donate to PCGen!</a></li>
<li><a href="https://sourceforge.net/projects/pcgen/">Sourceforge Project Page</a></li>
<li><a href="http://pcgen.sourceforge.net/banners/">Our Fantastic Images and Banners</a></li>
</ul>
<h2>Publishers</h2>
<p>Are you a publisher, concerned about how PCGen may affect your product? Your concerns are understandable. You may be reassured to see the list of <a href="http://www.pcgen.org/autobuilds/pcgen-docs/acknowledgments/publishersandsources.html" title="Books currently available in latest upcoming version of PCGen, sorted by publisher.">other publishers</a> which have chosen to improve their game by allowing its use with PCGen. You can also see the <a href="http://wiki.pcgen.org/index.php?title=Publishers">Publishers Wiki page</a> for more details</p>
<h2>PCGen Features</h2>
<ul>
<li>Allows you to Create and Maintain multiple Characters.</li>
<li>Is FREE and works on all major operating systems (Windows, UNIX/Linux and Mac OS).</li>
<li>Data and character files are operating system independent.</li>
<li>Supports d20 based Game Systems including D&D (3E, 3.5E, 4E), d20 Modern and Pathfinder.</li>
<li>Supports Tons of Publishers and their products.</li>
<li>Is highly configurable, allowing the user to add or remove races, classes, feats, and house rules such as unusual class or race restrictions.</li>
<li>Supports level advancement, with configurable progressions of feats, skills and ability score bonuses.</li>
<li>Supports Deity/Domain selection and the granting of the appropriate level dependent abilities.</li>
<li>Produces numerous customized character and party sheets in HTML, TEXT and PDF formats.</li>
</ul>
<h2>GMGen Plugin Features</h2>
<ul>
<li>Track combats, including damage, spells, and can even roll attacks. The current combat state may be saved for those game sessions which end in mid-combat.</li>
<li>The combat tracker has a full stat block for loaded characters/enemies. If you want to see how your abilities look, you can pop up GMGen if you don't want to export a character sheet.</li>
<li>Assign experience based on defeated combatants' CRs and the party level.</li>
<li>Create encounters, generating the monsters on demand.</li>
<li>Manage a campaign world through a notes system that allows word processing, as well as the ability to attach files to particular notes and the ability to launch those files/characters from the note.</li>
<li>Generate random names for people/places/things.</li>
<li>Calculate travel times and inn costs according to the SRD.</li>
<li>Create 'dice bags' with any dice expression (such as 1d6-2d4+3).</li>
</ul>
<h2>Technical Requirements</h2>
<ul>
<li>All versions of PCGen need Sun's Java Runtime Environment (JRE) which is available for all common OS's, including Windows, Mac OS, UNIX and Linux.</li>
<li>PCGen 5.14.x, 5.16.x needs to run under Sun/Oracle's JRE (Java) 1.5.x or 1.6.x (1.7.x or above is <strong>not</strong> supported).</li>
<li>PCGen 5.17.x+ needs to run under Sun/Oracle's JRE (Java) 1.6.x or above.</li>
<li>If you wish to view PDF output sheets, you'll need a PDF viewer.</li>
<li>Minimum RAM is 256MB (recommended 1-2GB)</li>
<li>Minimum CPU is 1GHz (recommended 2Ghz+)</li>
<li>200MB of free HD space</li>
</ul>
</div> <!-- div content -->
<?php
require_once('include/footer.php.inc');
?>