<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title></title>
	<atom:link href="http://scognito.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://scognito.wordpress.com</link>
	<description></description>
	<lastBuildDate>Sat, 05 Sep 2009 13:53:38 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>it</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='scognito.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/39283c94cd71209ffda052046adfe4f4?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title></title>
		<link>http://scognito.wordpress.com</link>
	</image>
			<item>
		<title>Configuring Eclipse for Wii development</title>
		<link>http://scognito.wordpress.com/2009/09/05/configuring-eclipse-for-wii-development/</link>
		<comments>http://scognito.wordpress.com/2009/09/05/configuring-eclipse-for-wii-development/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 13:51:47 +0000</pubDate>
		<dc:creator>scognito</dc:creator>
				<category><![CDATA[Gamecube]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nintendo DS]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Wii]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[homebrew]]></category>
		<category><![CDATA[devkitpro]]></category>
		<category><![CDATA[libogc]]></category>
		<category><![CDATA[scognito]]></category>

		<guid isPermaLink="false">http://scognito.wordpress.com/?p=153</guid>
		<description><![CDATA[
This tutorial is intended for intermediate users that are not new in homebrew,  so it will not be plenty of screenshots and assumes that devkitPro is already installed and its variables set.
This guide can also be applied for NDS and maybe other platforms supported by  devkitPro (not tested), just change the path where libraries are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scognito.wordpress.com&blog=1534429&post=153&subd=scognito&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="aligncenter size-full wp-image-174" title="Eclipse logo" src="http://scognito.files.wordpress.com/2009/09/logo_eclipse.jpg?w=360&#038;h=238" alt="Eclipse logo" width="360" height="238" /></p>
<p>This tutorial is intended for intermediate users that are not new in homebrew,  so it will not be plenty of screenshots and assumes that <a title="devkitPro" href="http://www.devkitpro.org/" target="_blank">devkitPro</a> is already installed and its variables set.</p>
<p>This guide can also be applied for NDS and maybe other platforms supported by  devkitPro (not tested), just change the path where libraries are installed when needed.</p>
<p>It can also be used on Windows too (not tested too, but there should be no differences other than changing paths).</p>
<p>Last note: I used Eclipse few times in my life, so probably there are other (and smarter) ways to achieve the goal, but this tutorial was written mainly for myself, since I was not satisfied of current editors/IDEs I&#8217;ve tried on Linux for homebrewing.</p>
<p>Suggestions are welcome!</p>
<p><span id="more-153"></span></p>
<h2>Before starting</h2>
<p>I&#8217;m assuming that:</p>
<ul>
<li>devkitPro is already installed in <em>/opt/devkitpro</em> with permission changed for the destination user</li>
<li>Eclipse will be installed in <em>/opt/eclipse</em></li>
</ul>
<p>Also for my needs I want to code  an existing SVN project I&#8217;m working on: <a title="coverfloader" href="http://code.google.com/p/wiicoverflow/" target="_blank">coverfloader</a>.</p>
<h2>Eclipse</h2>
<p>If you already have <a title="Eclipse url" href="http://eclipse.org/" target="_blank">Eclipse</a> installed without C++ support, you should download the CDT plugin from <em>Help</em> | <em>Install new software</em> and then select a site (Galilelo is the one of the current release).</p>
<p>Search and install CDT plugin, then reboot Eclipse as suggested.</p>
<p>I didn&#8217;t like the default Eclipse (3.2) shipped with Ubuntu so I prefered to grab the <a title="eclipse download page" href="http://www.eclipse.org/downloads/" target="_blank">latest stable</a> one with C++ support  already in (Eclipse IDE for C/C++ Developers).</p>
<p>Installing Eclipse is very straightforward, just unpack it and execute it. As I said I put the contents of the directory <em>/opt/eclipse/ </em>one.</p>
<p>At first boot you&#8217;ll be welcomed with a screen asking you to select a directory for storing the workspace (where all your project will be saved): default choice was fine for me.</p>
<h2>Installing SVN plugin</h2>
<p>Next step is installing SVN plugin: we will use <em>subversive</em>, a plugin that can be installed directly from Eclipse.</p>
<p>Go to <em>Help</em> | <em>Install new software</em> and then select a site (Galileo again).</p>
<p>Expand the <em>Collaboration</em> category and select <em>Subversive SVN Team Provider (Incubation)</em>, then click <em>Next</em> and follow instructions (reboot is required).</p>
<p>Subversive also need a connector to be installed so open the install software window again, then click the <em>Add</em> button and paste this site: <em>http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/</em></p>
<p>Expand the <em>Subversive SVN Connector</em> catergory, and then install <em>SVNKit 1.3.0 Implementation</em>, click <em>Next</em> and follow instructions (guess, what? Reboot!)</p>
<p>Last step is to check that the SVN connector is correctly installed: go to <em>Window</em> | <em>Preferences</em>, expand the <em>Team</em> tree and click on SVN.<br />
Select the SVN Connector tab and check that  SVN connector is SVN Kit. If not, try to install other connectors (I didn&#8217;t have problems though).</p>
<p>Eclipse is now ready configured for using SVN&#8230; easy uh?</p>
<p>Let&#8217;s create our first project doing a checkout from svn server!</p>
<h2>Checking out the project from a SVN site&#8230;</h2>
<p>Go to <em>File</em> | <em>New</em> | <em>Other</em> and then expand the SVN tree, then select <em>Project from SVN</em>, click <em>Next</em>.</p>
<p>Add the url, in my case <em>https://wiicoverflow.googlecode.com/svn/trunk</em>, fill username and password fields if you have any, click <em>No</em> to normalize url question (at least for my needs), and accept the site&#8217;s security certificate.</p>
<p>There is a little bug at this step: you can&#8217;t click the <em>Finish</em> button even if an option is selected. For fix this just click again to the default option selected (<em>Head Revision</em>), click <em>Finish</em>.</p>
<p>A new window will pop up, use the default option <em>Check out as a project configured using the New Project Wizard</em>, then click <em>Finish</em> to open a Wizard.</p>
<p>Expand the <em>C/C++ </em>tree and then click to <em>C++ Project, Next</em>, choose a name for your project, then<em> </em>expand <em>Makefile project</em> tree, select <em>Empty Project, </em>click <em>Next.</em></p>
<p>Click on the <em>Advanced settings</em>, expand  <em>C/C++ Build</em> tree, then select the <em>Behaviour</em> tab, remove the &#8220;all&#8221; word from <em>Build (incremental build).</em></p>
<p>Click <em>Ok</em>, then on <em>Finish</em> so that Eclipse can check out the project.</p>
<h2>&#8230;or create a new Wii project</h2>
<p>The easiest way to copy the template (shipped with the Wii examples package from devkitPro site) in the workspace directory removing the unused file template.pnproj (used by Programmer&#8217;s Notpad).</p>
<p>Go to <em>File </em>| <em>New</em> | <em>C++ Project</em> and then browse for the location where you copied the template directory. If you copied it to the workspace one just type the name of  the project, since the workspace directory is default.</p>
<p>Expand the <em>Makefile Project,</em> select <em>Empty Project</em> and click <em>Next.</em></p>
<p>Click on the <em>Advanced settings</em>, expand  <em>C/C++ Build </em>tree, then select the <em>Behaviour</em> tab, remove the &#8220;all&#8221; word from <em>Build (incremental build).</em></p>
<p>Click  <em>Ok</em>, then on <em>Finish</em> so that Eclipse can check out the project.</p>
<h2>Configure paths:</h2>
<p>Go to <em>Project</em> | <em>Properties</em>, expand the <em>C/C++ General</em> tree, then select <em>Paths and Symbols</em>. On the <em>include</em> tab click to <em>Add</em> and add the following paths<em> (</em>checking <em>Add to all configurations</em> and <em>Add to all languages</em> each time):</p>
<ul>
<li>${DEVKITPRO}/libogc/include</li>
<li>${DEVKITPPC}/lib/gcc/powerpc-gekko/4.2.4/include</li>
<li>${DEVKITPPC}/powerpc-gekko/include</li>
<li>${DEVKITPPC}/powerpc-gekko/include/c++/4.2.4</li>
<li>${DEVKITPPC}/powerpc-gekko/include/c++/4.2.4/powerpc-gekko</li>
</ul>
<p>Press <em>Apply</em> and answer yes to rebuild the index, then press <em>Ok</em>.</p>
<p>Now auto complete will work for both functions and structs (pressing CTRL+SPACE).</p>
<h2>Build our project</h2>
<p>We need at least 3 make targets:</p>
<ol>
<li>clean</li>
<li>build</li>
<li>send dol through wifi using wiiload (optional)</li>
</ol>
<p>Let&#8217;s create them. Click somewhere in the code (or in the makefile), then <em>Make Target -&gt; Create</em>, then click <em>Add</em> button:</p>
<ol>
<li>Target name: clean, click <em>Ok.</em></li>
<li>Target name: build, uncheck <em>Same as the target name</em> and remove the make target field, click <em>Ok.</em></li>
<li>Target name: run, uncheck <em>Same as the target name</em> and type <em>run</em> in the make target field, click <em>Ok.</em></li>
</ol>
<p>For build the project, click on the <em>Make Target</em> tab on the right side of Eclipse, then double click on the make target you wish to execute.</p>
<h2>Start coding!</h2>
<p><a href="http://scognito.files.wordpress.com/2009/09/eclispe2.jpg"><img class="aligncenter size-full wp-image-187" title="Eclipse IDE" src="http://scognito.files.wordpress.com/2009/09/eclispe2.jpg?w=497&#038;h=292" alt="Eclipse IDE" width="497" height="292" /></a></p>
<p>As you have seen, it is not difficult to configure Eclipse for Wii coding, just configure some path and install some plugin, now it&#8217;s all up to you!</p>
<p>Since I&#8217;m not an experienced Eclipse user, all suggestion are welcome for improving this guide <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scognito.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scognito.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scognito.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scognito.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scognito.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scognito.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scognito.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scognito.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scognito.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scognito.wordpress.com/153/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scognito.wordpress.com&blog=1534429&post=153&subd=scognito&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://scognito.wordpress.com/2009/09/05/configuring-eclipse-for-wii-development/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Scognito</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2009/09/logo_eclipse.jpg" medium="image">
			<media:title type="html">Eclipse logo</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2009/09/eclispe2.jpg" medium="image">
			<media:title type="html">Eclipse IDE</media:title>
		</media:content>
	</item>
		<item>
		<title>Piero&#8217;s Wiicross for Wii and Gamecube is out!</title>
		<link>http://scognito.wordpress.com/2008/12/02/pieros-wiicross-for-wii-and-gamecube-is-out/</link>
		<comments>http://scognito.wordpress.com/2008/12/02/pieros-wiicross-for-wii-and-gamecube-is-out/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 21:46:34 +0000</pubDate>
		<dc:creator>scognito</dc:creator>
				<category><![CDATA[Gamecube]]></category>
		<category><![CDATA[Wii]]></category>
		<category><![CDATA[homebrew]]></category>
		<category><![CDATA[devkitpro]]></category>
		<category><![CDATA[libogc]]></category>
		<category><![CDATA[scognito]]></category>

		<guid isPermaLink="false">http://scognito.wordpress.com/?p=108</guid>
		<description><![CDATA[The most developed, anticipated, awaited, desidered, hated, &#8230;ed homebrew I coded is finally here!
Started in June just for test, it became time to time more oriented to be an officially released game.
But exactly, what Wiicross is?
The origin of the game
Wiicross is game based on a popular puzzle game I played on Nintendo DS. It is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scognito.wordpress.com&blog=1534429&post=108&subd=scognito&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div id="attachment_149" class="wp-caption aligncenter" style="width: 330px"><a href="http://scognito.files.wordpress.com/2008/12/cover-wii.jpg"><img class="size-full wp-image-149" title="Wiicross Cover" src="http://scognito.files.wordpress.com/2008/12/cover-wii.jpg?w=320&#038;h=450" alt="Wiicross Cover" width="320" height="450" /></a><p class="wp-caption-text">Wiicross Cover</p></div>
<p>The most developed, anticipated, awaited, desidered, hated, &#8230;ed homebrew I coded is finally here!<br />
Started in June just for test, it became time to time more oriented to be an officially released game.<br />
But exactly, what Wiicross is?</p>
<h2>The origin of the game</h2>
<p>Wiicross is game based on a popular puzzle game I played on <a title="Nintendo DS" href="http://it.wikipedia.org/wiki/Nintendo_DS">Nintendo DS</a>. It is an electronic version of a puzzle born in 1987, called &#8220;<a title="Nonogram" href="http://en.wikipedia.org/wiki/Nonogram">Nonogram</a>&#8221; whose Wikipedia definition says:</p>
<blockquote><p><strong>Nonograms</strong> or <strong>Paint by Numbers</strong> are picture <a class="mw-redirect" title="Logic puzzles" href="http://en.wikipedia.org/wiki/Logic_puzzles">logic puzzles</a> in which cells in a grid have to be colored or left blank according to numbers given at the side of the grid to reveal a hidden picture. In this puzzle type, the numbers measure how many unbroken lines of filled-in squares there are in any given row or column. For example, a clue of &#8220;4 8 3&#8243; would mean there are sets of four, eight, and three filled squares, in that order, with at least one blank square between successive groups.</p></blockquote>
<p>It&#8217;s easier playing with game directly than understand the rules at first <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2>Why now?</h2>
<p>I admit, I&#8217;m not a skilled coder, but before everything I&#8217;m <strong>lazy</strong>. Coding Wiicross didn&#8217;t took 6 months, but if I could count the effective days of coding it would reach about 2 months. It was abandonded for a period of time, then I October I decided to finish it.</p>
<h2>How to play?</h2>
<p>You can move the cursor pointing the wiiremote on screen, or using the d-pad usint it &#8220;NES&#8221; position, or with the gamecube controller.</p>
<p>Every controller option has his button schemas.</p>
<p>You can color a cell with the <em>DRAW </em>button, or mark it (with the <em>MARK</em> one) for helping in remembering that that square shouldn&#8217;t be drawn.</p>
<p>There are two game modes:</p>
<ul>
<li>Normal mode: If you try to colour a cell that can&#8217;t be coloured, an error penalty is shown. Puzzle is solved when the image is correctly drawn.</li>
<li>Free mode: there is no error reporting when you colour a wrong cell. Puzzle is solved when you hit the<em> check</em> button and the image is correctly drawn, otherwise an error penalty is shown.</li>
</ul>
<p>Every error make the timer increase of a certain amout of time.</p>
<h2>What Wiicross offer?</h2>
<p>Let&#8217;s start saying what Wiicross does <strong>not</strong> offer:<br />
the main difference beetween Wiicross and the original Picross is that in Wiicross you only have grids of the same size (15&#215;15).<br />
This because originally this game was just a test with only a grid in mind; also a bigger grid requires zooming, feature not present in my image library <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Excetpt that, the game includes:</p>
<ul>
<li>Different controller type for the main game</li>
<li>59 levels (not so much but it&#8217;s an homebrew afterall <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> )</li>
<li>Levels, scores and options are saved in the sd card</li>
<li>Multiple graphics themes</li>
<li>Custom music: you can add your own music in the game if you don&#8217;t like the default ones (not supported on GC version)</li>
<li>Custom themes: you can create your own themes and share them with friends</li>
</ul>
<h2>How I add my custom music / themes?</h2>
<h3>Music</h3>
<p>Put your favourite songs in the <em>&#8220;res/music&#8221;</em> directory (for example if you use the homebrew channel it is <em>apps/wiicross/res/music</em>), then select &#8220;Custom&#8221; from the options menu.</p>
<p><strong>Note: </strong>Music must be in ogg format! No, I&#8217;m not an opensource devote: simply <a title="sndlib" href="http://wiibrew.org/wiki/Sndlib">sndlib</a> does not support MP3, and libogc support for them is screwed. Also <em>res </em>directory on GameCube must be put on the root of the SD!</p>
<h3>Themes</h3>
<p>A theme is composed by the following images</p>
<ul>
<li>background.png (640 x 480 pixels)</li>
<li>filled.png (image to show when a cell is drawn)</li>
<li>marked.png  (image to show when a cell is marked)</li>
<li>title.png (the title to show in the option screen for selecting your theme)</li>
</ul>
<p>All themes must be put in a directory called with the name of your theme, and this directory must be put in <em>&#8220;res/themes&#8221;</em> . If you follow these rules, you&#8217;ll find you theme in the options screen.</p>
<p>For helping in drawing a theme, there is a template on the project page. It also contains a psd (photoshop) and a xcf (gimp) containing layers, helpful for drawing the background, since some part of it are used for painting the timer and the preview.</p>
<h2>Thanks</h2>
<ul>
<li><a title="sprite attack" href="http://spriteattack.cator.de/">Spriteattack</a> for stunning graphics (and for patience to work with me)</li>
<li>Cyan &amp; Liz from <a title="gbatemp" href="http://www.gbatemp.net">gbatemp.net</a>: for impressive work on bug testing, fixing bugged levels and sorting by difficulty: the game couldn&#8217;t be here without them</li>
<li>MrNick for massive testing on the Gamecube version</li>
<li>Aaron Williams for the nice &#8220;level cleared&#8221; jingle</li>
<li>All the users who sent their level (using the <a title="wiicross level editor" href="http://scognito.drunkencoders.com/projects/wiicross-editor.php">online level editor</a>)</li>
</ul>
<p>Yes, this game is also different than others because ALL levels were made by users submitting their images.<br />
I received about 500 levels, but a very minimal part of them was usable (and still needed some fix).<br />
This because each level must have a unique solution, and I didn&#8217;t added any type of check, sorry.<br />
There is also a funny list of categories I discarded for obvious reasons, thanks anyway to authors! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<ul>
<li>X</li>
<li>&#8220;Test&#8221;</li>
<li>Various random cells</li>
<li>Svastikas</li>
<li>Various messages (&#8220;U R the best&#8221;, my favourite)</li>
<li>Alien / Robots</li>
<li>Every sort of dick you can imagine (20+)</li>
<li>Faces</li>
<li>Mazes</li>
</ul>
<h2>Mandatory screenshots!</h2>
<div id="attachment_124" class="wp-caption alignnone" style="width: 507px"><a href="http://scognito.files.wordpress.com/2008/11/titlescreen.jpg"><img class="size-full wp-image-124" title="titlescreen" src="http://scognito.files.wordpress.com/2008/11/titlescreen.jpg?w=497&#038;h=372" alt="Wiicross - title screen" width="497" height="372" /></a><p class="wp-caption-text">Wiicross - title screen</p></div>
<div id="attachment_121" class="wp-caption alignnone" style="width: 507px"><a href="http://scognito.files.wordpress.com/2008/11/default.jpg"><img class="size-full wp-image-121" title="default" src="http://scognito.files.wordpress.com/2008/11/default.jpg?w=497&#038;h=372" alt="Wiicross - default theme" width="497" height="372" /></a><p class="wp-caption-text">Wiicross - default theme</p></div>
<div id="attachment_132" class="wp-caption alignnone" style="width: 507px"><a href="http://scognito.files.wordpress.com/2008/11/woody.png"><img class="size-full wp-image-132" title="woody" src="http://scognito.files.wordpress.com/2008/11/woody.png?w=497&#038;h=372" alt="Wiicross - Woody theme" width="497" height="372" /></a><p class="wp-caption-text">Wiicross - Woody theme</p></div>
<div id="attachment_122" class="wp-caption alignnone" style="width: 507px"><a href="http://scognito.files.wordpress.com/2008/11/space.jpg"><img class="size-full wp-image-122" title="space" src="http://scognito.files.wordpress.com/2008/11/space.jpg?w=497&#038;h=372" alt="Wiicross - space theme" width="497" height="372" /></a><p class="wp-caption-text">Wiicross - space theme</p></div>
<div id="attachment_120" class="wp-caption alignnone" style="width: 507px"><a href="http://scognito.files.wordpress.com/2008/11/candy.jpg"><img class="size-full wp-image-120" title="candy" src="http://scognito.files.wordpress.com/2008/11/candy.jpg?w=497&#038;h=372" alt="Wiicross - candy theme" width="497" height="372" /></a><p class="wp-caption-text">Wiicross - candy theme</p></div>
<div id="attachment_119" class="wp-caption alignnone" style="width: 507px"><a href="http://scognito.files.wordpress.com/2008/11/blue.jpg"><img class="size-full wp-image-119" title="blue" src="http://scognito.files.wordpress.com/2008/11/blue.jpg?w=497&#038;h=372" alt="Wiicross - blue theme" width="497" height="372" /></a><p class="wp-caption-text">Wiicross - blue theme</p></div>
<div id="attachment_123" class="wp-caption alignnone" style="width: 507px"><a href="http://scognito.files.wordpress.com/2008/11/spooky.jpg"><img class="size-full wp-image-123" title="spooky" src="http://scognito.files.wordpress.com/2008/11/spooky.jpg?w=497&#038;h=372" alt="Wiicross - spooky theme" width="497" height="372" /></a><p class="wp-caption-text">Wiicross - spooky theme</p></div>
<div id="attachment_128" class="wp-caption alignnone" style="width: 507px"><a href="http://scognito.files.wordpress.com/2008/11/paper.jpg"><img class="size-full wp-image-128" title="paper" src="http://scognito.files.wordpress.com/2008/11/paper.jpg?w=497&#038;h=372" alt="Wiicross - paper theme (custom theme by Scognito)" width="497" height="372" /></a><p class="wp-caption-text">Wiicross - paper theme (custom theme by Scognito)</p></div>
<div id="attachment_125" class="wp-caption alignnone" style="width: 507px"><a href="http://scognito.files.wordpress.com/2008/11/options.jpg"><img class="size-full wp-image-125" title="options" src="http://scognito.files.wordpress.com/2008/11/options.jpg?w=497&#038;h=372" alt="Wiicross - options screen" width="497" height="372" /></a><p class="wp-caption-text">Wiicross - options screen</p></div>
<div id="attachment_126" class="wp-caption alignnone" style="width: 507px"><a href="http://scognito.files.wordpress.com/2008/11/levelselect.jpg"><img class="size-full wp-image-126" title="levelselect" src="http://scognito.files.wordpress.com/2008/11/levelselect.jpg?w=497&#038;h=372" alt="Wiicross - level select" width="497" height="372" /></a><p class="wp-caption-text">Wiicross - level select</p></div>
<div id="attachment_127" class="wp-caption alignnone" style="width: 507px"><a href="http://scognito.files.wordpress.com/2008/11/pause.jpg"><img class="size-full wp-image-127" title="pause" src="http://scognito.files.wordpress.com/2008/11/pause.jpg?w=497&#038;h=372" alt="Wiicross - pause screen" width="497" height="372" /></a><p class="wp-caption-text">Wiicross - pause screen</p></div>
<h2>Ok ok but where can I get the game?</h2>
<p>The project page is hosted on <a title="wiicross drunkencoder page" href="http://scognito.drunkencoders.com/projects/wiicross.php">drunkencoders</a>.<br />
Wii version available <a title="wiicross wii version" href="http://scognito.drunkencoders.com/projects/download.php?get=wiicross-wii-0.1.rar">here</a>.<br />
GameCube version <a title="wiicross gc version" href="http://scognito.drunkencoders.com/projects/download.php?get=wiicross-ngc-0.1.rar">here</a>.</p>
<h2>What&#8217;s next?</h2>
<p>After some year in developing simple <a title="scognito on drunkencoders" href="http://scognito.drunkencoders.com">games for consoles</a>, I decided to take a break.<br />
Lot of things are happened (and stil happening) in my personal life, and I don&#8217;t know if I am still motivated in coding games just for fun.</p>
<p>Is it a chance to finally doing <a title=")" href="http://www.google.it/search?q=guitar+lessons">something else</a>?</p>
<p>Thanks all for support and helping in making what I wanted to do since I was kid (no, not the pornstar): being a game developer was a dream since I&#8217;m a videogame addicted!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scognito.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scognito.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scognito.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scognito.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scognito.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scognito.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scognito.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scognito.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scognito.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scognito.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scognito.wordpress.com&blog=1534429&post=108&subd=scognito&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://scognito.wordpress.com/2008/12/02/pieros-wiicross-for-wii-and-gamecube-is-out/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Scognito</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/12/cover-wii.jpg" medium="image">
			<media:title type="html">Wiicross Cover</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/11/titlescreen.jpg" medium="image">
			<media:title type="html">titlescreen</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/11/default.jpg" medium="image">
			<media:title type="html">default</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/11/woody.png" medium="image">
			<media:title type="html">woody</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/11/space.jpg" medium="image">
			<media:title type="html">space</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/11/candy.jpg" medium="image">
			<media:title type="html">candy</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/11/blue.jpg" medium="image">
			<media:title type="html">blue</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/11/spooky.jpg" medium="image">
			<media:title type="html">spooky</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/11/paper.jpg" medium="image">
			<media:title type="html">paper</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/11/options.jpg" medium="image">
			<media:title type="html">options</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/11/levelselect.jpg" medium="image">
			<media:title type="html">levelselect</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/11/pause.jpg" medium="image">
			<media:title type="html">pause</media:title>
		</media:content>
	</item>
		<item>
		<title>Ricoh webcam driver for HP Pavillon 6299ea on Windows XP</title>
		<link>http://scognito.wordpress.com/2008/11/30/ricoh-webcam-driver-for-hp-pavillon-6299ea-on-windows-xp/</link>
		<comments>http://scognito.wordpress.com/2008/11/30/ricoh-webcam-driver-for-hp-pavillon-6299ea-on-windows-xp/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 16:35:24 +0000</pubDate>
		<dc:creator>scognito</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[6299ea]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[dv6000]]></category>
		<category><![CDATA[ricoh]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://scognito.wordpress.com/?p=138</guid>
		<description><![CDATA[After downgrading Windows Vista to XP the only driver I didn&#8217;t have success to install was the webcam one.
On my dv6299 ea (dv6000 series) the webcam is identified by the 05CA&#38;PID_1810&#38;MI_00\6&#38;1F6A7C80&#38;0&#38;0000 string.
There is no webcam driver for XP looking on HP site, so I made many tries before gettings the device work.
The solution is pretty [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scognito.wordpress.com&blog=1534429&post=138&subd=scognito&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>After downgrading Windows Vista to XP the only driver I didn&#8217;t have success to install was the webcam one.<br />
On my dv6299 ea (dv6000 series) the webcam is identified by the <em>05CA&amp;PID_1810&amp;MI_00\6&amp;1F6A7C80&amp;0&amp;0000</em> string.</p>
<p>There is no webcam driver for XP looking on HP site, so I made many tries before gettings the device work.</p>
<p>The solution is pretty simple:</p>
<ul>
<li>download the <a title="hp webcam driver vista" href="http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-47244-1&amp;lc=en&amp;dlc=en&amp;cc=us&amp;product=3360564&amp;os=2093">drivers for Vista from HP site</a></li>
<li>unpack with <a title="winrar site" href="http://www.rarlab.com/">WinRAR</a> or other compression tools</li>
<li>go to the <em>sp34746\WCAMR\driver\</em> directory</li>
<li>doubleclick on DPInst32.exe and install the drivers</li>
<li>reboot</li>
</ul>
<p>It worked on my pc, hope it will be useful for you too <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scognito.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scognito.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scognito.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scognito.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scognito.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scognito.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scognito.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scognito.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scognito.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scognito.wordpress.com/138/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scognito.wordpress.com&blog=1534429&post=138&subd=scognito&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://scognito.wordpress.com/2008/11/30/ricoh-webcam-driver-for-hp-pavillon-6299ea-on-windows-xp/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Scognito</media:title>
		</media:content>
	</item>
		<item>
		<title>Scogger 0.2 for Mobile Phone is out!</title>
		<link>http://scognito.wordpress.com/2008/09/26/scogger-02-for-mobile-phone-is-out/</link>
		<comments>http://scognito.wordpress.com/2008/09/26/scogger-02-for-mobile-phone-is-out/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 20:36:48 +0000</pubDate>
		<dc:creator>scognito</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[6120]]></category>
		<category><![CDATA[n95]]></category>
		<category><![CDATA[s60]]></category>
		<category><![CDATA[scogger]]></category>
		<category><![CDATA[scognito]]></category>

		<guid isPermaLink="false">http://scognito.wordpress.com/?p=86</guid>
		<description><![CDATA[
Despite the actual release date, this game was actually finished in april, months before the wii/gc release.
It was coded in few days, without knowing much about j2me.
Since I lost interest too early I didn&#8217;t added support for sounds and music so it is just a &#8220;mute&#8221; game.
Actually, the real challenge wasn&#8217;t coding for a mobile [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scognito.wordpress.com&blog=1534429&post=86&subd=scognito&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://scognito.files.wordpress.com/2008/09/nokia.png"><img class="alignnone size-full wp-image-96" title="nokia" src="http://scognito.files.wordpress.com/2008/09/nokia.png?w=226&#038;h=450" alt="" width="226" height="450" /></a></p>
<p>Despite the actual release date, this game was actually finished in april, months before the <a title="scogger for wii gc" href="http://scognito.wordpress.com/2008/06/08/scogger-02-for-wii-and-gamecube-is-out/">wii/gc release</a>.</p>
<p>It was coded in few days, without knowing much about j2me.<br />
Since I lost interest too early I didn&#8217;t added support for sounds and music so it is just a &#8220;mute&#8221; game.</p>
<p>Actually, the real challenge wasn&#8217;t coding for a mobile platform, but configuring Eclipse and Netbeans in conjunction with the <a title="s60 sdk" href="http://forum.nokia.com/series60">S60 sdk</a>! If I remember correctly i switched off and compiled it for standard j2me platform.</p>
<p>It shouldn&#8217;t have been coded for the public, but just for my cellphone (<a title="nokia 6120 classic" href="http://europe.nokia.com/A4399010">Nokia 6120 Classic</a>, MIDP 2.0 and CLDC 1.1 profile), so resolution is hardcoded for this type of device (320&#215;240).</p>
<p>Thanks <a href="http://www.kenney.nl/">Kenney (www.kenney.nl)</a> for graphics!</p>
<h1>How to Play</h1>
<p>The goal of the game is to make the frog jump over all the tree trunks using the arrow/menu keys of your mobile phone.</p>
<p>The only avaiable direction the frog can move are forward, left and right (no diagonals), with no jump distance limit!</p>
<p>Remember that the frog cannot jump backward, and pressing Fire/Center button restart the level!</p>
<h1>Download &amp; Installing</h1>
<p>Download the package from <a title="scogger download" href="http://scognito.drunkencoders.com/projects/scogger.php">here</a>, and unpack it then install jar + jad your usual method for installing applications on the phone.<br />
For Nokia devices I suggest to install through the <a href="http://www.nokia.com/pcsuite">Nokia PC Suite</a>, that once configured for your mobile, will install application just doubleclicking on the jar file.</p>
<p>Please note I&#8217;ll do not provide any installation help nor support as I have removed the toolkit and don&#8217;t know how install jar/jad other than using the PC Suite!</p>
<h1>Screenshots</h1>
<p><a href="http://scognito.files.wordpress.com/2008/09/mobile0.png"><img class="alignnone size-full wp-image-98" title="mobile0" src="http://scognito.files.wordpress.com/2008/09/mobile0.png?w=306&#038;h=670" alt="" width="306" height="670" /></a></p>
<p><a href="http://scognito.files.wordpress.com/2008/09/mobile1.png"><img class="alignnone size-full wp-image-99" title="mobile1" src="http://scognito.files.wordpress.com/2008/09/mobile1.png?w=302&#038;h=672" alt="" width="302" height="672" /></a></p>
<p><a href="http://scognito.files.wordpress.com/2008/09/mobile2.png"><img class="alignnone size-full wp-image-102" title="mobile2" src="http://scognito.files.wordpress.com/2008/09/mobile2.png?w=303&#038;h=672" alt="" width="303" height="672" /></a></p>
<h1>Compatibility List</h1>
<p>Currently reported working devices:</p>
<ul>
<li>Nokia 6120 Classic</li>
<li>Nokia N95</li>
</ul>
<p>If you succesfully installed on your device please add a comment, and I&#8217;ll add to the list.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scognito.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scognito.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scognito.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scognito.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scognito.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scognito.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scognito.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scognito.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scognito.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scognito.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scognito.wordpress.com&blog=1534429&post=86&subd=scognito&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://scognito.wordpress.com/2008/09/26/scogger-02-for-mobile-phone-is-out/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Scognito</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/09/nokia.png" medium="image">
			<media:title type="html">nokia</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/09/mobile0.png" medium="image">
			<media:title type="html">mobile0</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/09/mobile1.png" medium="image">
			<media:title type="html">mobile1</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/09/mobile2.png" medium="image">
			<media:title type="html">mobile2</media:title>
		</media:content>
	</item>
		<item>
		<title>New Wii/Gamecube Homebrew is coming! Piero&#8217;s Wiicross :)</title>
		<link>http://scognito.wordpress.com/2008/09/04/new-wiigamecube-homebrew-is-coming-pieros-wiicross/</link>
		<comments>http://scognito.wordpress.com/2008/09/04/new-wiigamecube-homebrew-is-coming-pieros-wiicross/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 21:13:20 +0000</pubDate>
		<dc:creator>scognito</dc:creator>
				<category><![CDATA[Gamecube]]></category>
		<category><![CDATA[Wii]]></category>
		<category><![CDATA[devkitpro]]></category>
		<category><![CDATA[homebrew]]></category>
		<category><![CDATA[libogc]]></category>
		<category><![CDATA[scognito]]></category>
		<category><![CDATA[wiicross]]></category>

		<guid isPermaLink="false">http://scognito.wordpress.com/?p=72</guid>
		<description><![CDATA[Finally today I decided to write a post for my next upcoming homebrew game for the Nintendo Wii and Gamecube: it is called Piero&#8217;s Wicross.
As the name suggest it is based on a popular puzzle game Mario&#8217;s Picross, a game based on an existing puzzle game called Nonogram.
For those who don&#8217;t know what game I&#8217;m [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scognito.wordpress.com&blog=1534429&post=72&subd=scognito&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div id="attachment_80" class="wp-caption alignnone" style="width: 457px"><a href="http://scognito.files.wordpress.com/2008/09/editor.png"><img class="size-full wp-image-80" title="wiicross editor" src="http://scognito.files.wordpress.com/2008/09/editor.png?w=447&#038;h=478" alt="wiicross editor" width="447" height="478" /></a><p class="wp-caption-text">wiicross editor</p></div>
<p>Finally today I decided to write a post for my next upcoming homebrew game for the Nintendo Wii and Gamecube: it is called <strong>Piero&#8217;s Wicross</strong>.</p>
<p>As the name suggest it is based on a popular puzzle game Mario&#8217;s Picross, a game based on an existing puzzle game called Nonogram.</p>
<p>For those who don&#8217;t know what game I&#8217;m talking about, here it is a brief description of the original game, from <a title="wikipedia wiicross" href="http://en.wikipedia.org/wiki/Nonogram">wikipedia</a> :</p>
<blockquote><p><strong>Nonograms</strong> or <strong>Paint by Numbers</strong> are picture <a class="mw-redirect" title="Logic puzzles" href="http://en.wikipedia.org/wiki/Logic_puzzles">logic puzzles</a> in which cells in a grid have to be colored or left blank according to numbers given at the side of the grid to reveal a hidden picture. In this puzzle type, the numbers measure how many unbroken lines of filled-in squares there are in any given row or column. For example, a clue of &#8220;4 8 3&#8243; would mean there are sets of four, eight, and three filled squares, in that order, with at least one blank square between successive groups.</p></blockquote>
<p>I swear it is simpler than expected! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The development of the game is nearly done for both platforms, so what the game really needs are the <strong>levels</strong>.</p>
<p>Since I&#8217;m too lazy to create them, I decided that levels will made by <strong>YOU</strong>!</p>
<p>Yes, I wrote also an online level editor for the purpouse, where is possible to easily create puzzles throught a simple interface, so what expect to write your own one?</p>
<p>The best 50 levels will be put in the game as official ones, so head over and write yours!</p>
<p><strong>Go to <a title="Wiicross online editor" href="http://scognito.drunkencoders.com/projects/wiicross-editor.php">Wiicross Level Editor</a>!</strong></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/scognito.wordpress.com/72/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/scognito.wordpress.com/72/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scognito.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scognito.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scognito.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scognito.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scognito.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scognito.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scognito.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scognito.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scognito.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scognito.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scognito.wordpress.com&blog=1534429&post=72&subd=scognito&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://scognito.wordpress.com/2008/09/04/new-wiigamecube-homebrew-is-coming-pieros-wiicross/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Scognito</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/09/editor.png" medium="image">
			<media:title type="html">wiicross editor</media:title>
		</media:content>
	</item>
		<item>
		<title>Using different server for Mozilla Weave</title>
		<link>http://scognito.wordpress.com/2008/08/30/using-different-server-for-mozilla-weave/</link>
		<comments>http://scognito.wordpress.com/2008/08/30/using-different-server-for-mozilla-weave/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 00:56:48 +0000</pubDate>
		<dc:creator>scognito</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[mydisk.se]]></category>
		<category><![CDATA[weave]]></category>

		<guid isPermaLink="false">http://scognito.wordpress.com/?p=68</guid>
		<description><![CDATA[Mozilla Weave is an experimental project from Mozilla Labs aiming to synchronize information of Firefox browser (like bookmarks, saved passwords, tabs, history&#8230;) across different computers using a simple extension.
Once installed and configured on each browser it automatically synchronizes these metadata offering the same personal data among different computers.
Since it is still experimental it suffers of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scognito.wordpress.com&blog=1534429&post=68&subd=scognito&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div class="wp-caption aligncenter" style="width: 410px"><img src="http://people.mozilla.com/~cbeard/weave/weave-logo.jpg" alt="mozilla weave logo" width="400" height="157" /><p class="wp-caption-text">mozilla weave logo</p></div>
<p><a title="mozilla weave homepage" href="http://labs.mozilla.com/2007/12/introducing-weave/">Mozilla Weave</a> is an experimental project from <a title="mozilla labs" href="http://labs.mozilla.com/">Mozilla Labs </a>aiming to synchronize information of <a title="firefox homepage" href="www.mozilla.com/firefox/">Firefox</a> browser (like bookmarks, saved passwords, tabs, history&#8230;) across different computers using a simple extension.</p>
<p>Once installed and configured on each browser it automatically synchronizes these metadata offering the same personal data among different computers.</p>
<p>Since it is still experimental it suffers of some issues, like the most popular at the moment: the authentication problem. I don&#8217;t know if it is a server issue, but I can&#8217;t authenticate myself using the default settings.</p>
<p>Searching on forums I found a solution provided by some users: use a different server for storing metadata information. The fix <a title="mozilla weave forum" href="https://labs.mozilla.com/forum/index.php/topic,1482.0.html">suggested</a> explain how to setup a weave server on <a title="mydisk.se" href="http://mydisk.se">myDisk.se</a> (a very useful free webdisk).</p>
<p>Simply create an account on myDisk.se, create this directory structure: &#8220;<em>user/youruser</em>&#8220;, where <em>youruser</em> is your login name, then update the server URL on the advanced tab of the weave options (<em>https://mydisk.se/youruser</em>).</p>
<p>Sign in, synchronize et voilà, you can login again!</p>
<p>An extra advantage of this solution is that synchronizing is <strong>a lot</strong> faster than the overloaded (for now?) Mozilla default server.</p>
<p>Give it a try!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/scognito.wordpress.com/68/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/scognito.wordpress.com/68/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scognito.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scognito.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scognito.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scognito.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scognito.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scognito.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scognito.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scognito.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scognito.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scognito.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scognito.wordpress.com&blog=1534429&post=68&subd=scognito&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://scognito.wordpress.com/2008/08/30/using-different-server-for-mozilla-weave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Scognito</media:title>
		</media:content>

		<media:content url="http://people.mozilla.com/~cbeard/weave/weave-logo.jpg" medium="image">
			<media:title type="html">mozilla weave logo</media:title>
		</media:content>
	</item>
		<item>
		<title>Scogger 0.2 for Wii and Gamecube is out!</title>
		<link>http://scognito.wordpress.com/2008/06/08/scogger-02-for-wii-and-gamecube-is-out/</link>
		<comments>http://scognito.wordpress.com/2008/06/08/scogger-02-for-wii-and-gamecube-is-out/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 16:44:42 +0000</pubDate>
		<dc:creator>scognito</dc:creator>
				<category><![CDATA[Gamecube]]></category>
		<category><![CDATA[Wii]]></category>
		<category><![CDATA[homebrew]]></category>
		<category><![CDATA[libogc]]></category>
		<category><![CDATA[scogger]]></category>
		<category><![CDATA[scognito]]></category>

		<guid isPermaLink="false">http://scognito.wordpress.com/?p=54</guid>
		<description><![CDATA[

Scogger for Wii is a porting I made of the “famous” Nintendo DS and PSP game Scogger I wrote a months ago.
The game is almost identical to the original, with same levels (10 random out of 100 avaiable, so each new game you get different levels!), except here you cannot use the stylus for obvious [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scognito.wordpress.com&blog=1534429&post=54&subd=scognito&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://scognito.files.wordpress.com/2008/06/cover.png?w=320&#038;h=450" alt="" width="320" height="450" /></p>
<p><img src="http://scognito.files.wordpress.com/2008/06/scogger-cover-gc.png?w=320&#038;h=450" alt="" width="320" height="450" /></p>
<p>Scogger for Wii is a porting I made of the “famous” Nintendo DS and PSP game <a title="scogger ds" href="../2008/01/09/scogger-01-is-out/">Scogger</a> I wrote a months ago.</p>
<p>The game is almost identical to the original, with same levels (10 random out of 100 avaiable, so each new game you get different levels!), except here you cannot use the stylus for obvious reasons, but it can take advantage of the wiimote! <img class="wp-smiley" src="http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif" alt="P" /></p>
<h1>Download &amp; Installing</h1>
<p>Note (30-oct-08): The <a title="homebrew channel" href="http://wiibrew.org/wiki/Homebrew_Channel">Homebrew channel beta 9</a> requires .dols (or new compiled elfs), so I&#8217;ve recompiled Scogger to work with it. All downloads starting from today are Homebrew channer b9 compatible.<br />
&lt;br&gt;</p>
<p>Download the package from <a title="scogger download" href="http://scognito.drunkencoders.com/projects/scogger.php">here</a>, and unpack it. There are 2 versions: gamecube and wii.</p>
<ul>
<li>The Wii version is ready for use with the <a title="wii homebrew channel" href="http://wiibrew.org/index.php?title=Homebrew_Channel" target="_blank">homebrew channel</a>. Just put the <em>scoggerwii-0.2</em> (you can rename it) directory in the <em>apps </em>directory of your SD card, otherwise boot it with the <a title="twilight hack" href="http://wiibrew.org/index.php?title=Twilight_Hack" target="_blank">Twilight Hack</a> or other boot methods.</li>
<li>The Gamecube dol can be booted it using <a title="sdload" href="http://www.gc-linux.org/wiki/SDload" target="_blank">SDLoad</a> or other boot methods.</li>
</ul>
<h1>How to Play</h1>
<p>The goal of the game is to make the frog jump over all the tree trunks.</p>
<p>You can use the Gamecube pad, the Wiimote, or the Wiimote d-pad.</p>
<p>The only avaiable direction the frog can move are forward, left and right (no diagonals), with no jump distance limit!</p>
<p>Remember that the frog cannot jump backward, and pressing B on the Wiimote (or A in the Gamecube pad) to restart the level!</p>
<p>Clean the stage to go to the next level (they are 10) or press (+) or START to go to the next one.</p>
<p>This trick is only avaiable if you make the so called “<a title="Konami Trick" href="http://www.google.com/search?q=konami+trick&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t">konami trick</a>” (you know what is that, don’t you?) at the titlescreen, (with the exception “B” and “A” button are mapped to (-) and (+) on the Wiimote).</p>
<h1>Screenshots</h1>
<p>Click the images for full size:</p>
<p><a href="http://scognito.files.wordpress.com/2008/06/scoggerwii1.png"><img src="http://scognito.files.wordpress.com/2008/06/scoggerwii1.png?w=503&#038;h=377" alt="" width="503" height="377" /></a></p>
<p><a href="http://scognito.files.wordpress.com/2008/06/scoggerwii2.png"><img src="http://scognito.files.wordpress.com/2008/06/scoggerwii2.png?w=503&#038;h=377" alt="" width="503" height="377" /></a></p>
<p><img src="http://scognito.files.wordpress.com/2008/06/scoggerwii3.png?w=503&#038;h=377" alt="scoggerwii3" width="503" height="377" /></p>
<p><img src="http://scognito.files.wordpress.com/2008/06/scoggerwii4.png?w=503&#038;h=377" alt="scoggerwii4" width="503" height="377" /></p>
<p><img src="http://scognito.files.wordpress.com/2008/06/scoggerwii5.png?w=503&#038;h=377" alt="scoggerwii5" width="503" height="377" /></p>
<h1>Video</h1>
<p>This video is courtesy of <a title="wiinintendo" href="http://wiinintendo.net/">wiinintendo.net</a>:<br />
<!-- quadra vimeo http://www.vimeo.com/1166263 quadra --><br />
<span style='text-align:center; display: block;'>
<object type="application/x-shockwave-flash" width="400" height="300" data="http://www.vimeo.com/moogaloop.swf?clip_id=1166263&amp;server=www.vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=01AAEA">
	<param name="quality" value="best" />
	<param name="allowfullscreen" value="true" />
	<param name="scale" value="showAll" />
	<param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=1166263&amp;server=www.vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=01AAEA" />
</object>
</span></p>
<h1>Credits</h1>
<ul>
<li>Shagkur for <a title="libogc" href="http://libogc.devkitpro.org/" target="_blank">libogc</a></li>
<li>Wintermute and other for <a title="devkitpro site" href="http://devkitpro.org" target="_blank">Devkitpro</a> and devkitPPC</li>
<li>Frontier for <a title="libpngu" href="http://frontier-dev.net/2008/04/libpng.html" target="_blank">libpngu</a></li>
<li><a title="kenney site" href="http://www.kenney.nl" target="_blank">Kenney</a> for the graphics</li>
<li>Muzer and Minishlin for heavy testing</li>
</ul>
<h1>Notes</h1>
<p>Plese report bugs and suggestions and stay tuned for other ports <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Scogger is also available for <a title="scogger ds" href="http://scognito.wordpress.com/2008/03/02/scogger-psp-02-is-out/" target="_blank">Nintendo DS</a>, <a title="scogger psp" href="http://scognito.wordpress.com/2008/03/02/scogger-psp-02-is-out/" target="_blank">Sony PSP</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/scognito.wordpress.com/54/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/scognito.wordpress.com/54/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scognito.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scognito.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scognito.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scognito.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scognito.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scognito.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scognito.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scognito.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scognito.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scognito.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scognito.wordpress.com&blog=1534429&post=54&subd=scognito&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://scognito.wordpress.com/2008/06/08/scogger-02-for-wii-and-gamecube-is-out/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Scognito</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/06/cover.png" medium="image" />

		<media:content url="http://scognito.files.wordpress.com/2008/06/scogger-cover-gc.png" medium="image" />

		<media:content url="http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif" medium="image">
			<media:title type="html">P</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/06/scoggerwii1.png" medium="image" />

		<media:content url="http://scognito.files.wordpress.com/2008/06/scoggerwii2.png" medium="image" />

		<media:content url="http://scognito.files.wordpress.com/2008/06/scoggerwii3.png" medium="image">
			<media:title type="html">scoggerwii3</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/06/scoggerwii4.png" medium="image">
			<media:title type="html">scoggerwii4</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/06/scoggerwii5.png" medium="image">
			<media:title type="html">scoggerwii5</media:title>
		</media:content>
	</item>
		<item>
		<title>Scogger PSP 0.2 is out!</title>
		<link>http://scognito.wordpress.com/2008/03/02/scogger-psp-02-is-out/</link>
		<comments>http://scognito.wordpress.com/2008/03/02/scogger-psp-02-is-out/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 11:12:24 +0000</pubDate>
		<dc:creator>scognito</dc:creator>
				<category><![CDATA[PSP]]></category>
		<category><![CDATA[ds]]></category>
		<category><![CDATA[oslib]]></category>
		<category><![CDATA[palib]]></category>
		<category><![CDATA[scogger]]></category>
		<category><![CDATA[scoglionario]]></category>
		<category><![CDATA[scognito]]></category>

		<guid isPermaLink="false">http://scognito.wordpress.com/?p=36</guid>
		<description><![CDATA[
Scogger for PSP is a porting I made of the &#8220;famous&#8221; Nintendo DS game Scogger I wrote a month ago.
Since my girlfriend Valeria (L) gave me a PSP for Christmas, what a better chance to coding for it?
So Scogger was born,  after just a couple of days for convertion.
The game is almost identical to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scognito.wordpress.com&blog=1534429&post=36&subd=scognito&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p align="center"><img src="http://scognito.files.wordpress.com/2008/02/scogger-psp.png" alt="scogger 0.2 psp" /></p>
<p>Scogger for PSP is a porting I made of the &#8220;famous&#8221; Nintendo DS game <a href="http://scognito.wordpress.com/2008/01/09/scogger-01-is-out/" title="scogger ds">Scogger</a> I wrote a month ago.</p>
<p>Since my girlfriend Valeria (L) gave me a PSP for Christmas, what a better chance to coding for it?</p>
<p>So Scogger was born,  after just a couple of days for convertion.</p>
<p>The game is almost identical to the original, with same levels (10 out of 100 avaiable), except here you cannot use the stylus for obvious reasons, but it can take advantage of the larger and brighter screen to show how cool is it <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p><span id="more-36"></span></p>
<h1>Installing</h1>
<p>Download the package from <a href="http://scognito.drunkencoders.com/projects/scogger.php" title="scogger psp">here</a>, and put the Scogger directory in the memory stick, under the directory PSP/GAME/.</p>
<h1>How to Play</h1>
<p>The goal of the game is to make the frog jump over all the tree trunks.</p>
<p>You can use the D-Pad or the analog stick.</p>
<p><span></span></p>
<p>The only avaiable direction the frog can move are forward, left and right (no diagonals), with no jump distance limit!</p>
<p>Remember that the frog cannot jump backward, and pressing X to restart the level!</p>
<p>Clean the stage to go to the next level (they are 10) or press START to go to the next one.</p>
<p>This trick is only avaiable if you make the so called “<a href="http://www.google.com/search?q=konami+trick&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t" title="Konami Trick">konami trick</a>” (you know what is that, don&#8217;t you?) at the titlescreen, (with the exception &#8220;B&#8221; and &#8220;A&#8221; button are mapped to &#8220;square&#8221; and &#8220;triangle&#8221;).</p>
<h1>Screenshots</h1>
<p><img src="http://scognito.files.wordpress.com/2008/02/scogger1.png" alt="Scogger, title screen" /></p>
<p><img src="http://scognito.files.wordpress.com/2008/03/scoggerpsp1.png" alt="scogger psp" /></p>
<p><img src="http://scognito.files.wordpress.com/2008/03/scoggerpsp2.png" alt="scogger psp" /></p>
<p><img src="http://scognito.files.wordpress.com/2008/03/scoggerpsp3.png" alt="scogger psp" /></p>
<p><img src="http://scognito.files.wordpress.com/2008/03/scoggerpsp4.png" alt="scogger psp" /></p>
<h1>Video</h1>
<p><!-- quadra dailymotion id=x4t1kt quadra --><br />
<object width="425" height="254"><param name="movie" value="http://www.dailymotion.com/swf/x4t1kt"></param><param name="allowfullscreen" value="true"></param><embed src="http://www.dailymotion.com/swf/x4t1kt" type="application/x-shockwave-flash" width="425" height="334" allowfullscreen="true"></embed></object></p>
<h1>Thanks</h1>
<ul>
<li>Valeria, for giving me a PSP</li>
<li>Kenney (<a href="http://www.kenney.nl" title="kenney site">www.kenney.nl</a>), for making the graphics</li>
<li>Brunni, for his <a href="http://brunni.dev-fr.org/index.php?page=pspsoft_oslib" title="brunni site">OSLib</a></li>
<li>All PSP hacking team</li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/scognito.wordpress.com/36/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/scognito.wordpress.com/36/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scognito.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scognito.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scognito.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scognito.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scognito.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scognito.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scognito.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scognito.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scognito.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scognito.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scognito.wordpress.com&blog=1534429&post=36&subd=scognito&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://scognito.wordpress.com/2008/03/02/scogger-psp-02-is-out/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Scognito</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/02/scogger-psp.png" medium="image">
			<media:title type="html">scogger 0.2 psp</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/02/scogger1.png" medium="image">
			<media:title type="html">Scogger, title screen</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/03/scoggerpsp1.png" medium="image">
			<media:title type="html">scogger psp</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/03/scoggerpsp2.png" medium="image">
			<media:title type="html">scogger psp</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/03/scoggerpsp3.png" medium="image">
			<media:title type="html">scogger psp</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/03/scoggerpsp4.png" medium="image">
			<media:title type="html">scogger psp</media:title>
		</media:content>
	</item>
		<item>
		<title>E&#8217; uscito Scogger 0.2 per PSP!</title>
		<link>http://scognito.wordpress.com/2008/03/02/e-uscito-scogger-02-per-psp/</link>
		<comments>http://scognito.wordpress.com/2008/03/02/e-uscito-scogger-02-per-psp/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 11:10:35 +0000</pubDate>
		<dc:creator>scognito</dc:creator>
				<category><![CDATA[PSP]]></category>
		<category><![CDATA[Nintendo DS]]></category>
		<category><![CDATA[oslib]]></category>
		<category><![CDATA[palib]]></category>
		<category><![CDATA[scogger]]></category>
		<category><![CDATA[scoglionario]]></category>
		<category><![CDATA[scognito]]></category>

		<guid isPermaLink="false">http://scognito.wordpress.com/?p=42</guid>
		<description><![CDATA[
Scogger per PSP è una conversione del &#8220;famoso&#8221; gioco per Nintendo DS, Scogger, che ho scritto un mese fa.
Visto che la mia fidanzata Valeria (L) mi ha regalato una PSP per Natale, quale migliore occasione per programmarci sopra=
Ed è così che è nato Scogger, dopo un po di giorni per la conversione.
Il gioco è quasi [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scognito.wordpress.com&blog=1534429&post=42&subd=scognito&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p align="center"><img src="http://scognito.files.wordpress.com/2008/02/scogger-psp.png" alt="scogger 0.2 psp" /></p>
<p>Scogger per PSP è una conversione del &#8220;famoso&#8221; gioco per Nintendo DS, <a href="http://scognito.wordpress.com/2008/01/09/scogger-01-is-out/" title="scogger ds">Scogger</a>, che ho scritto un mese fa.</p>
<p>Visto che la mia fidanzata Valeria (L) mi ha regalato una PSP per Natale, quale migliore occasione per programmarci sopra=</p>
<p>Ed è così che è nato Scogger, dopo un po di giorni per la conversione.</p>
<p>Il gioco è quasi identico all&#8217;originale, con gli stessi livelli (10 a caso sui 100 disponibili), eccetto che non si può usare il pennino per ovvie ragioni, ma trae vantaggio da uno schermo più grande e più brillante per far vedere quant&#8217;è figo <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p><span id="more-42"></span></p>
<h1>Installazione</h1>
<p>Scaricare l&#8217;archivio da  <a href="http://scognito.drunkencoders.com/projects/scogger.php" title="scogger psp">qui</a>, e mettere la directory Scogger nella memory stick, all&#8217;interno di PSP/GAME/.</p>
<h1>Come si gioca</h1>
<p>Lo scopo del gioco è quello di far saltare la rana sopra tutti i tronchi dello schermo.</p>
<p>Puoi usare la croce direzionale o lo stick analogico.</p>
<p><span></span></p>
<p>Le uniche direzioni possibili in cui la rana può muoversi sono avanti, destra e sinistra (niente diagonali), senza nessun limite sulla distanza!</p>
<p>Ricorda che la rana non può saltare indietro, e che con il tasto <i>croce</i> riavvii il livello!</p>
<p>Finisci il livello per passare al successivo (in totale sono 10) o premi START per andare al prossimo.</p>
<p>Questo trucco è possibile solo facendo il cosidetto “<a href="http://www.google.com/search?q=konami+trick&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t" title="Konami Trick">konami trick</a>” (sai cos’è, vero?) nella schermata del titolo, (con l&#8217;eccezione che i tasti &#8220;B&#8221; e &#8220;A&#8221; sono stati rispettivamente rimpiazzati da <i>quadrato </i>e <i>triangolo</i>).</p>
<h1>Screenshots</h1>
<p><img src="http://scognito.files.wordpress.com/2008/02/scogger1.png" alt="Scogger, title screen" /></p>
<p><img src="http://scognito.files.wordpress.com/2008/03/scoggerpsp1.png" alt="scogger psp" /></p>
<p><img src="http://scognito.files.wordpress.com/2008/03/scoggerpsp2.png" alt="scogger psp" /></p>
<p><img src="http://scognito.files.wordpress.com/2008/03/scoggerpsp3.png" alt="scogger psp" /></p>
<p><img src="http://scognito.files.wordpress.com/2008/03/scoggerpsp4.png" alt="scogger psp" /></p>
<h1>Video</h1>
<p><!-- quadra dailymotion id=x4t1kt quadra --><br />
<object width="425" height="254"><param name="movie" value="http://www.dailymotion.com/swf/x4t1kt"></param><param name="allowfullscreen" value="true"></param><embed src="http://www.dailymotion.com/swf/x4t1kt" type="application/x-shockwave-flash" width="425" height="334" allowfullscreen="true"></embed></object></p>
<h1>Ringraziamenti</h1>
<ul>
<li>Valeria, per avermi regalato una PSP</li>
<li>Kenney (<a href="http://www.kenney.nl" title="kenney site">www.kenney.nl</a>), per aver fatto la grafica</li>
<li>Brunni, per la sua <a href="http://brunni.dev-fr.org/index.php?page=pspsoft_oslib" title="brunni site">OSLib</a></li>
<li>Tutto il gruppo di hacking PSP</li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/scognito.wordpress.com/42/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/scognito.wordpress.com/42/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scognito.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scognito.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scognito.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scognito.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scognito.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scognito.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scognito.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scognito.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scognito.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scognito.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scognito.wordpress.com&blog=1534429&post=42&subd=scognito&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://scognito.wordpress.com/2008/03/02/e-uscito-scogger-02-per-psp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Scognito</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/02/scogger-psp.png" medium="image">
			<media:title type="html">scogger 0.2 psp</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/02/scogger1.png" medium="image">
			<media:title type="html">Scogger, title screen</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/03/scoggerpsp1.png" medium="image">
			<media:title type="html">scogger psp</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/03/scoggerpsp2.png" medium="image">
			<media:title type="html">scogger psp</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/03/scoggerpsp3.png" medium="image">
			<media:title type="html">scogger psp</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/03/scoggerpsp4.png" medium="image">
			<media:title type="html">scogger psp</media:title>
		</media:content>
	</item>
		<item>
		<title>Scogger 0.2 DS is out!</title>
		<link>http://scognito.wordpress.com/2008/03/02/scogger-02-ds-is-out/</link>
		<comments>http://scognito.wordpress.com/2008/03/02/scogger-02-ds-is-out/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 10:12:54 +0000</pubDate>
		<dc:creator>scognito</dc:creator>
				<category><![CDATA[Nintendo DS]]></category>

		<guid isPermaLink="false">http://scognito.wordpress.com/?p=53</guid>
		<description><![CDATA[ 
This is the new version of Scogger!
Scogger is a simple puzzle game, released in occasion of the Annual drunkencoders christmas  game coding competion.
The goal of the game is to make the frog jump over all the tree trunks.

The only avaiable direction the frog can move are forward, left and right (no diagonals), with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scognito.wordpress.com&blog=1534429&post=53&subd=scognito&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p> <img src="http://scognito.drunkencoders.com/projects/images/scogger-cover.jpg" alt="scogger cover" height="373" width="420" /></p>
<p>This is the new version of Scogger!</p>
<p><a href="http://scognito.drunnkencoders.com/projects/scogger.php" title="scogger">Scogger</a> is a simple puzzle game, released in occasion of the <a href="http://www.drunkencoders.com/compo" title="drunkencoders competion 2007">Annual drunkencoders christmas  game coding competion</a>.</p>
<p>The goal of the game is to make the frog jump over all the tree trunks.</p>
<p><span id="more-53"></span></p>
<p>The only avaiable direction the frog can move are forward, left and right (no diagonals), with no jump distance limit!</p>
<p>Remember that the frog cannot jump backward, and pressing SELECT restart the level!</p>
<p>Clean the stage for going to the next level (they are 10) or press START to go to the next one.</p>
<p>This trick is only avaiable if you make the so called &#8220;<a href="http://www.google.com/search?q=konami+trick&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t" title="Konami Trick">konami trick</a>&#8221; (you know what is that, didn&#8217;t you?) at the titlescreen <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Thanks <a href="http://www.kenney.nl" title="Kenney">Kenney</a> for the graphics!</p>
<p>Other features:</p>
<ul>
<li>10 level of 100 different avaiable</li>
<li>Trial input (touchscreen, d-pad, nds motion)</li>
</ul>
<h1>New features (0.2):</h1>
<ul>
<li>Compiled against latest libnds / palib</li>
<li>Graphic improvements</li>
<li>New input method! (<a href="http://ndsmotion.com/" title="nds motion" target="_blank">NDS Motion</a>) &#8211; Enable it with R trigger</li>
<li>New sound effects and background music &#8211; Toggle music with L trigger</li>
</ul>
<h1>Download:</h1>
<p>Official page and download on my space on <a href="http://scognito.drunkencoders.com/projects/scogger.php" target="_blank" title="scogger page on drunkencoders">drunkencoders</a>.</p>
<h1> Screenshots:</h1>
<p><a href="http://scognito.files.wordpress.com/2008/01/scogger-1.jpg" title="Scogger, title screen"><img src="http://scognito.files.wordpress.com/2008/03/scogger1ds.jpg" alt="scogger ds" /></a></p>
<p><a href="http://scognito.files.wordpress.com/2008/01/scogger-2.jpg" title="Scogger, credit screen"><img src="http://scognito.files.wordpress.com/2008/01/scogger-2.jpg" alt="Scogger, credit screen" /></a></p>
<p><a href="http://scognito.files.wordpress.com/2008/01/scogger-6.jpg" title="scogger screenshot"><img src="http://scognito.files.wordpress.com/2008/03/scogger3ds.png" alt="scogger ds" /></a></p>
<p><a href="http://scognito.files.wordpress.com/2008/01/scogger-3.jpg" title="scogger screenshot"><img src="http://scognito.files.wordpress.com/2008/03/scogger4ds.png" alt="scogger ds" /></a></p>
<p><a href="http://scognito.files.wordpress.com/2008/01/scogger-4.jpg" title="scogger screenshot"><img src="http://scognito.files.wordpress.com/2008/03/scogger2ds.png" alt="scogger ds" /></a></p>
<p><a href="http://scognito.files.wordpress.com/2008/01/scogger-5.jpg" title="scogger screenshot"><img src="http://scognito.files.wordpress.com/2008/03/scogger5ds.png" alt="scogger ds" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/scognito.wordpress.com/53/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/scognito.wordpress.com/53/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scognito.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scognito.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scognito.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scognito.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scognito.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scognito.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scognito.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scognito.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scognito.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scognito.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scognito.wordpress.com&blog=1534429&post=53&subd=scognito&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://scognito.wordpress.com/2008/03/02/scogger-02-ds-is-out/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Scognito</media:title>
		</media:content>

		<media:content url="http://scognito.drunkencoders.com/projects/images/scogger-cover.jpg" medium="image">
			<media:title type="html">scogger cover</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/03/scogger1ds.jpg" medium="image">
			<media:title type="html">scogger ds</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/01/scogger-2.jpg" medium="image">
			<media:title type="html">Scogger, credit screen</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/03/scogger3ds.png" medium="image">
			<media:title type="html">scogger ds</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/03/scogger4ds.png" medium="image">
			<media:title type="html">scogger ds</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/03/scogger2ds.png" medium="image">
			<media:title type="html">scogger ds</media:title>
		</media:content>

		<media:content url="http://scognito.files.wordpress.com/2008/03/scogger5ds.png" medium="image">
			<media:title type="html">scogger ds</media:title>
		</media:content>
	</item>
	</channel>
</rss>