<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>FreedroidRPG</title>
<description> Hello,

I am one of the people working on the latest iterations of FreedroidRPG, an open source isometric Diablo-like RPG (our most recent release version was 0.14.1 last November). We have versions available for Linux and Windows (development tests here), and some people have mentioned that they would like to see this on the Wii.

I have been working on a series of patches to add Gamepad/Joystick support to the game before our next release, but beyond that I don&amp;#039;t know what would be needed, and like most of the developers, I don&amp;#039;t actually have a Wii, so I can&amp;#039;t test things out. I don&amp;#039;t think it would be that hard?

I thought that someone here might like to try it out? Maybe?


About the game internals:
For graphics and input we use the Open GL/SDL libraries with most the the engine written in C. Dialogs and events are written in Lua.

About our development process:
We have an IRC chatroom (#freedroid on irc.freenode.net ), mailing list (&amp;#102;&amp;#114;&amp;#101;&amp;#101;&amp;#100;&amp;#114;&amp;#111;&amp;#105;&amp;#100;&amp;#45;&amp;#100;&amp;#105;&amp;#115;&amp;#99;&amp;#117;&amp;#115;&amp;#115;&amp;#105;&amp;#111;&amp;#110;&amp;#64;&amp;#108;&amp;#105;&amp;#115;&amp;#116;&amp;#115;&amp;#46;&amp;#115;&amp;#111;&amp;#117;&amp;#114;&amp;#99;&amp;#101;&amp;#102;&amp;#111;&amp;#114;&amp;#103;&amp;#101;&amp;#46;&amp;#110;&amp;#101;&amp;#116;), and bug tracker for discussing bugs and features.

Our development code repository: svn co [freedroid.svn.sourceforge.net] freedroid

To get included, we submit patches to the review board, after which they meet the admins&amp;#039; approval, they are uploaded to the Sourceforge repository.

There also is a mostly-separate group working on translations, although we don&amp;#039;t currently have them in the game.</description><link>http://forum.wiibrew.org/read.php?26,64887,64887#msg-64887</link><lastBuildDate>Thu, 13 Aug 2026 02:39:12 +0200</lastBuildDate>
<generator>Phorum 5.2.23</generator>
<item>
<guid>http://forum.wiibrew.org/read.php?26,64887,64893#msg-64893</guid>
<title>Re: FreedroidRPG</title><link>http://forum.wiibrew.org/read.php?26,64887,64893#msg-64893</link><description><![CDATA[ You could cut 50% of the texture memory use by using 16bit textures, but low memory usage is something you need to add from the start I guess. I&#039;m also running into problems with The Prophecy, and that&#039;s just a platform game, designed for the Wii from the start.]]></description>
<dc:creator>Daid</dc:creator>
<category>Ideas, requests</category><pubDate>Wed, 23 Feb 2011 19:49:40 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,64887,64892#msg-64892</guid>
<title>Re: FreedroidRPG</title><link>http://forum.wiibrew.org/read.php?26,64887,64892#msg-64892</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Daid</strong><br />And then there are memory constrains, you only have something around 80MB of memory to work with on the Wii, this includes everything including textures in memory.</div></blockquote><br />That seems like it would be a major problem. A short playtest indicates we use significantly more memory than that (~250 Mb, perhaps much more with longer games, it jumps up with each new level?). I don&#039;t think we could make that much up via code optimization.<br /><br />So I think that probably answers the question: it is probably not possible to get this running on the Wii without significant cuts. I don&#039;t think the development group is really interested in doing that right now, as we are adding textures and other things to flesh out the game a bit more. Oh well.<br /><br />Thanks for such rapid responses!]]></description>
<dc:creator>salimiles</dc:creator>
<category>Ideas, requests</category><pubDate>Wed, 23 Feb 2011 19:09:16 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,64887,64891#msg-64891</guid>
<title>Re: FreedroidRPG</title><link>http://forum.wiibrew.org/read.php?26,64887,64891#msg-64891</link><description><![CDATA[ For SDL, just assume the libraries are there.<br />For the audio, you can resample in code, at runtime. I do so in GuitarsOnFire, it&#039;s not perfect for sound quality, but it works.<br />For video, I mean, graphics, everything you draw with OpenGL/SDL might need to be looked at.<br /><br />I&#039;m not going to port this (no time) but the person that does will need a Wii to test on.<br /><br />And then there are memory constrains, you only have something around 80MB of memory to work with on the Wii, this includes everything including textures in memory.]]></description>
<dc:creator>Daid</dc:creator>
<category>Ideas, requests</category><pubDate>Wed, 23 Feb 2011 18:27:16 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,64887,64890#msg-64890</guid>
<title>Re: FreedroidRPG</title><link>http://forum.wiibrew.org/read.php?26,64887,64890#msg-64890</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Daid</strong><br />The hardest parts are video and audio. SDL is ported, but SDL on the Wii does not always acts the same as SDL on the PC. Audio does only 32kHz or 48kHz for example.</div></blockquote><br />We don&#039;t currently have any pre-rendered videos, so does this mean video shouldn&#039;t be a problem?<br /><br />As for audio, it looks like all of our audio files (in <a href="http://freedroid.svn.sourceforge.net/viewvc/freedroid/sound/" rel="nofollow">sound/</a>) are .ogg files sampled at 44kHz. Does this mean that we should re-sample at either one of those bit rates? Beyond resampling is there anything else that is needed?<br /><br /><br /><blockquote class="bbcode"><div><small>Quote<br /></small><strong>tueidj</strong><br />modifying SDL-wii to support using the nunchuk stick to control the mouse pointer</div></blockquote><br />In my main proposed <a href="http://rb.freedroid.org/r/908/diff/" rel="nofollow">gamepad patch</a> I map the Wii D-pad (joystick hat) to act like a joystick (like my Logitech D-pad).<br /><br />As for modifying/including SDL-wii, how do I do this? Currently I guess we assume that SDL comes with the system in it&#039;s own package, e.g. <a href="http://ubuntuforums.org/showthread.php?p=6127097#post6127097" rel="nofollow">Ubuntu installation instructions</a>.]]></description>
<dc:creator>salimiles</dc:creator>
<category>Ideas, requests</category><pubDate>Wed, 23 Feb 2011 18:08:52 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,64887,64889#msg-64889</guid>
<title>Re: FreedroidRPG</title><link>http://forum.wiibrew.org/read.php?26,64887,64889#msg-64889</link><description><![CDATA[ To be honest using the wiimote as a mouse kinda sucks when it comes to fine pointer control (it has a habit of jerking when pressing buttons), I&#039;d advise modifying SDL-wii to support using the nunchuk stick to control the mouse pointer.]]></description>
<dc:creator>tueidj</dc:creator>
<category>Ideas, requests</category><pubDate>Wed, 23 Feb 2011 16:51:22 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,64887,64888#msg-64888</guid>
<title>Re: FreedroidRPG</title><link>http://forum.wiibrew.org/read.php?26,64887,64888#msg-64888</link><description><![CDATA[ I took a quick look in the source, and it doesn&#039;t look that hard to port. You don&#039;t really need gamepad/joystick support, as you can use the wiimote as mouse cursor.<br /><br />The hardest parts are video and audio. SDL is ported, but SDL on the Wii does not always acts the same as SDL on the PC. Audio does only 32kHz or 48kHz for example.]]></description>
<dc:creator>Daid</dc:creator>
<category>Ideas, requests</category><pubDate>Wed, 23 Feb 2011 10:09:39 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,64887,64887#msg-64887</guid>
<title>FreedroidRPG</title><link>http://forum.wiibrew.org/read.php?26,64887,64887#msg-64887</link><description><![CDATA[ Hello,<br /><br />I am one of the people working on the latest iterations of <a href="http://www.freedroid.org" rel="nofollow">FreedroidRPG</a>, an open source isometric Diablo-like RPG (our most recent release version was <a href="https://sourceforge.net/projects/freedroid/files/freedroidRPG/freedroidRPG-0.14/" rel="nofollow">0.14.1</a> last November). We have versions available for Linux and Windows (development tests <a href="http://buildbot.freedroid.org/waterfall" rel="nofollow">here</a>), and some people have mentioned that they would like to see this on the Wii.<br /><br />I have been working on a series of patches to add Gamepad/Joystick support to the game before our next release, but beyond that I don&#039;t know what would be needed, and like most of the developers, I don&#039;t actually have a Wii, so I can&#039;t test things out. I don&#039;t think it would be that hard?<br /><br />I thought that someone here might like to try it out? Maybe?<br /><br /><br /><b>About the game internals:</b><br />For graphics and input we use the Open GL/SDL libraries with most the the engine written in C. Dialogs and events are written in Lua.<br /><br /><b>About our development process:</b><br />We have an IRC chatroom (#freedroid on irc.freenode.net ), mailing list (<a href="mailto:&#102;&#114;&#101;&#101;&#100;&#114;&#111;&#105;&#100;&#45;&#100;&#105;&#115;&#99;&#117;&#115;&#115;&#105;&#111;&#110;&#64;&#108;&#105;&#115;&#116;&#115;&#46;&#115;&#111;&#117;&#114;&#99;&#101;&#102;&#111;&#114;&#103;&#101;&#46;&#110;&#101;&#116;">&#102;&#114;&#101;&#101;&#100;&#114;&#111;&#105;&#100;&#45;&#100;&#105;&#115;&#99;&#117;&#115;&#115;&#105;&#111;&#110;&#64;&#108;&#105;&#115;&#116;&#115;&#46;&#115;&#111;&#117;&#114;&#99;&#101;&#102;&#111;&#114;&#103;&#101;&#46;&#110;&#101;&#116;</a>), and <a href="https://sourceforge.net/tracker/?group_id=54521&atid=474016" rel="nofollow">bug tracker</a> for discussing bugs and features.<br /><br />Our development code repository: svn co [<a href="https://freedroid.svn.sourceforge.net/svnroot/freedroid" rel="nofollow">freedroid.svn.sourceforge.net</a>] freedroid<br /><br />To get included, we submit patches to <a href="http://rb.freedroid.org" rel="nofollow">the review board</a>, after which they meet the admins&#039; approval, they are uploaded to the Sourceforge repository.<br /><br />There also is a mostly-separate group working on <a href="http://www.transifex.net/projects/p/freedroid-rpg/" rel="nofollow">translations</a>, although we don&#039;t currently have them in the game.]]></description>
<dc:creator>salimiles</dc:creator>
<category>Ideas, requests</category><pubDate>Wed, 23 Feb 2011 08:14:50 +0100</pubDate></item>
</channel>
</rss>