annotate orpg/templates/feature.xml @ 174:ff6cbd2b7620 alpha

Traipse Alpha 'OpenRPG' {100112-00} Traipse is a distribution of OpenRPG that is designed to be easy to setup and go. Traipse also makes it easy for developers to work on code without fear of sacrifice. 'Ornery-Orc' continues the trend of 'Grumpy' and adds fixes to the code. 'Ornery-Orc's main goal is to offer more advanced features and enhance the productivity of the user. Update Summary (Keeping up with Beta) New Features: Added Bookmarks Added 'boot' command to remote admin Added confirmation window for sent nodes Minor changes to allow for portability to an OpenSUSE linux OS Miniatures Layer pop up box allows users to turn off Mini labels, from FlexiRPG Zoom Mouse plugin added Images added to Plugin UI Switching to Element Tree Map efficiency, from FlexiRPG Added Status Bar to Update Manager New TrueDebug Class in orpg_log (See documentation for usage) Portable Mercurial Tip of the Day added, from Core and community New Reference Syntax added for custom PC sheets New Child Reference for gametree New Parent Reference for gametree New Gametree Recursion method, mapping, context sensitivity, and effeciency.. New Features node with bonus nodes and Node Referencing help added Dieroller structure from Core Added 7th Sea die roller method; ie [7k3] = [7d10.takeHighest(3).open(10)] New 'Mythos' System die roller added Added new vs. die roller method for WoD; ie [3v3] = [3d10.vs(3)]. Includes support for Mythos roller New EZ_Tree Reference system. Push a button, Traipse the tree, get a reference (Alpha!!) Fixes: Fix to Text based Server Fix to Remote Admin Commands Fix to Pretty Print, from Core Fix to Splitter Nodes not being created Fix to massive amounts of images loading, from Core Fix to Map from gametree not showing to all clients Fix to gametree about menus Fix to Password Manager check on startup Fix to PC Sheets from tool nodes. They now use the tabber_panel Fixed Whiteboard ID to prevent random line or text deleting. Modified ID's to prevent non updated clients from ruining the fix. default_manifest.xml renamed to default_upmana.xml Fix to Update Manager; cleaner clode for saved repositories Fixes made to Settings Panel and no reactive settings when Ok is pressed Fixes to Alternity roller's attack roll. Uses a simple Tuple instead of a Splice Fix to Use panel of Forms and Tabbers. Now longer enters design mode
author sirebral
date Tue, 12 Jan 2010 19:38:11 -0600
parents ebe2bb19e18d
children b633f4c64aae 81d0bfd5e800
rev   line source
174
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
1 <nodehandler class="tabber_handler" icon="help" map="" module="containers" name="Traipse OpenRPG" version="1.0">
169
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
2 <nodehandler class="tabber_handler" frame="499,524,156,129" icon="labtop" map="Traipse OpenRPG" module="containers" name="User Manual" version="1.0"><nodehandler class="tabber_handler" frame="410,490,334,45" icon="tabber" map="Traipse OpenRPG::User Manual" module="containers" name="Reference Examples" version="1.0"><nodehandler class="textctrl_handler" frame="400,400,484,144" icon="note" map="Traipse OpenRPG::User Manual::Reference Examples" module="forms" name="Quick Help" version="1.0">
174
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
3 <text multiline="1" raw_mode="1" send_button="1">Quick Help:
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
4
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
5 The referencing system is an update to the Core of how the Game Tree works. In it's current state I understand the syntax is difficult to pick up. Here are some tips to help you grasp the syntax further
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
6
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
7 A.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
8 Think of the Game Tree has a folder on your hard drive. Each :: inside the reference syntax works just like a system separator (/ or \)
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
9
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
10 B.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
11 Root References start at the tree itself. If the node being referenced changes location the reference will be invalid.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
12
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
13 C.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
14 Child References work at the location of the node containing the reference.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
15
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
16 Example:
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
17 Game Tree
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
18 - Group
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
19 -- Text Node
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
20 --- Group_2
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
21 ---- Text Node_2
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
22 --- Group_3
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
23 ---- Text Node_3
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
24
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
25 In the above Tree example you can reference Text Node_2 with a root reference
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
26
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
27 !@Group::Group_2::Text Node_2@!
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
28
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
29 or you can use a Child Reference from within Text Node
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
30
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
31 !!Group_2::Text Node_2!!
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
32
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
33 D.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
34 Parent References work with the Tree Map. Unlike Child references that look only at the current nodes location, Parent References are allowed to travel backwards in the gametree.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
35
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
36 Using the above example, you could reference Text Node from Text Node_2 with the syntax: !#Group::Text Node#!
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
37
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
38 Parent References have a special power in that they need only a certain amount of data for the software to understand them. In the above example you could reference Text Node_3 from Text Node_2 with only this syntax !#Group_3::Text Node_3#!
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
39
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
40 The reference system is still a bit primitive in it's implementation. As I was saying it is an advancement to the Core technology of Traipse OpenRPG.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
41
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
42 While it is confusing at first, the model is far superior to other tree referencing systems. Pre 1.8.0, no node could reference a Grid. The referencing system required the reference to be exact and started at the root. Also, the new model is designed to enable freedom of creation and greater control over the Game Tree.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
43
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
44 With the Traipse Game Tree GMs are enabled to reference any data from the Game Tree, no matter where it stands. Players can create fewer nodes and use more of the data with fewer nodes.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
45
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
46 EZ_Tree (One Touch Reference):
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
47 (ALPHA!)
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
48 The new EZ_Tree System will help benefit users who do not understand the syntax, nor care to learn.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
49
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
50 The EZ_Tree System works from within Lists, Texts, and Grids. In the Design Panel you can push the Reference button and navigate the small gametree that pops up to the node you want. Double click that node and the software will create the most efficient node reference for you.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
51
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
52 (ALPHA!) In it's Alpha state, Grids will not work completely. You can reference a grid, but you must add teh cell reference. That is not a design flaw, but a restriction of time constraints.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
53
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
54 Developer Note:
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
55 The syntax is the hardest part to understand and I expect to change that in the future. The Core of a more expansive Game Tree model is designed. In Traipse you do not need to give access permissions to a node in order to reference it's entirety, which is what I see with Index and Namespace from OpenRPG Core.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
56
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
57 In the OpenRPG Core model your Game Tree has a lot more freedom, but only if you grant it, which I always felt was a design flaw. Comparably, with Traipse you can access any data on the Game Tree, no matter where the location.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
58
169
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
59 This freedom will help with future design and I feel it also frees up the hands of the GM who does not need to Index, un-Index, Namespace, un-Namspace the various creatures he or she may have in a Game Tree.</text>
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
60 </nodehandler><nodehandler class="textctrl_handler" frame="400,400,540,67" icon="note" map="Traipse OpenRPG::User Manual::Reference Examples" module="forms" name="Root Reference" version="1.0">
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
61 <text multiline="1" raw_mode="1" send_button="1">&lt;b&gt;Root Reference&lt;/b&gt;
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
62 Works at the tree level. Must be exact.
167
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
63
169
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
64 &lt;b&gt;Root Reference 1:&lt;/b&gt; !@Reference Examples::Group::Child@!
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
65 &lt;b&gt;Root Reference 2:&lt;/b&gt; !@Reference Examples::Grid::(2,1)@!</text>
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
66 </nodehandler><nodehandler class="textctrl_handler" frame="441,400,514,48" icon="note" map="Traipse OpenRPG::User Manual::Reference Examples" module="forms" name="Grid Reference" version="1.0">
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
67 <text multiline="1" raw_mode="1" send_button="1">&lt;b&gt;Grid Reference&lt;/b&gt;
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
68 Works by looking at the (Row, Column) of a Grid.
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
69
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
70 &lt;b&gt;Grid Reference 1:&lt;/b&gt; !@Reference Examples::Grid::(1,1)@!
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
71 &lt;b&gt;Grid Reference 2:&lt;/b&gt; !!Grid::(1,1)!!</text>
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
72 </nodehandler><nodehandler class="textctrl_handler" frame="400,400,517,63" icon="note" map="Traipse OpenRPG::User Manual::Reference Examples" module="forms" name="Child Reference" version="1.0">
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
73 <text hide_title="1" multiline="1" raw_mode="1" send_button="1">&lt;b&gt;Child Reference&lt;/b&gt;
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
74 Works at the current tree location.
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
75
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
76 &lt;b&gt;Child Reference 1:&lt;/b&gt; !!Group::Child!!
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
77 &lt;b&gt;Child Reference 2:&lt;/b&gt; !!Group::Group_2::Child_2!!
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
78 </text>
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
79 </nodehandler><nodehandler class="textctrl_handler" frame="400,400,484,144" icon="note" map="Traipse OpenRPG::User Manual::Reference Examples" module="forms" name="Parent Reference" version="1.0">
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
80 <text multiline="1" raw_mode="1" send_button="1">&lt;b&gt;Parent Reference&lt;/b&gt;
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
81 Works by indexing the map of the node with the Reference.
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
82 Works with a Child Reference only.
167
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
83
169
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
84 &lt;b&gt;Parent Reference 1:&lt;/b&gt; !!Group::Group_2::Group_3::Child_3!!
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
85 &lt;b&gt;Parent Reference 2:&lt;/b&gt; !!Group::Group_2::Child_2!!</text>
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
86 </nodehandler><nodehandler border="1" class="group_handler" cols="1" map="Traipse OpenRPG::User Manual::Reference Examples" module="containers" name="Group" version="1.0">
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
87 <nodehandler border="1" class="group_handler" cols="1" map="Traipse OpenRPG::User Manual::Reference Examples::Group" module="containers" name="Group_2" version="1.0">
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
88 <nodehandler class="textctrl_handler" frame="400,400,571,67" icon="note" map="Traipse OpenRPG::User Manual::Reference Examples::Group::Group_2" module="forms" name="Child_2" version="1.0">
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
89 <text multiline="1" raw_mode="1" send_button="0">!#Group::Child#!</text>
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
90 </nodehandler><nodehandler border="1" class="group_handler" cols="1" map="Traipse OpenRPG::User Manual::Reference Examples::Group::Group_2" module="containers" name="Group_3" version="1.0">
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
91 <nodehandler class="textctrl_handler" frame="400,400,571,67" icon="note" map="Traipse OpenRPG::User Manual::Reference Examples::Group::Group_2::Group_3" module="forms" name="Child_3" version="1.0">
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
92 <text multiline="1" raw_mode="1" send_button="0">!#Group::Child#!</text>
174
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
93 </nodehandler></nodehandler></nodehandler><nodehandler class="textctrl_handler" frame="400,400,0,48" icon="note" map="Traipse OpenRPG::User Manual::Reference Examples::Group" module="forms" name="Child" version="1.0">
169
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
94 <text multiline="0" raw_mode="1" send_button="0">Child Node Data</text>
174
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
95 </nodehandler></nodehandler><nodehandler class="rpg_grid_handler" frame="400,400,547,51" icon="grid" map="Traipse OpenRPG::User Manual::Reference Examples" module="rpg_grid" name="Grid" version="1.0">
169
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
96 <grid autosize="1" border="1">
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
97 <row version="1.0">
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
98 <cell size="147">0</cell>
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
99 <cell>0</cell>
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
100 </row>
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
101 <row version="1.0">
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
102 <cell>!!Group::Child!!</cell>
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
103 <cell>0</cell>
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
104 </row>
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
105 </grid>
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
106 <macros>
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
107 <macro name="" />
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
108 </macros>
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
109 </nodehandler></nodehandler><nodehandler class="textctrl_handler" frame="400,400,0,48" icon="note" map="Traipse OpenRPG::User Manual" module="forms" name="Introduction" version="1.0">
174
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
110 <text multiline="1" send_button="0">Welcome to Traipse OpenRPG.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
111
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
112 This small user manual should help users learn about the details of OpenRPG that are often times obscure.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
113
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
114 What is OpenRPG:
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
115 OpenRPG is a virtual game table software that allows users to connect via a network. The software includes a Map, Chat, and a Game Tree.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
116
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
117 What is Traipse OpenRPG:
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
118 Traipse OpenRPG is a fork of the original software that is designed to be easy for users, extremely stable, and really powerful.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
119
167
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
120 Traipse has features that set it apart from all other distributions of OpenRPG. The Traipse Suite includes a powerful Update Manager that makes it easy for new developers to create and share their own fork. The Suite also contains an in house Debug Console so users can see what errors, if any, occur.</text>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
121 </nodehandler><nodehandler class="textctrl_handler" icon="note" map="Traipse OpenRPG::User Manual" module="forms" name="Using Chat" version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
122 <text multiline="1" send_button="0">The Chat window is a basic HTML Parser. It understands all basic HTML tags including table, td, tr, span, font, to name a few.
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
123
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
124 The chat includes a set of commands. You can learn about the commands by entering /help
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
125
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
126 The chat also has Settings in the Chat menu that allow you see a Chat Time Index, Images, or strip the HTML and see raw text.</text>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
127 </nodehandler><nodehandler class="textctrl_handler" frame="400,400,310,82" icon="note" map="Traipse OpenRPG::User Manual" module="forms" name="Using The Map" version="1.0">
174
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
128 <text multiline="1" raw_mode="0" send_button="0">The Tabs:
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
129 The Map is divided into 7 tabs. They are Background, Grid, Miniatures, Whiteboard, Fog, and General. There are 6 layers to the map, one tab for each layer except General.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
130
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
131 When you select one of the tabs you may access that map layer and it's settings. You may only select tabs based on your role.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
132
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
133 Lurker or in the Lobby: You cannot access any map tab or changes it's settings.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
134
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
135 Player: You have access to the Miniatures tab and the Whiteboard tab.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
136
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
137 GM: You have access to all of the tabs.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
138
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
139 The Layers:
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
140 A small description of each of the layers.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
141
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
142 Background: You can set an image as the background, an image as a tile, or you can set a color.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
143
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
144 Grid: You can change the grid size, lines, turn off the grid snap, and change the grid shape.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
145
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
146 Miniatures: You can add new or remove miniatures and change mini properties and labels.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
147
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
148 Whiteboard: With the whiteboard you can draw lines or add text to the map.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
149
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
150 Fog: The fog layer hides the entire map from the prying eyes of players.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
151 </text>
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
152 </nodehandler><nodehandler class="textctrl_handler" frame="400,400,452,36" icon="note" map="Traipse OpenRPG::User Manual" module="forms" name="Gametree Additions &amp; Tips" version="1.0"><text hide_title="0" multiline="1" raw_mode="0" send_button="0"> With the new additions to the Game Tree using nodes has never been easier nor has it ever been more fluid. Included here is a list of the additions to the Game Tree referencing model as well as some tips on how to make the Game Tree work the way it was intended.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
153
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
154 Grid Nodes:
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
155 Grid nodes are now reference-able with the coordinates of the grid. Example: !@Grid::(1,1)@!
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
156 The example will return the top left most cell data. The grid understands coordinates like this (Row, Column)
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
157
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
158 Grid nodes can reference node data just like any other node can. With a new added feature grids are even more useful. By using a new die rolling syntax you can draw just the number of the modified roll. While this will not pass during game play, you can use it with the grid node to create a random chart. The new die roll syntax is [#XdY]. # works just like q, yet it returns only the modified die result.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
159
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
160 Here is an example with a 3 x 3 Grid
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
161 Example: !@Grid::([#1d3], [#1d3])@!
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
162
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
163 The result will be a random event from the grid.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
164
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
165 Bonus Node Included: A 52 Card Deck with 4 columns and 13 rows. (4 * 13 = 52)
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
166
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
167 List Nodes:
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
168 List nodes now have a check box that allows users to send the content as a macro. List nodes are a prime reference holder because users can place a lot of references into one small node.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
169
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
170 For the best results from a list node my tip to users would be to create a list node and place it next to the character sheet they are using, inside a the PC Sheet. The list will then use the Child Referencing syntax, but the PC Sheet can go anywhere in the tree and the player will have easy access to all the references.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
171
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
172 (List Nodes inside a Tool created PC sheet vanish when moved, or I would recommend the list be placed inside these sheets also.)
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
173
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
174 Here is an example of a Fortitude save inside the recommended list node: !!Fort::Check!!
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
175
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
176 Text Nodes:
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
177 Text nodes remain little changed. I agree with all the 1.7.1 users who tell me, if it's not broke don't fix it. With that in mind I have some good tips for text nodes.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
178
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
179 Text nodes can be used in conjunction with the new grid features to create random encounters. A GM could place a list of text nodes into a folder and the grid could reference the nodes.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
180
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
181 Text nodes also work great when you need to have story text at hand that you don't want to type out during play. Create chapters with folder nodes and add the adventure text to different nodes. You can then use a List Node or a Grid Node to reference the different chapters.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
182
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
183 Bonus Node Included: A small book node with 1 Chapter and 3 Parts.</text></nodehandler><nodehandler class="textctrl_handler" frame="400,400,393,95" icon="note" map="Traipse OpenRPG::User Manual" module="forms" name="Node Referencing" version="1.0"><text hide_title="0" multiline="1" raw_mode="0" send_button="0"> Traipse node referencing is unlike other distributions of OpenRPG. The Game Tree mapping is a fluid map that changes with the location of your nodes. This allows you to create a reference node that will stay with your character sheet, and if you change the location of your character sheet the reference will still work.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
184
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
185 (Note: Renaming your node causes problems with the tree mapping until you restart the software. You can just move the node and the software will reset the Game Tree map)
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
186
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
187 Reference Types:
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
188 There are three ways of references node data. A Root Reference, a Child Reference, and a Parent Reference.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
189
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
190 Root Reference:
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
191 A node reference that starts at the Game Tree. The location of the node must be exact or you will return an Invalid Reference!
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
192
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
193 A Root Reference uses this syntax:
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
194 !@Node::Child::Data@!
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
195
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
196 Child Reference:
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
197 A node reference syntax that starts by looking at within the current container node. As long as the Child Reference is in the same container as the node, the container can change location and the reference will not be damaged. Child References work from within a PC Sheet node as well.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
198
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
199 A Child Reference uses this syntax:
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
200 !!Node::Child::Data!!
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
201
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
202 Parent Reference:
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
203 A node reference syntax that starts by looking at the tree map and the reference used, then makes an addendum to the node's map to create a reference. The Parent Node is used when you want to reference the data in a node that is within a different child container of the same parent node.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
204
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
205 A Parent Reference uses this syntax:
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
206 !#Node::Child::Data#!
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
207
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
208 Syntax for Special PC Sheet Nodes:
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
209 The nodes for the specialized PC Sheets now have a new syntax.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
210
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
211 Skills, Saves, and Abilities:
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
212 Skills, Saves, and Abilities all have a similar referencing syntax. You can return the base value of each by using the correct syntax.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
213
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
214 Examples:
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
215 !@Jonethan::Skill::Jump@! (Returns Jump ranks)
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
216 !@Mikael::Strength@! (Returns Ability Score and Mod)
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
217 !@Draj::Will@! (Returns Will Save and Mod)
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
218
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
219 (Saves and Abilities have a short hand and a long hand. Abilities can use the three letter abbreviation, while saves short hand are Fort, Ref, and Will)
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
220
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
221 You can append Check to check each of these against a 1d20 roll, or you can append Mod to discover the Modifier. The Mod can be useful in other nodes
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
222
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
223 Combat:
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
224 You can now reference your attacks easily with the Game Tree. Using the Attack syntax you can select modifier type, and a weapon to attack with.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
225 Example: !@Kammen-Pai::Attack::M::Dagger@!
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
226
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
227 Modifier Type:
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
228 There are two modifier types Melee (M) or Ranged (R) You will see I added can use the long word or the short hand.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
229
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
230 Powers, Spells and Feats:
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
231 Power, Spells and Feats are hard to sometimes hard to remember, and even harder to code. The use of the Power, Spell or Feat syntax serves as an emote of what you are doing, as well as a reminder of what your Power, Spell, or Feat does.
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
232
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
233 Examples:
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
234 !@Kammen-Pai::Cast::Ray of Frost@!
169
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
235 !@Kammen-Pai::Feat::Ability Focus@!</text></nodehandler><nodehandler class="textctrl_handler" frame="400,400,310,82" icon="note" map="Traipse OpenRPG::User Manual" module="forms" name="Setting up a Server" version="1.0">
167
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
236 <text multiline="1" send_button="0">In Traipse starting a server has never been easier. The setup is as easy as 1., 2., 3
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
237
167
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
238 1. You will need to first start the Server GUI or the basic text based Server at least once so your software creates the server_ini.xml files in your myfiles directory. You can start it once and quit.
143
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
239
167
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
240 2. Edit the server_ini.xml file. Here you can set the server's name, the boot password, and even set the servers port.
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
241
167
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
242 Traipse allows you to specify a server port instead of the software demanding port 6774.
143
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
243
167
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
244 3. This is the hardest step. You need to make sure your selected port is forwarded by your router and open to your firewall.
143
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
245
167
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
246 That's it! You can now start the server and register it to the meta for all users to enjoy!</text>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
247 </nodehandler><nodehandler class="textctrl_handler" icon="note" map="Traipse OpenRPG::User Manual" module="forms" name="Adding to the Manual" version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
248 <text multiline="1" send_button="0">Do you see something that could be explained eaiser? Report the problem as a bug and it will be added to the manual.</text>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
249 </nodehandler><nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::User Manual" module="forms" name="Release Notes" version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
250 <link href="http://www.assembla.com/wiki/show/traipse" />
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
251 </nodehandler>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
252 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::User Manual" module="forms" name="Traipse User Guide" version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
253 <link href="http://www.assembla.com/wiki/show/traipse/User_Manual" />
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
254 </nodehandler>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
255 </nodehandler><nodehandler border="0" class="group_handler" cols="1" icon="goblin" map="Traipse OpenRPG" module="containers" name="Bonus Nodes" version="1.0">
174
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
256 <nodehandler class="form_handler" frame="514,464,307,57" height="600" icon="book" map="Traipse OpenRPG::Bonus Nodes" module="forms" name="Book" version="1.0" width="400">
167
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
257 <nodehandler class="listbox_handler" frame="400,400,0,48" icon="gear" map="Traipse OpenRPG::Bonus Nodes::Book" module="forms" name="Index" version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
258 <list hide_title="0" raw_mode="1" send_button="1" type="1">
174
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
259 <option caption="" selected="0" value="">!!Chapter 1::Part 1!!</option>
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
260 <option caption="" selected="0" value="">!!Chapter 1::Part 2!!</option>
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
261 <option caption="" selected="1" value="">!!Chapter 1::Part 3!!</option>
167
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
262 </list>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
263 </nodehandler><nodehandler class="tabber_handler" frame="400,400,392,45" icon="book" map="Traipse OpenRPG::Bonus Nodes::Book" module="containers" name="Chapter 1" version="1.0"><nodehandler class="textctrl_handler" frame="400,400,543,68" icon="note" map="Traipse OpenRPG::Bonus Nodes::Book::Chapter 1" module="forms" name="Part 1" version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
264 <text multiline="1" raw_mode="0" send_button="1">&lt;br /&gt;
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
265 &lt;b&gt;Chapter 1 Part 1&lt;/b&gt;
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
266 &lt;br /&gt;&lt;br /&gt;
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
267 An introduction to your adventure module can be placed here.</text>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
268 </nodehandler><nodehandler class="textctrl_handler" frame="400,400,435,110" icon="note" map="Traipse OpenRPG::Bonus Nodes::Book::Chapter 1" module="forms" name="Part 2" version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
269 <text multiline="1" raw_mode="0" send_button="1">&lt;br /&gt;
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
270 &lt;b&gt;Chapter 1 Part 2&lt;/b&gt;
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
271 &lt;br /&gt;&lt;br /&gt;
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
272 The adventurers have come this far.</text>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
273 </nodehandler><nodehandler class="textctrl_handler" frame="400,400,543,68" icon="note" map="Traipse OpenRPG::Bonus Nodes::Book::Chapter 1" module="forms" name="Part 3" version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
274 <text multiline="1" raw_mode="0" send_button="1">&lt;br /&gt;
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
275 &lt;b&gt;Chapter 1 Part 3&lt;/b&gt;
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
276 &lt;br /&gt;&lt;br /&gt;
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
277 Is this the end already?</text>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
278 </nodehandler></nodehandler></nodehandler><nodehandler class="form_handler" frame="409,414,422,76" height="600" icon="wizard1" map="Traipse OpenRPG::Bonus Nodes" module="forms" name="Deck" version="1.0" width="400">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
279 <nodehandler class="rpg_grid_handler" frame="400,400,425,69" icon="grid" map="Traipse OpenRPG::Bonus Nodes::Deck" module="rpg_grid" name="52 Card Deck" version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
280 <grid autosize="1" border="1">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
281 <row version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
282 <cell>AS</cell>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
283 <cell>AD</cell>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
284 <cell>AC</cell><cell>AH</cell></row>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
285 <row version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
286 <cell>KS</cell>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
287 <cell>KD</cell>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
288 <cell>KC</cell><cell>KH</cell></row>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
289 <row version="1.0"><cell>QS</cell><cell>QD</cell><cell>QC</cell><cell>QH</cell></row><row version="1.0"><cell>JS</cell><cell>JD</cell><cell>JC</cell><cell>JH</cell></row><row version="1.0"><cell>10S</cell><cell>10D</cell><cell>10C</cell><cell>10H</cell></row><row version="1.0"><cell>9S</cell><cell>9D</cell><cell>9C</cell><cell>9H</cell></row><row version="1.0"><cell>8S</cell><cell>8D</cell><cell>8C</cell><cell>8H</cell></row><row version="1.0"><cell>7S</cell><cell>7D</cell><cell>7C</cell><cell>7H</cell></row><row version="1.0"><cell>6S</cell><cell>6D</cell><cell>6C</cell><cell>6H</cell></row><row version="1.0"><cell>5S</cell><cell>5D</cell><cell>5C</cell><cell>5H</cell></row><row version="1.0"><cell>4S</cell><cell>4D</cell><cell>4C</cell><cell>4H</cell></row><row version="1.0"><cell>3S</cell><cell>3D</cell><cell>3C</cell><cell>3H</cell></row><row version="1.0"><cell>2S</cell><cell>2D</cell><cell>2C</cell><cell>2H</cell></row></grid>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
290 <macros>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
291 <macro name="" />
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
292 </macros>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
293 </nodehandler><nodehandler class="textctrl_handler" frame="400,90,497,106" icon="note" map="Traipse OpenRPG::Bonus Nodes::Deck" module="forms" name="Draw" version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
294 <text multiline="0" raw_mode="1" send_button="1">!!52 Card Deck::([#1d13], [#1d4])!!</text>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
295 </nodehandler></nodehandler><nodehandler class="form_handler" frame="400,400,501,72" height="600" icon="orc" map="Traipse OpenRPG::Bonus Nodes" module="forms" name="Encounters" version="1.0" width="400">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
296 <nodehandler class="listbox_handler" frame="400,153,348,150" icon="gear" map="Traipse OpenRPG::Bonus Nodes::Encounters" module="forms" name="Roll" version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
297 <list raw_mode="1" send_button="1" type="1">
174
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
298 <option caption="" selected="0" value="">!!Chart::([#1d3],1)!!</option>
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
299 <option caption="" selected="1" value="">!!Chart::([#1d2],2)!!</option>
167
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
300 </list>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
301 </nodehandler><nodehandler class="rpg_grid_handler" frame="400,400,0,48" icon="grid" map="Traipse OpenRPG::Bonus Nodes::Encounters" module="rpg_grid" name="Chart" version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
302 <grid autosize="0" border="1">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
303 <row version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
304 <cell size="119">!!Set 1::Enc 1!!</cell>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
305 <cell size="115">!!Set 2::Enc 1!!</cell></row>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
306 <row version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
307 <cell>!!Set 1::Enc 2!!</cell>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
308 <cell>!!Set 2::Enc 2!!</cell></row>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
309 <row version="1.0"><cell>!!Set 1::Enc 3!!</cell><cell /></row></grid>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
310 <macros>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
311 <macro name="" />
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
312 </macros>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
313 </nodehandler><nodehandler border="1" class="group_handler" cols="1" icon="ninja" map="Traipse OpenRPG::Bonus Nodes::Encounters" module="containers" name="Set 2" version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
314 <nodehandler class="textctrl_handler" frame="400,400,0,48" icon="note" map="Traipse OpenRPG::Bonus Nodes::Encounters::Set 2" module="forms" name="Enc 2" version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
315 <text multiline="1" send_button="1">Hoot Hoot. It's an owl.</text>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
316 </nodehandler><nodehandler class="textctrl_handler" frame="400,400,0,48" icon="note" map="Traipse OpenRPG::Bonus Nodes::Encounters::Set 2" module="forms" name="Enc 1" version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
317 <text multiline="1" send_button="1">Set 2 Random Encounter.</text>
174
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
318 </nodehandler></nodehandler><nodehandler border="1" class="group_handler" cols="1" icon="knight" map="Traipse OpenRPG::Bonus Nodes::Encounters" module="containers" name="Set 1" version="1.0">
167
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
319 <nodehandler class="textctrl_handler" frame="400,400,0,48" icon="note" map="Traipse OpenRPG::Bonus Nodes::Encounters::Set 1" module="forms" name="Enc 2" version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
320 <text multiline="1" send_button="1">Dark Elves. Watch out!</text>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
321 </nodehandler><nodehandler class="textctrl_handler" frame="400,400,0,48" icon="note" map="Traipse OpenRPG::Bonus Nodes::Encounters::Set 1" module="forms" name="Enc 3" version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
322 <text multiline="1" send_button="1">Kobolds a plenty.</text>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
323 </nodehandler><nodehandler class="textctrl_handler" frame="400,400,0,48" icon="note" map="Traipse OpenRPG::Bonus Nodes::Encounters::Set 1" module="forms" name="Enc 1" version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
324 <text multiline="1" send_button="1">A Wandering Minotaur</text>
174
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
325 </nodehandler></nodehandler></nodehandler></nodehandler><nodehandler class="file_loader" icon="help" map="Traipse OpenRPG" module="core" name="Load Die Roller Notes" version="1.0">
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
326 <file name="die_roller_notes.xml" />
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
327 </nodehandler>
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
328 <nodehandler border="1" class="group_handler" cols="1" icon="gear" map="Traipse OpenRPG" module="containers" name="Templates" status="useful" version="1.0">
167
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
329 <nodehandler border="1" class="group_handler" cols="1" icon="knight" map="Traipse OpenRPG::Templates" module="containers" name="PC Sheets" version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
330 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Templates::PC Sheets" module="core" name="Create 4e PC Sheet" version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
331 <file name="4e_char_sheet.xml" />
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
332 </nodehandler><nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Templates::PC Sheets" module="core" name="3.5 Tool" version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
333 <file name="dnd3.5.xml" />
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
334 </nodehandler>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
335 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Templates::PC Sheets" module="core" name="3rd Edition Character Tool" version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
336 <file name="dnd3e.xml" />
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
337 </nodehandler>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
338 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Templates::PC Sheets" module="core" name="Create New St*r W*rs Character Tool" version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
339 <file name="StarWars_d20character.xml" />
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
340 </nodehandler>
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
341 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Templates::PC Sheets" module="core" name="Create New d20 Character Tool" version="1.0">
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
342 <file name="d20character.xml" />
5c9a118476b2 Traipse Alpha 'OpenRPG' {091210-00}
sirebral
parents: 166
diff changeset
343 </nodehandler>
174
ff6cbd2b7620 Traipse Alpha 'OpenRPG' {100112-00}
sirebral
parents: 169
diff changeset
344 </nodehandler><nodehandler border="1" class="group_handler" cols="1" icon="flask" map="Traipse OpenRPG::Templates" module="containers" name="Nodes" status="useful" version="1.0">
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
345 <nodehandler class="file_loader" icon="note" map="Traipse OpenRPG::Templates::Nodes" module="core" name="Create New Text Box" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
346 <file name="textctrl.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
347 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
348 <nodehandler class="file_loader" icon="gear" map="Traipse OpenRPG::Templates::Nodes" module="core" name="Create New List Box" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
349 <file name="listbox.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
350 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
351 <nodehandler class="file_loader" icon="grid" map="Traipse OpenRPG::Templates::Nodes" module="core" name="Create New Grid" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
352 <file name="grid.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
353 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
354 <nodehandler class="file_loader" icon="html" map="Traipse OpenRPG::Templates::Nodes" module="core" name="Create New Web Link" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
355 <file name="link.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
356 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
357 <nodehandler class="file_loader" icon="image" map="Traipse OpenRPG::Templates::Nodes" module="core" name="Create New Web Image" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
358 <file name="image.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
359 </nodehandler>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
360 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
361 <nodehandler border="1" class="group_handler" cols="1" map="Traipse OpenRPG::Templates" module="containers" name="Containers" status="useful" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
362 <nodehandler class="file_loader" map="Traipse OpenRPG::Templates::Containers" module="core" name="Create New Folder" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
363 <file name="group.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
364 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
365 <nodehandler class="file_loader" icon="tabber" map="Traipse OpenRPG::Templates::Containers" module="core" name="Create New Tabber" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
366 <file name="tabber.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
367 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
368 <nodehandler class="file_loader" icon="divider" map="Traipse OpenRPG::Templates::Containers" module="core" name="Create New Splitter" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
369 <file name="split.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
370 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
371 <nodehandler class="file_loader" icon="form" map="Traipse OpenRPG::Templates::Containers" module="core" name="Create New Form" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
372 <file name="form.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
373 </nodehandler>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
374 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
375 <nodehandler border="1" class="group_handler" cols="1" icon="gear" map="Traipse OpenRPG::Templates" module="containers" name="Tools" status="useful" version="1.0">
169
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
376 <nodehandler class="file_loader" icon="gear" map="Traipse OpenRPG::Templates::Tools" module="core" name="Create New Die Macro" version="1.0">
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
377 <file name="die_macro.xml" />
ebe2bb19e18d Traipse Alpha 'OpenRPG' {091210-02}
sirebral
parents: 167
diff changeset
378 </nodehandler><nodehandler class="file_loader" icon="gear" map="Traipse OpenRPG::Templates::Tools" module="core" name="Create New Chat Macro" version="1.0">
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
379 <file name="macro.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
380 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
381 <nodehandler class="file_loader" icon="gear" map="Traipse OpenRPG::Templates::Tools" module="core" name="Create New Miniature Library Tool" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
382 <file name="minlib.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
383 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
384 <nodehandler class="file_loader" icon="gear" map="Traipse OpenRPG::Templates::Tools" module="core" name="Create remote node loader" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
385 <file name="urloader.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
386 </nodehandler>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
387 </nodehandler>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
388 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
389 <nodehandler border="1" class="group_handler" cols="1" icon="browser" map="Traipse OpenRPG" module="containers" name="OpenRPG+ Resources" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
390 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::OpenRPG+ Resources" module="forms" name="OpenRPG+ Home Page" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
391 <link href="http://www.openrpg.com" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
392 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
393 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::OpenRPG+ Resources" module="forms" name="OpenRPG Forums" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
394 <link href="http://forums.rpghost.com/forumdisplay.php?s=&amp;forumid=118" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
395 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
396 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::OpenRPG+ Resources" module="forms" name="OpenRPG Plugin HQ" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
397 <link href="http://openrpg.mduo13.com/plugins.php" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
398 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
399 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::OpenRPG+ Resources" module="forms" name="OpenRPG Web Ring" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
400 <link href="http://www.ringsurf.com/netring?ring=OpenRPG;action=home" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
401 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
402 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::OpenRPG+ Resources" module="forms" name="AutoRealm" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
403 <link href="http://www.gryc.ws/autorealm.htm" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
404 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
405 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::OpenRPG+ Resources" module="forms" name="PCGen" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
406 <link href="http://pcgen.sourceforge.net/01_overview.php" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
407 </nodehandler>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
408 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
409 <nodehandler border="1" class="group_handler" cols="1" map="Traipse OpenRPG" module="containers" name="Examples (Adventures)" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
410 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Examples (Adventures)" module="core" name="Bastion Press d20 Adventure" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
411 <file name="Bastion_adventure.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
412 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
413 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Examples (Adventures)" module="core" name="Darwin&apos;s World d20 Adventure" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
414 <file name="Darwin_adventure.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
415 </nodehandler>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
416 </nodehandler>
143
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
417 </nodehandler>