<?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>SenseHofstede.nl &#187; games</title>
	<atom:link href="http://sensehofstede.nl/tag/games/feed" rel="self" type="application/rss+xml" />
	<link>http://sensehofstede.nl</link>
	<description>Sense&#039;s blog</description>
	<lastBuildDate>Thu, 05 Aug 2010 17:32:10 +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>Perfect World S3TC bug fixed in Wine 1.1.19</title>
		<link>http://sensehofstede.nl/perfect-world-s3tc-bug-fixed-in-wine-1119</link>
		<comments>http://sensehofstede.nl/perfect-world-s3tc-bug-fixed-in-wine-1119#comments</comments>
		<pubDate>Mon, 13 Apr 2009 12:36:52 +0000</pubDate>
		<dc:creator>Sense Hofstede</dc:creator>
				<category><![CDATA[English Posts]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Planets]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[perfectworld]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://qense.nl/?p=327</guid>
		<description><![CDATA[Earlier I wrote about getting Perfect World&#8216;s textures to work with Wine. As reported in Wine bug #12560 textures aren&#8217;t properly rendered and you needed to disable S3TC in the source and manually compile it. This was fixed by commit &#8230; <a href="http://sensehofstede.nl/perfect-world-s3tc-bug-fixed-in-wine-1119">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title="Perfect World on Ubuntu" href="http://qense.nl/perfect-world-on-ubuntu">Earlier I wrote about getting Perfect World</a>&#8216;s textures to work with <a title="WineHQ - Run Windows applications on Linux, BSD and Mac OS X" href="http://winehq.org/">Wine</a>. As reported in <a title="WineHQ Bugzilla &amp;ndash; Bug 12560 &amp;ndash; Perfect World: Corrupt Bitmap Images" href="http://bugs.winehq.org/show_bug.cgi?id=12560">Wine bug #12560</a> textures aren&#8217;t properly rendered and you needed to disable <abbr title="S3 Texture Compression">S3TC</abbr> in the source and manually compile it.<br />
This was fixed by <a title="source.winehq.org Git - wine.git/commit" href="http://source.winehq.org/git/wine.git/?a=commit;h=0591442469b8dfe28b05fb001d6b2338448d54aa">commit 0591442469b8dfe28b05fb001d6b2338448d54aa</a>(git sure uses weird commit names), which takes <em>&#8220;Care for things like pitch and blocksize when copying DXT surfaces.&#8221;</em></p>
<p>Now you can just install the latest Wine version from it&#8217;s repository:</p>
<blockquote>
<pre>deb http://wine.budgetdedicated.com/apt jaunty main</pre>
</blockquote>
<p><a title="Install wine" href="apt:wine">Install wine</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sensehofstede.nl/perfect-world-s3tc-bug-fixed-in-wine-1119/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Perfect World on Ubuntu</title>
		<link>http://sensehofstede.nl/perfect-world-on-ubuntu</link>
		<comments>http://sensehofstede.nl/perfect-world-on-ubuntu#comments</comments>
		<pubDate>Tue, 24 Feb 2009 20:44:53 +0000</pubDate>
		<dc:creator>Sense Hofstede</dc:creator>
				<category><![CDATA[English Posts]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[perfectworld]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://qense.nl/?p=306</guid>
		<description><![CDATA[You may already know that I&#8217;m playing an MMORPG called Regnum Online, but I&#8217;ve also grown fond of the Asian game Perfect World. It is only available for Windows, and is listed as Garbage at Wine&#8217;s AppDB. There are indeed &#8230; <a href="http://sensehofstede.nl/perfect-world-on-ubuntu">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You may already know that I&#8217;m playing an <abbr title="Massively multiplayer online role-playing game">MMORPG</abbr> called <a title="Game series, part I: Regnum Online " href="http://qense.nl/game-series-part-i-regnum-online">Regnum Online</a>, but I&#8217;ve also grown fond of the Asian game <a title="Perfect World Multilanguage Service" href="http://www.perfectworld.ms/">Perfect World</a>. It is only available for Windows, and <a title="WineHQ  - Perfect World" href="http://appdb.winehq.org/objectManager.php?sClass=application&amp;iId=6191">is listed as Garbage at Wine&#8217;s AppDB</a>. There are indeed some glitches in the game and you&#8217;ll have to disable something in the code of Wine before textures fully work.</p>
<p>This post explains how to apply the fix and contains a basic overview of the game. Please keep in mind that I&#8217;m not that experienced yet with the game.</p>
<p><strong>The texture fix</strong></p>
<p>There is something wrong with the <abbr title="S3 Texture Compression">S3TC</abbr> support of Wine for this game or something wrong with the <abbr title="S3 Texture Compression">S3TC</abbr> support of the game in such a way that it only glitches in Wine.<br />
Anyway, the bug is reported in <a title="WineHQ Bugzilla &amp;ndash; Bug 12560 &amp;ndash; Perfect World: Corrupt Bitmap Images" href="http://bugs.winehq.org/show_bug.cgi?id=12560">Wine bug #12560</a>. Unfortunately the status is still at NEW.</p>
<p>The bug causes the map to be unreadable and misrenders the borders of the in-game windows; you can see the results in the attachments of the bug. If you want to have a readable map, which is very, very useful, you&#8217;ll have to disable <abbr title="S3 Texture Compression">S3TC</abbr> support in Wine. Someone at the Wine Bugzilla called heema created <a href="http://bugs.winehq.org/attachment.cgi?id=19211">a patch for 1.1.14</a>.</p>
<p>What you have to do is <a title="SourceForge.net: Wine Is Not an Emulator: Files" href="http://sourceforge.net/project/showfiles.php?group_id=6241&amp;package_id=77449">download the source</a>, edit the code and execute the regular <em>./configure</em>, <em>make </em>and <em>sudo make install</em> chain. If you don&#8217;t want to patch, because the version of Wine you&#8217;re using is too different or you&#8217;re just not confortable with patching you can also do it manually:</p>
<p>After unpacking the source, open</p>
<pre>src/wine/dlls/wined3d/device.c</pre>
<p>and search for</p>
<pre>                 } if (destFormat != srcFormat) {
                     FIXME("Updating mixed format compressed texture is not curretly support\n");
                 } else {
                     GL_EXTCALL(glCompressedTexImage2DARB(glDescription-&gt;target, glDescription-&gt;level,
                             glDescription-&gt;glFormatInternal, srcWidth, srcHeight, 0, destSize, data));</pre>
<p>Comment the last two lines &#8212; the function and method calls in the else block &#8212; out. You could add</p>
<pre>FIXME("Perfect World has got no S3TC support in Wine");</pre>
<p>after the commented lines to make it easier to find back and to locate in terminal backlogs.</p>
<p>Now open</p>
<pre>src/wine/dlls/wined3d/directx.c</pre>
<p>search for</p>
<pre>         case WINED3DFMT_DXT5:
             if (GL_SUPPORT(EXT_TEXTURE_COMPRESSION_S3TC)) {
                 TRACE_(d3d_caps)("[OK]\n");
                return TRUE;
             }
             TRACE_(d3d_caps)("[FAILED]\n");
             return FALSE;</pre>
<p>or something similar and replace the <em>return TRUE; </em>statement with</p>
<pre>return FALSE;</pre>
<p>That&#8217;s it! Now you&#8217;re ready to compile and install the program. Thanks to the commenters on the bug for the patch!<br />
Note: the patch I linked to was written for Wine 1.1.14, but since 1.1.15 has already been released I&#8217;m not sure whether it still works.</p>
<p><strong>International against Multilanguage Service</strong></p>
<p>Originally the game was developed for the Chinese market. Next to the Malasyan version there are two other versions of the game that are English or have English support. These are <a title="Perfect World" href="http://pwi.perfectworld.com/">Perfect World International</a> and <a title="Perfect World Multilanguage Service" href="http://www.perfectworld.ms/">Perfect World Multilanguage Service</a>. Perfect World International doesn&#8217;t target the international market, but just North-America. Perfect World Multilanguage Service targets the European market and currently only supports English, although more languages are expected to be officially supported after teh announced updated at 28 February.</p>
<p>The quality of the translations in Multilanguage Service, MS, is sometimes of a Babelfish-level. However, I find it worth the more players there are online at times that are sane for European beings. If you are interested in the game I would pick the version targeted at your part of the world.</p>
<p><strong>Basic game overview</strong></p>
<p>The three races of the world, Humans, Untamed and Wing Elves, live in a world created by a god called Pan Gu that has decided to retreat from ruling the world. Furthermore the Humans and Winged Elves are restoring their powers after they stopped the internal wars; there is something much important to focus on together: the wraiths, remainings of evil creatures that were the result of Pan Gu&#8217;s first attempt to create life. They managed to escape the deadly tsunamis he sent to the world to erase them all before the three new races remained. The wraiths have now returned and are slowly capturing terrain.</p>
<p>Grinding is also in this game the way of gaining levels, but fortunately there are enough quests to cover this. It still takes some time before you reach the max level, about 120 if I&#8217;m correctly in the International (or was it Chinese?) and 80 at MS.<br />
Wars consist of PK&#8217;ing &#8212; player killing &#8212; level requirement 30 and scheduled territorial wars between guilds or factions &#8212; depending on the translation. Guilds get protections money from the terrains they&#8217;ve occupied. Money can also be obtained, next to items, by fighting in arenas against other people or monsters.</p>
<p>Although war is limited to certain places and times, I still like the game. It&#8217;s mostly because of it&#8217;s great world and the possibility to fly. Winged Elves have wings from their character birth and can fly. This costs mana in the International version, but doesn&#8217;t in the MS version. I don&#8217;t know if that&#8217;s deliberately or caused by a bug. Other characters can fly after they&#8217;ve reached level 30, Humans with magical swords and Untamed with beasts.</p>
<p>I won&#8217;t be playing this game that often, but I like to play it casually, something that&#8217;s probably perfectly possible because of the scheduled wars. I wouldn&#8217;t know what they&#8217;re like though, since I&#8217;m just level 24 I haven&#8217;t experienced any fight yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://sensehofstede.nl/perfect-world-on-ubuntu/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Game series, part I: Regnum Online</title>
		<link>http://sensehofstede.nl/game-series-part-i-regnum-online</link>
		<comments>http://sensehofstede.nl/game-series-part-i-regnum-online#comments</comments>
		<pubDate>Sun, 18 Jan 2009 14:58:44 +0000</pubDate>
		<dc:creator>Sense Hofstede</dc:creator>
				<category><![CDATA[English Posts]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[regnumonline]]></category>

		<guid isPermaLink="false">http://www.qense.nl/?p=245</guid>
		<description><![CDATA[I often hear people complaining about Linux saying there aren&#8217;t any good games for the OS. Although I have to admit there are a lot more and a lot more good games written for Windows, I do think there are &#8230; <a href="http://sensehofstede.nl/game-series-part-i-regnum-online">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><em>I often hear people complaining about Linux saying there aren&#8217;t any good games for the OS. Although I have to admit there are a lot more and a lot more good games written for Windows, I do think there are some good games for Linux. In this series I&#8217;m going to post about a few games to spread their name a bit.<br />
Please keep in mind that these are (mostly) games I play myself. If you think I should have a look at another game or most certainly don not agree with my choice, please leave a comment.</em></p>
<p><strong>Regnum Online</strong></p>
<p><a title="Regnum Online" href="http://www.regnumonline.com.ar/">Regnum Online</a> is a free-to-play <abbr title="massively multiplayer online role-playing game">MMORPG</abbr>, developed by the Buenos Aires based <a title="NGD Studios" href="http://www.ngdstudios.com.ar/">NGD Studios</a>, has support for Windows, Linux and Linux 64bit. I&#8217;ve been playing the game for quite a long time now and like it, although it certainly can be improved.<br />
The developer generates income with premium items, which should not influence battles.</p>
<p>It is a classical fantasy-medieval MMORPG, there are three &#8216;realms&#8217; fighting each other.</p>
<div id="attachment_250" class="wp-caption alignright" style="width: 310px"><img class="size-medium wp-image-250" title="screenshot-2008-02-18-17_26_03" src="http://static.qense.nl/wp-content/uploads/2009/01/screenshot-2008-02-18-17_26_03-300x187.jpg" alt="Hebred fort" width="300" height="187" /><p class="wp-caption-text">Hebred fort</p></div>
<p><span style="color: #00ff00;">Syrtis</span> is the realm of the elves, half elves and the human race Alturian. Although the lore says it is a woodland, the <abbr title="non-playing character">NPC</abbr>s are afraid of the forests and even though there are indeed a lot of trees, green plains take the most space. They are portrayed as the just and defend themselves against the Ignis whome they&#8217;ve driven away after they started to do nasty magical things with dead people. It is a republic.<br />
<span style="color: #3366ff;">Alsius</span> is currently the realm with the lowest population and is the home of dwarves, utghars &#8212; a furry terrible snowman like race, referred to as goats &#8212; and the human race Nordo. The lands are mountainious and partially covered with snow and pine forests. The lore doesn&#8217;t seem to be able to decide whether they fight to expand their empire or just to defend themselves from the other two realms. They got involved in the war when their king was murdered, no one knows who did that.<br />
<span style="color: #ff0000;">Ignis</span> is the realm of the bad guys. After they were expelled by the Syrtians they went to the desert and murdered the people who used to live there. Another race joined them and now the &#8216;dune sea of Ignis&#8217; is home to Dark Elves, Moloks &#8212; large humans with tatoos and dreadlocks &#8212; and the human race Skelic. They hate Syrtis and their aim is to bring the whole world of Regnum under their control and spread their religion.</p>
<p><strong>Initiation and zones</strong></p>
<div id="attachment_251" class="wp-caption alignleft" style="width: 310px"><img class="size-medium wp-image-251" title="screenshot-2008-02-09-11_02_30" src="http://static.qense.nl/wp-content/uploads/2009/01/screenshot-2008-02-09-11_02_30-300x187.jpg" alt="Syrtian beach in the South." width="300" height="187" /><p class="wp-caption-text">Syrtian beach in the South.</p></div>
<p>When you create a new character, up to three are allowed or six with a premium item, you start in the first of the three zones a realm possesses: the Initiation Zone. No enemy should ever be able to come here and the monsters don&#8217;t attack you if you don&#8217;t hit them. With the help of quests the game mechanisms are explained and you&#8217;re introduced to the world. There are two ways of gaining the experience necesarry to obtain another of the 50 levels: killing monsters and doing quests &#8212; that most of the times also include killing monsters. Some people would call it a grindfest. It is not that bad, but indeed you have to spent a considerable amount of time killing monsters, a process that can be shortened by buying XP Boosters with real life money.</p>
<p>Fortunately you don&#8217;t have to worry about grinding yet at the Initiation Island; most of the time the quests will do. When you&#8217;ve reached level 10, which you presumably do quite fast, you get a quest that takes you to the mainland. That&#8217;s zone two and only when another realm manages to break the gate of the great wall separating you from the war zone &#8212; where everyone can come, the different zones are connected with non-capturable bridges, two to each other realm &#8212; enemies can come here.</p>
<p><strong>Classes</strong></p>
<p>It is now that you can choose your subclass. But let me explain all the classes at once. When you created your character at the beginning you already had to pick a class.<br />
There are three main classes:</p>
<ul>
<li>Archer</li>
<li>Mage</li>
<li>Warrior</li>
</ul>
<p>I think the names are clear enough, but keep in mind warriors have absolutely no range &#8212; apart from some spells, more on those later &#8212; and that mages rely a lot on mana &#8212; more on that later too.</p>
<p>Archers can choose between these subclasses:</p>
<ul>
<li>Hunter</li>
<li>Marksman</li>
</ul>
<p>A hunter can have a pet, can track for enemies, can turn invisible and has a passive speed bonus. However, it can&#8217;t do a large amount of damage on itself. The class is very powerful when player right, but it can be frustrating if you&#8217;d like to do something fast.</p>
<p>A marksman is mainly focuses on doing damage. Each subclass gets two new spell tabs, mages get three for their subclass, and the two of the marksman are all about doing damage. They also have a range passive.</p>
<p>Mages can choose between these subclasses:</p>
<ul>
<li>Conjurer</li>
<li>Warlock</li>
</ul>
<p>A conjurer is a healer, it can give health, revive people and give mana &#8212; essential for casting spells. There is a also a variant nicknamed the warjurer, when a conjurer puts points in Staff Mastery &#8212; a general mage discipline &#8212; and uses a summon, which is conjurer specific. Not all people like this and frown upon this. They think all conjurers should be dedicated to their true task: healing and support with additional buffs. The conjurer has a bad defense.</p>
<p>A warlock is a damage dealer, it can do tons of damage. However, whereas a marksman has still got a reasonable defense, the defense of a warlock is bad. It has some crowd control spells and spells capable of killing an enemy within seconds. Very powerful, extremely powerful when player right.</p>
<div id="attachment_249" class="wp-caption alignright" style="width: 310px"><img class="size-medium wp-image-249" title="screenshot-2008-11-08-21_23_28" src="http://static.qense.nl/wp-content/uploads/2009/01/screenshot-2008-11-08-21_23_28-300x225.jpg" alt="My brother at his graduation." width="300" height="225" /><p class="wp-caption-text">My brother at his graduation.</p></div>
<p>Warriors can choose between these subclasses:</p>
<ul>
<li>Barbarian</li>
<li>Knight</li>
</ul>
<p>A barbarian is also a damange dealer, its defense isn&#8217;t as a strong as a knight, but it can do massive amounts of damage at once and give speed up a group. Also has crowd control spells. If you don&#8217;t handle this class when it&#8217;s running towards you, you&#8217;re as good as dead.</p>
<p>A knight is a defensive type, capable of resisting a lot of damage. It has buffs to protect allies and can do some decent damage as well.</p>
<p><strong>Spells</strong></p>
<p>Lets explain something more about the spells I keep talking about.<br />
Next to your base damage, the attacks of your bow, staff or dagger/spear/rapier/mace/etc you can do additional damage or achieve certain affects &#8212; like invisbility &#8212; by casting spells. Casting spells costs mana, and mana regenerates slowly.<br />
All classes get four tabs with spells when they start and you get two tabs when you pick a subclass. Mages get three.<br />
Each time you gain a new level you get skill points and spell points. You can put points into tabs to gain more spells and with spell points you can improve the effect of spells.</p>
<p>The game has more things, but I won&#8217;t write about all of them; you can read a more detailed description at the website: http://www.regnumonline.com.ar/</p>
]]></content:encoded>
			<wfw:commentRss>http://sensehofstede.nl/game-series-part-i-regnum-online/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
