<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://gmtool.irian.de/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://gmtool.irian.de/feed.php">
        <title>GMTool</title>
        <description></description>
        <link>http://gmtool.irian.de/</link>
        <image rdf:resource="http://gmtool.irian.de/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-28T13:35:14+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://gmtool.irian.de/doku.php?id=cheatsheet.xsd&amp;rev=1348829033&amp;do=diff"/>
                <rdf:li rdf:resource="http://gmtool.irian.de/doku.php?id=comments&amp;rev=1350119702&amp;do=diff"/>
                <rdf:li rdf:resource="http://gmtool.irian.de/doku.php?id=gmtoolcoding&amp;rev=1348954850&amp;do=diff"/>
                <rdf:li rdf:resource="http://gmtool.irian.de/doku.php?id=gmtoolhowto&amp;rev=1349255515&amp;do=diff"/>
                <rdf:li rdf:resource="http://gmtool.irian.de/doku.php?id=impressum&amp;rev=1301251720&amp;do=diff"/>
                <rdf:li rdf:resource="http://gmtool.irian.de/doku.php?id=namegenerator.xsd&amp;rev=1348737474&amp;do=diff"/>
                <rdf:li rdf:resource="http://gmtool.irian.de/doku.php?id=plugins&amp;rev=1348780005&amp;do=diff"/>
                <rdf:li rdf:resource="http://gmtool.irian.de/doku.php?id=start&amp;rev=1350119839&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://gmtool.irian.de/lib/tpl/dokuwiki/images/favicon.ico">
        <title>GMTool</title>
        <link>http://gmtool.irian.de/</link>
        <url>http://gmtool.irian.de/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="http://gmtool.irian.de/doku.php?id=cheatsheet.xsd&amp;rev=1348829033&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-09-28T12:43:53+02:00</dc:date>
        <title>cheatsheet.xsd</title>
        <link>http://gmtool.irian.de/doku.php?id=cheatsheet.xsd&amp;rev=1348829033&amp;do=diff</link>
        <description>A cheat sheet is a simple XML file. Consider the following example:


&lt;?xml version=&quot;1.0&quot;?&gt;
&lt;CheatSheet&gt;
	&lt;Tab name=&quot;Combat&quot;&gt;		
		&lt;Tab name=&quot;Actions&quot;&gt;
			&lt;Content rows=&quot;10&quot; columns=&quot;3&quot;&gt;
				&lt;TextElement row=&quot;1&quot; column=&quot;1&quot;&gt;
					&lt;Text&gt;This is a text.&lt;br/&gt;And more of it.&lt;/Text&gt;
					&lt;Hint&gt;This is a very&lt;br/&gt;short hint. But with a line break.&lt;/Hint&gt;
				&lt;/TextElement&gt;
				
				&lt;TextElement row=&quot;2&quot; column=&quot;2&quot;&gt;
					&lt;Text bold=&quot;true&quot;&gt;This is also a text.&lt;/Text&gt;
				&lt;/TextElement&gt;
				
				&lt;TableEleme…</description>
    </item>
    <item rdf:about="http://gmtool.irian.de/doku.php?id=comments&amp;rev=1350119702&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-13T11:15:02+02:00</dc:date>
        <title>comments</title>
        <link>http://gmtool.irian.de/doku.php?id=comments&amp;rev=1350119702&amp;do=diff</link>
        <description>I really hate spammers.</description>
    </item>
    <item rdf:about="http://gmtool.irian.de/doku.php?id=gmtoolcoding&amp;rev=1348954850&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-09-29T23:40:50+02:00</dc:date>
        <title>gmtoolcoding</title>
        <link>http://gmtool.irian.de/doku.php?id=gmtoolcoding&amp;rev=1348954850&amp;do=diff</link>
        <description>One of the basic premises for the gmtool was to allow the easy creation of plugins. You still need to code in Java for that, but at least there are many things done automatically (like loading and storing files) that you don't have to care about.

Basics

