<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>L2j Server Project &#187; Datapack</title>
	<atom:link href="http://www.l2jserver.com/category/datapack/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.l2jserver.com</link>
	<description>GPL Java Based Server Emulator Project</description>
	<lastBuildDate>Thu, 01 Jul 2010 22:05:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>New GUI tools!</title>
		<link>http://www.l2jserver.com/2009/06/new-gui-tools/</link>
		<comments>http://www.l2jserver.com/2009/06/new-gui-tools/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 22:07:57 +0000</pubDate>
		<dc:creator>DrLecter</dc:creator>
				<category><![CDATA[Datapack]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[ct2.3]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[l2j]]></category>

		<guid isPermaLink="false">http://www.l2jserver.com/?p=129</guid>
		<description><![CDATA[Today I&#8217;m pleased to commit a piece of work we had under the hood for quite a while. It&#8217;s surprising how some relatively simple things go overseen for months.  Anyway it&#8217;s working and published now, for you people to test it out, rejoice and why not, contribute whatever you feel we missed. I&#8217;m talking about [...]]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;m pleased to commit a piece of work we had under the hood for quite a while. It&#8217;s surprising how some relatively simple things go overseen for months.  Anyway it&#8217;s working and published now, for you people to test it out, rejoice and why not, contribute whatever you feel we missed.</p>
<p>I&#8217;m talking about two graphical user interfaces, one for server settings configuration and one for game server registering against a particular Login server. In the past, you were provided with an &#8220;ugly&#8221; DOS text-based application for the latter task and for the first one, all you had was a text editor of your choice. Please read more for for some screenshots, design and usage talkabouts&#8230;<span id="more-129"></span></p>
<p>First of all, have a peek to what they look like on windows XP:</p>
<div id="attachment_127" class="wp-caption aligncenter" style="width: 590px"><img class="alignnone size-full wp-image-135" title="l2j_gui_01" src="http://www.l2jserver.com/wp-content/uploads/2009/06/l2j_gui_01.jpg" alt="l2j_gui_01" width="580" height="426" /><br />
<p class="wp-caption-text">L2J GameServer registering and configuration interfaces</p></div>
<p>And Kubuntu 9.04:</p>
<div id="attachment_128" class="wp-caption aligncenter" style="width: 590px"><img class="alignnone size-full wp-image-137" title="l2j_gui_02" src="http://www.l2jserver.com/wp-content/uploads/2009/06/l2j_gui_02.jpg" alt="l2j_gui_02" width="580" height="385" /><br />
<p class="wp-caption-text">L2J Gameserver configuration interface, in GNU/Linux.</p></div>
<h3>L2J server settings configuration tool</h3>
<p>Let&#8217;s talk about the way it works. When it was first written, we agreed with KenM to keep it simple and maintenance-free for the most of it. So when you run the server config tool, it goes through the &#8220;config&#8221; directory looking for *.properties files and creates one tab per file. Any comment preceding a configuration value will become a tooltip in this GUI (as you can see in the Win screenie). A basic interpretation procedure choses whether you should see a checkbox, an IP widget or a plain text input widget. And that&#8217;s about all. Whenever a new file is added, this GUI should support it. All you should need for this tool to work (out of a graphical environment, of course) is to have write permissions for the config files and have them (as well as the languages/images directories) in the correct place. Stock L2J build should grant that. There&#8217;s a simple .exe wrapper and a bash script that will server as launchers.</p>
<h3>L2J GS registering tool</h3>
<p>This tool requires a MySQL server running, you should know the username/password to connect with it. Servername.xml file should be in the login folder too. If for any reason there&#8217;s no graphical interface available, this tool should gracefully fall back to the old text based system. I didn&#8217;t test it, tho <img src='http://www.l2jserver.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<h3>Translation files</h3>
<p>I&#8217;ve decided to distribute translation files along with the datapack, since the only one that is mandatory for these tools to work are the english ones. The datapack build file should place them accordingly, but if you do not use eclipse for datapack moving the &#8216;configurator&#8217; and &#8216;gsregister&#8217; folders out from &#8216;l2jserver/gameserver/data/lang&#8217; to &#8216;l2jserver/languages&#8217; would do the trick. You&#8217;re encouraged to contribute any fix or missing language in the forums!</p>
<h3>What&#8217;s missing</h3>
<p>I&#8217;d like to have optional translations for the tooltips, included in the i18n files. It would be also good to have some more deep checking rules for whatever values are defined by the user. Maybe some xml file could tell the GUI what to validate for a given configuration entry (if no validation is defined, GUI should flawlessly let values go thru), such as &#8220;XPRate should be an integer&#8221;, etc. I&#8217;m optimistic for that you guys will come up with more ideas and functionality.</p>
<h3>Credits</h3>
<p>All I did out of committing, was to add i18n and some minor improvements. All the glory for this work goes to KenM and the guys at the team who contributed with translations. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.l2jserver.com/2009/06/new-gui-tools/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Welcome slyce to the Datapack Team</title>
		<link>http://www.l2jserver.com/2008/04/welcome-slyce-to-the-datapack-team/</link>
		<comments>http://www.l2jserver.com/2008/04/welcome-slyce-to-the-datapack-team/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 21:18:12 +0000</pubDate>
		<dc:creator>DrLecter</dc:creator>
				<category><![CDATA[Datapack]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Team]]></category>

		<guid isPermaLink="false">http://www.l2jdp.com/wp/2008/04/07/welcome-slyce-to-the-datapack-team/</guid>
		<description><![CDATA[After spending some time together, collaborating and having fun in the IRC we thought we needed slyce to be able to get rid of our pending pile of forum contributions and he agreed. So today he&#8217;s joining our development rows. May his free time rest in peace.]]></description>
			<content:encoded><![CDATA[<p>After spending some time together, collaborating and having fun in the IRC we thought we needed slyce to be able to get rid of our pending pile of forum contributions and he agreed. So today he&#8217;s joining our development rows. May his free time rest in peace. <img src='http://www.l2jserver.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.l2jserver.com/2008/04/welcome-slyce-to-the-datapack-team/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Today&#8217;s SQL changes have been kinda troublesome&#8230;</title>
		<link>http://www.l2jserver.com/2008/02/todays-sql-changes-have-been-kinda-troublesome/</link>
		<comments>http://www.l2jserver.com/2008/02/todays-sql-changes-have-been-kinda-troublesome/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 02:05:03 +0000</pubDate>
		<dc:creator>DrLecter</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Datapack]]></category>
		<category><![CDATA[OhNoes]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.l2jdp.com/wp/2008/02/21/todays-sql-changes-have-been-kinda-troublesome/</guid>
		<description><![CDATA[And I still have plans for the SQL structure , but trust me I&#8217;ll manage to make it better. My sincere apologies to those who have experienced issues and thanks to those who tested and reported &#8217;til things were working&#8230; gio, bigbro, zhyla et al. Blessed are they who have made backups and set their [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.l2jserver.com/wp-content/uploads/2008/02/donuts.jpg" alt="donuts.jpg" /></p>
<p>And I still have plans for the SQL structure <img src='http://www.l2jserver.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> , but trust me I&#8217;ll manage to make it better. My sincere apologies to those who have experienced issues and thanks to those who tested and reported &#8217;til things were working&#8230; gio, bigbro, zhyla et al.</p>
<p><span id="more-33"></span></p>
<p>Blessed are they who have made backups and set their servers to SQL strict mode, for they databases will be recovered or -even better- never accept data loss during an ALTER CHANGE.</p>
<p>And blessed are they who read the svn logs before pushing fresh stuff into their production servers, for their players not feeling too pissed after any random changeset.</p>
<p>And tomorrow: more wreckage!</p>
<p>(j/k) \-P</p>
]]></content:encoded>
			<wfw:commentRss>http://www.l2jserver.com/2008/02/todays-sql-changes-have-been-kinda-troublesome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome Melerix to the Datapack Team</title>
		<link>http://www.l2jserver.com/2007/11/welcome-melerix-to-the-datapack-team/</link>
		<comments>http://www.l2jserver.com/2007/11/welcome-melerix-to-the-datapack-team/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 18:22:51 +0000</pubDate>
		<dc:creator>DrLecter</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Datapack]]></category>
		<category><![CDATA[Team]]></category>

		<guid isPermaLink="false">http://www.l2jdp.com/wp/2007/11/12/welcome-melerix-to-the-datapack-team/</guid>
		<description><![CDATA[So after a while of participating, discussing and providing feedback to the datapack project, we&#8217;re proud to announce Melerix will be joining the Datapack Team. Have a nice stay mel!]]></description>
			<content:encoded><![CDATA[<p>So after a while of participating, discussing and providing feedback to the datapack project, we&#8217;re proud to announce Melerix will be joining the Datapack Team. Have a nice stay mel!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.l2jserver.com/2007/11/welcome-melerix-to-the-datapack-team/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