Your plugin should be a JComponent, as it needs to be displayed inside a Swing JFrame. Besides that, you can use whatever you want.</description>
    </item>
    <item rdf:about="http://gmtool.irian.de/doku.php?id=gmtoolhowto&amp;rev=1349255515&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-03T11:11:55+02:00</dc:date>
        <title>gmtoolhowto</title>
        <link>http://gmtool.irian.de/doku.php?id=gmtoolhowto&amp;rev=1349255515&amp;do=diff</link>
        <description>For a specific description of the different plugins, see Plugins.

Installation

First you need to have a Java runtime installed, at least version 6 (but version 7 should be fine, too).

Installation of the gmtool itself is pretty simple: Extract the contents of the gmtool.zip file somewhere. If everything is alright, you should be able to start it by double clicking the “gmtool.jar” file.</description>
    </item>
    <item rdf:about="http://gmtool.irian.de/doku.php?id=impressum&amp;rev=1301251720&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-27T20:48:40+02:00</dc:date>
        <title>impressum</title>
        <link>http://gmtool.irian.de/doku.php?id=impressum&amp;rev=1301251720&amp;do=diff</link>
        <description>(Impressum is german for “Details about who runs this place” and I'm legally forced to have one, so here it is...)

Owner of this page is:

Florian Schätz,
Gartenweg 13
93055 Regensburg
mail@irian.de

Sorry, I don't have a cellphone, so I can't give you a number here, but Emails will reach me rather quickly :-)</description>
    </item>
    <item rdf:about="http://gmtool.irian.de/doku.php?id=namegenerator.xsd&amp;rev=1348737474&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-09-27T11:17:54+02:00</dc:date>
        <title>namegenerator.xsd</title>
        <link>http://gmtool.irian.de/doku.php?id=namegenerator.xsd&amp;rev=1348737474&amp;do=diff</link>
        <description>If you want to write your own name definition file (or edit an existing one), you have to open it with your text editor. Have a look at the following example:

&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;yes&quot;?&gt;
&lt;NameList&gt;
	&lt;Origin name=&quot;Germany&quot;&gt;
		&lt;Category name=&quot;Female Firstnames&quot;&gt;
			&lt;Names&gt;Anne,Anita,Arabella&lt;/Names&gt;
		&lt;/Category&gt;
		&lt;Category name=&quot;Male Firstnames&quot;&gt;
			&lt;Names&gt;Andreas,Arnim,Björn,Christian&lt;/Names&gt;
		&lt;/Category&gt;		
		&lt;Category name=&quot;Surnames&quot;&gt;
			&lt;Names&gt;Arndt,Beine,Bergen,…</description>
    </item>
    <item rdf:about="http://gmtool.irian.de/doku.php?id=plugins&amp;rev=1348780005&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-09-27T23:06:45+02:00</dc:date>
        <title>plugins</title>
        <link>http://gmtool.irian.de/doku.php?id=plugins&amp;rev=1348780005&amp;do=diff</link>
        <description>Image Viewer

The “Generic Image Viewer” plugin is primarily intended to be used as a presentation tool. You can display images on a 2nd screen, for example a projector, to your players.



As you can see in the image, to the left is the list of all images in this scenario. You can add images by clicking the ”+” button there and remove the selected one by clicking ”-”.</description>
    </item>
    <item rdf:about="http://gmtool.irian.de/doku.php?id=start&amp;rev=1350119839&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-13T11:17:19+02:00</dc:date>
        <title>start</title>
        <link>http://gmtool.irian.de/doku.php?id=start&amp;rev=1350119839&amp;do=diff</link>
        <description>by Flo 'I ain't dead yet' Schaetz -  E-Mail

Download a very, very pre-alpha from Sourceforge.

News

(Oct. 1. 2012) Released pre-alpha 0.05.

(Sept. 30. 2012) Still working on build 0.05, which will support saving and loading scenarios from and to .zip files, which allows the gm to prepare a scenario and then export it to a .zip file, which he then can copy onto his laptop, for example. Additionally, error handling/logging will be enhanced, so that the user has at least a chance to see what wen…</description>
    </item>
</rdf:RDF>
