<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Help me with finishing a port of Hexen to the Wii</title>
<description>I&#039;ve spent a couple of days porting Hexen over to the Wii. I&#039;m rather new to porting (though thanks to scanff, desmume, and supertux, I do have a handful of experience) and this is a fairly challenging port compared to what I&#039;ve already been exposed to (yes, I am saying that DeSmuME was more straightforward ;p ). I am stuck with some linker errors and hoping someone can help me to resolve them :)

I got the source from Hexen from here: http://www.libsdl.org/projects/hexen/

I also got the source to the NDS port of Hexen to give me a little inspiration along the way: http://gtamp.com/DS/dualhexen.php

Note that you will need SDL-Wii installed to be able to work on this.

In my attempt at porting the game I&#039;ve made very few changes to the original code aside from cutting out the use of the CD-Drive and a few optional libraries (this was also done in the NDS port). I changed the file paths so that hopefully loading the Hexen WAD and saving and loading the game should work when it compiles. I&#039;m not sure if it input will work right off the bat (probably not) but it shouldn&#039;t be too hard to fix at all once the WAD can be run. 

Once it actually loads and runs the Hexen WAD, I&#039;d like to open up a SVN to better maintain the project as well as optimize the code and add in other things to make this a very solid, complete port to Wii. All I really need is to get this compiling. Even if it won&#039;t run the WAD once it compiles, I&#039;m fairly certain I can handle finishing it from there (unless I&#039;ve done something seriously wrong - which is possible with this being a complex port and one of my very firsts).

Anyways, you can grab what I have so far and the shareware WAD here: http://www.mediafire.com/?94jfwr55yvfu23w

I&#039;ve always enjoyed Hexen and would be thrilled to be able to play it on the Wii as I&#039;m sure a ton of other people would be as well.

Lastly, if you want to get in contact privately you can PM me on the forums or e-mail me: castlevania7689@yahoo.com
You can also /msg Arikado on EFNET or freenode</description><link>http://forum.wiibrew.org/read.php?26,56919,56919#msg-56919</link><lastBuildDate>Tue, 19 May 2026 06:13:56 +0200</lastBuildDate>
<generator>Phorum 5.2.23</generator>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,59426#msg-59426</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,59426#msg-59426</link><description><![CDATA[ Thanks man]]></description>
<dc:creator>reroshaggy</dc:creator>
<category>Ideas, requests</category><pubDate>Thu, 16 Sep 2010 04:01:57 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,59422#msg-59422</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,59422#msg-59422</link><description><![CDATA[ Source has been out since before the projects were ever even released officially. See the checkout tab on the google code pages (browse would work too).<br /><br />Anyone who makes any progress with them will immediately be added as a member to the SVN if they wish.]]></description>
<dc:creator>Arikado</dc:creator>
<category>Ideas, requests</category><pubDate>Wed, 15 Sep 2010 22:41:31 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,59417#msg-59417</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,59417#msg-59417</link><description><![CDATA[ Sad to hear but I understand. Have you or could you release your source so people can work on things like the turning and so on. To me that&#039;s the only real issue with Heretic/Hexen not being able to turn and strafe.]]></description>
<dc:creator>reroshaggy</dc:creator>
<category>Ideas, requests</category><pubDate>Wed, 15 Sep 2010 21:14:29 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,59410#msg-59410</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,59410#msg-59410</link><description><![CDATA[ For the moment, Hexen, Heretic, and DOOM are all on the backburner while I work on my emulators. As far as I&#039;m concerned they are complete ports that work as well as they are ever going to without significant engine rewrite (which all of your suggestions above would force me to do). Not being lazy; They just don&#039;t interest me enough to continue to develop them right now.]]></description>
<dc:creator>Arikado</dc:creator>
<category>Ideas, requests</category><pubDate>Wed, 15 Sep 2010 17:54:02 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,59397#msg-59397</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,59397#msg-59397</link><description><![CDATA[ So Arikado how&#039;s the port coming along?]]></description>
<dc:creator>reroshaggy</dc:creator>
<category>Ideas, requests</category><pubDate>Wed, 15 Sep 2010 04:23:17 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,58476#msg-58476</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,58476#msg-58476</link><description><![CDATA[ Sorry for being a nuisance I&#039;m usually typing these from my cell on my third shift job. 5am get&#039;s very slow.<br /><br />7:57am Just thought of something... I&#039;m not sure if you can change turning rate on the fly seeing as there&#039;s no console in this game and it doesn&#039;t really have "out of the box" good pointer support. You may be able to do some sort of repetetive keystroke thing. example: within this x,y, -x, -y the turn key would press this many times a second until let go. If x, y, -x, -y, goes past that then the turn key would use it&#039;s default rate. idk maybe this sounds like gibberish but there&#039;s logic somewhere in there i&#039;m sure.<br /><br />BTW can&#039;t strafe and turn on my wii it stops moving altogether. :)]]></description>
<dc:creator>reroshaggy</dc:creator>
<category>Ideas, requests</category><pubDate>Mon, 30 Aug 2010 11:45:50 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,58475#msg-58475</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,58475#msg-58475</link><description><![CDATA[ You updated Hexen gj. Is there somewhere you would appreciate any bugs info for these ports I.e. code dumps, sound issues? Ilm full o questions today lol... how do you handle the wiipointer acceleration/deadzones? only reason i ask is i have been wanting to look into coding for the wii but I have been busy learning python and about 100 diff. Other things.<br />An excellent idea for aiming would be to somehow linearly interpolate some sort of bar graph to adjust the deadzones, no turning/minor turning rate/and full on turning. Kind of how my logitech mouse or wacom tab let&#039;s you adjust sensitivity. It would really add to the accuracy and polish of either port.<br /><br />I know it&#039;s a novel over here. Btw I understand the issues with the hd textures just throwing It out there. So to recap for the A.D.D. in all of us<br />1. You updated sweet.<br />2. If you want critiques or bug reports then where?<br />3. How did you code your wii pointer in relation to UDLR or mouse?<br />4. Would it be possible to adjust dead z&#039;s, minor turning and full turn speed using x, y, coordinates?]]></description>
<dc:creator>reroshaggy</dc:creator>
<category>Ideas, requests</category><pubDate>Mon, 30 Aug 2010 11:43:32 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,58470#msg-58470</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,58470#msg-58470</link><description><![CDATA[ ^^No sweat, though another idea crossed my mind in regards to a comment you made before. About getting heretic, and hexen working on Wiidoom. Seeing as Wiidoom is a source port of the Doom game engine you might be able to view the source code of yet another source port engine to see how it has been accomplished on that particular port, and you may be able to replicate that code in some fashion in your workings of Wiidoom. For one I recommend looking at Zdooms source code. Zdoom can make use of games that are based directly on the Doom game engine. Heretic and hexen are both covered by this, as is Strife. When I originally made my post requesting Zdoom, or GZdoom (or both) getting ports I thought of how much effort it would save by not trying to port each game individually, and figuring out code paths to make IWADS run properly, cause the code was just there waiting to be ported.<br /><br />Anyways the source code for Zdoom is in the following link: [<a href="http://zdoom.org/Download" rel="nofollow">zdoom.org</a>] Also you may want to think about possibly merging the two source engines. Zdoom basically is PRBoom, and then some with some other features not seen in PRBoom or other source ported engines. Also the base code of each is very similar to the other as the Doom game engine utilized mainly C or C++ programming languages. You couldnt exactly stray from them too much.<br /><br />Anyways hopefully you&#039;ll find something in that code to help you get an idea of how to make heretic and hexen functional with wiidoom.]]></description>
<dc:creator>nightwishfan1</dc:creator>
<category>Ideas, requests</category><pubDate>Mon, 30 Aug 2010 03:39:02 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,58378#msg-58378</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,58378#msg-58378</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>nightwishfan1</strong><br />Maybe add keyboards as a controller option? The game natively takes advantage of keyboards, and it would alleviate problems people have with adjusting to limited buttons that would require button combinations to do actions in game that normally would only require one button on the keyboard to pull off. This could be added to your Heretic port as well.</div></blockquote>
I personally can&#039;t do it because I don&#039;t own a USB keyboard to test this with. Sorry.]]></description>
<dc:creator>Arikado</dc:creator>
<category>Ideas, requests</category><pubDate>Sat, 28 Aug 2010 02:53:07 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,58372#msg-58372</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,58372#msg-58372</link><description><![CDATA[ Maybe add keyboards as a controller option? The game natively takes advantage of keyboards, and it would alleviate problems people have with adjusting to limited buttons that would require button combinations to do actions in game that normally would only require one button on the keyboard to pull off. This could be added to your Heretic port as well.]]></description>
<dc:creator>nightwishfan1</dc:creator>
<category>Ideas, requests</category><pubDate>Sat, 28 Aug 2010 02:36:47 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,58318#msg-58318</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,58318#msg-58318</link><description><![CDATA[ Got a lot of requests about hd texture. The engine I used doesn&#039;t support them and afaik the engines that do all use OpenGL to render them which the Wii does not support. In short: It would be really difficult (if not verging on impossible) to do it. I&#039;m personally not going to do it - sorry.]]></description>
<dc:creator>Arikado</dc:creator>
<category>Ideas, requests</category><pubDate>Fri, 27 Aug 2010 00:50:45 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,58266#msg-58266</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,58266#msg-58266</link><description><![CDATA[ Hey Arikado the Heretic ports coming along great GJ. Be the first to allow the hd texture .pk3&#039;s and i&#039;ll give ya a cookie lol.]]></description>
<dc:creator>reroshaggy</dc:creator>
<category>Ideas, requests</category><pubDate>Thu, 26 Aug 2010 07:18:47 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,57953#msg-57953</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,57953#msg-57953</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>reroshaggy</strong><br />So Arikado any way we can try out ur Heretic?</div></blockquote>
Euhm .... It&#039;s been out here [<a href="http://code.google.com/p/heretic-wii" rel="nofollow">code.google.com</a>] for almost a week now<br /><br />Also, I&#039;ll give your previous post a proper response later ...]]></description>
<dc:creator>Arikado</dc:creator>
<category>Ideas, requests</category><pubDate>Wed, 18 Aug 2010 14:40:21 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,57947#msg-57947</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,57947#msg-57947</link><description><![CDATA[ So Arikado any way we can try out ur Heretic?]]></description>
<dc:creator>reroshaggy</dc:creator>
<category>Ideas, requests</category><pubDate>Wed, 18 Aug 2010 05:28:23 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,57813#msg-57813</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,57813#msg-57813</link><description><![CDATA[ Definatly all that lol. I have been really trying to do a new project since my HL2 mod Belle Isle Asylum [<a href="http://www.moddb.com/mods/horror-stories-belleisle-asylum" rel="nofollow">www.moddb.com</a>] has gone into coma status.<br />If either of you would like to persue some sort of gui, hud or other re-texture of either game i&#039;d be willing to help out in that respect as i&#039;m a texture artist and modeler. I&#039;m also a musician with digital mixing, composing and mastering skills so even a song or two for your Customization of the ports i&#039;d do. There is out there a couple re-texture and 3d model versions of the game like done with shadow warrior so maybe someday that could be implemented<br /><br />I like seeing people keep these old games alive and these ports could end up on future console ports and i&#039;d like to be a part of that.<br />Unfortunatly i&#039;m not a coder yet, just learning python ATM.<br /><br />Lemme know my email is <a href="mailto:&#114;&#101;&#114;&#111;&#115;&#104;&#97;&#103;&#103;&#121;&#64;&#121;&#97;&#104;&#111;&#111;&#46;&#99;&#111;&#109;">&#114;&#101;&#114;&#111;&#115;&#104;&#97;&#103;&#103;&#121;&#64;&#121;&#97;&#104;&#111;&#111;&#46;&#99;&#111;&#109;</a><br />random gallery 1 [<a href="http://forums.3dtotal.com/album.php?albumid=870" rel="nofollow">forums.3dtotal.com</a>]<br />random gallery 2 [<a href="http://2k8brothergrimm.deviantart.com/gallery/" rel="nofollow">2k8brothergrimm.deviantart.com</a>]<br />I am taking some web development course to make a good web portfolio and add ALL my works to one site, there are plenty more than this.<br />Sorry if it&#039;s off topic but you did say HELP with hexen (or heretic) port.<br /><br />P.s. I think light corona&#039;s and particles are a big improvement in these games to look towards.]]></description>
<dc:creator>reroshaggy</dc:creator>
<category>Ideas, requests</category><pubDate>Mon, 16 Aug 2010 05:07:42 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,57712#msg-57712</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,57712#msg-57712</link><description><![CDATA[ Basically everything you said I was thinking too (right down to the aiming rant about Q2rev ;-) ). Unfortunately, a few of those complaints can also be applied to Heretic (like the input) since I used some of his code. However, I modified his video code a bit and I&#039;m using my own sound driver via SDL so I don&#039;t think there are any problems with my Heretic port beyond the controls (which I hope to correct very soon). Also, I haven&#039;t added cheats into Heretic yet, but I promise I&#039;ll use a much better cheat activation scheme when I do. Probably after Heretic looks and works really good I&#039;ll go back and start working on Hexen. I like Heretic a little more anyways ;P]]></description>
<dc:creator>Arikado</dc:creator>
<category>Ideas, requests</category><pubDate>Sat, 14 Aug 2010 22:28:14 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,57686#msg-57686</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,57686#msg-57686</link><description><![CDATA[ Oh thank you for saying it first Arikado. Now I&#039;m not saying that in time his port will not be perfect but at this time it&#039;s to me unplayable.<br />I know this isn&#039;t the right thread for it but list of issues are:<br />No wiimote pointer support..at all, it&#039;s like playing with nothing but the keyboard.<br />To activate anything you have to press B - hold it - then press A......doesn&#039;t work the other way around.<br />Graphics don&#039;t use any filtering so when you stretch this game that was probably intended for resolution 300 something on a tv it&#039;s unviewable.<br />Lastly the sound is clipped and fuzzy sounding.<br /><br />I know this is new and knowing him everything will be upto snuff but ATM i&#039;m dissapointed.<br />I hope if he ever does wiimote support he doesn&#039;t try and do the Q2, turn to a certain degree then have to press a button to hold the view while you swing back the other way...those of you who played it know.<br />Quake 1&#039;s aiming is perfect.<br /><br />I&#039;m gonna find if there&#039;s any forum of his to discuaa his project and the rest of my rants will be directed there :)<br /><br />Please keep up with yours and i&#039;ll be here with whatever help i can offer, also please try and be the first person to implement effects like lighting bloom and highres textures like most pc port lol]]></description>
<dc:creator>reroshaggy</dc:creator>
<category>Ideas, requests</category><pubDate>Sat, 14 Aug 2010 18:52:43 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,57611#msg-57611</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,57611#msg-57611</link><description><![CDATA[ Actually, by stealing some of his code, I have Heretic running on my Wii now xD<br /><br />Also, I finally tried out his Hexen port, and I can&#039;t stand the controls. So I was thinking of modifying it a bit and seeing if I could be a second author to the project. Or, like you said, maybe just finish my port since now I know where I went wrong.]]></description>
<dc:creator>Arikado</dc:creator>
<category>Ideas, requests</category><pubDate>Sat, 14 Aug 2010 03:27:37 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,57601#msg-57601</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,57601#msg-57601</link><description><![CDATA[ Wow how long has this been available for testing? i have been searching for ports of dos games to wii forever (I&#039;m a nostalgia slut). And this is Hermes (ios ninja)?<br /><br />Also you should keep going with your hexen as there&#039;s multiple quake and quake 2 ports and between them all there&#039;s almost a fully functional one XD not that they aren&#039;t all great but ones controls are better and the others graphics run smoother so what can you do lol.<br />Maybe you and Herme&#039;s can collab on one cohesive port.]]></description>
<dc:creator>reroshaggy</dc:creator>
<category>Ideas, requests</category><pubDate>Sat, 14 Aug 2010 01:55:18 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,57539#msg-57539</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,57539#msg-57539</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Arikado</strong><br />I (and I&#039;m sure everyone else) would greatly appreciate it if someone would add this to the wiibrew wiki btw ;-)</div></blockquote><br />Done (I think). It&#039;s my very first article so I really apreciate it if somebody could chek it out:<br /><br />[<a href="http://wiibrew.org/wiki/HHexen" rel="nofollow">wiibrew.org</a>]<br /><br />Thanks in advance.]]></description>
<dc:creator>realbrucest</dc:creator>
<category>Ideas, requests</category><pubDate>Fri, 13 Aug 2010 03:24:54 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,57528#msg-57528</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,57528#msg-57528</link><description><![CDATA[ It&#039;s interesting he used HHexen as a base. I was actually using the pure Hexen base but used the WAD function calls of HHexen. I probably should&#039;ve just swapped bases and maybe that would have solved my problem xD<br /><br />As far as I can tell, none of my code is in there. So kudos to Hermes (I wonder if his build supports shareware and full ware Hexen as well as the HEXDD expansion?). I&#039;m personally thrilled that someone accomplished this! I (and I&#039;m sure everyone else) would greatly appreciate it if someone would add this to the wiibrew wiki btw ;-)]]></description>
<dc:creator>Arikado</dc:creator>
<category>Ideas, requests</category><pubDate>Thu, 12 Aug 2010 22:07:57 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,57520#msg-57520</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,57520#msg-57520</link><description><![CDATA[ Brand new from Hermes:<br /><br /><blockquote class="bbcode"><div><small>Quote<br /></small><strong>Hermes</strong><br />HHexen for Wii by Hermes / www.elotrolado.net (based in HHexen 1.6.1)<br />----------------------------------------------------------------------<br /><br />Preparation<br />-----------<br /><br />- Copy hexen.wad (shareware or otherwise) in apps/HHexenen<br /><br />- Copy the folder &#039;apps&#039; on SD<br /><br />- NOTE: HHexen needs space in the SD to write files during the game.<br /><br />Beginning<br />---------<br /><br />- Uses Wiimote and Nunchuk<br /><br />- Press button &#039;2&#039; to see the wiimote+nunchuk aid option at any time<br /><br />Hexen Menu<br />----------<br /><br />- Press &#039;HOME&#039; to enter in the menu<br /><br />- Use the analog stick (nunchuk) to move on options<br /><br />- Hold &#039;B&#039; and press &#039;A&#039; to select in menu<br /><br />Playing<br />-------<br /><br />- Use the analog stick (nunchuk) to move in the game<br /><br />- Press &#039;B&#039; to fire<br /><br />- Press &#039;A&#039; (double-click) to open doors, etc.<br /><br />- Press &#039;C&#039; to jump (used also for special option Fly)<br /><br />- Press &#039;Z&#039; to run (used also for special option Weapon)<br /><br />- Press &#039;MINUS / PLUS&#039; to select ITEMS<br /><br />- Hold &#039;B&#039; and press &#039;A&#039; to use ITEM<br /><br />- Use Wiimote &#039;LEFT / RIGHT&#039; to move laterally<br /><br />- Use Wiimote &#039;UP / DOWN&#039; to watch<br /><br />- Press &#039;1&#039; to see map<br /><br />- Press &#039;2&#039; to display wiimote+nunchuk aid option<br /><br />Select Weapon<br />----------------<br /><br />- Hold &#039;Z&#039; and click on Wiimote &#039;LEFT&#039; = 1, &#039;UP&#039; = 2, &#039;RIGHT&#039; = 3, &#039;DOWN&#039; = 4<br /><br />Fly<br />-----<br /><br />- Hold &#039;C&#039; and click on Wiimote &#039;UP /DOWN&#039; for flying or &#039;A&#039; to cancel<br /><br />Cheats<br />------<br /><br />- Press &#039;2&#039; to display wiimote+nunchuk aid option<br /><br />- Press &#039;B&#039; 5 times until the background color changes<br /><br />- Hold &#039;B&#039; and press &#039;A&#039; for All Weapons<br /><br />- Hold &#039;B&#039; and press &#039;MINUS&#039; for Full Health<br /><br />- Hold &#039;B&#039; and press &#039;PLUS&#039; for God Mode<br /><br />- Hold &#039;B&#039; and press &#039;1&#039; for obtain All Keys<br /><br />- Hold &#039;B&#039; and press &#039;2&#039; for obtain All Artifacts</div></blockquote><br />Download link (source code is included):<br />[<a href="http://mods.elotrolado.net/~hermes/wii/hhexen_wii_1.0.rar" rel="nofollow">mods.elotrolado.net</a>]]]></description>
<dc:creator>realbrucest</dc:creator>
<category>Ideas, requests</category><pubDate>Thu, 12 Aug 2010 21:38:05 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,57272#msg-57272</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,57272#msg-57272</link><description><![CDATA[ Thanks reroshaggy, I appreciate the support.<br /><br />I&#039;ve cleaned up the source a bit more and added more debugging info and incorporated a few suggestions from friends. Unfortunately though, I&#039;m really not much farther along from where I was when I began this thread. With that in mind, I truly feel that I&#039;ve taken this project as far is it can go now without some help from someone. Sorry, I&#039;m not usually one to abandon projects in this fashion but I&#039;ve spent several days working on this and I&#039;m truly stumped.<br /><br />Build 5:<br />[<a href="http://www.mediafire.com/?2kv40zv08jz2zge" rel="nofollow">www.mediafire.com</a>]]]></description>
<dc:creator>Arikado</dc:creator>
<category>Ideas, requests</category><pubDate>Sat, 07 Aug 2010 18:20:07 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,57233#msg-57233</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,57233#msg-57233</link><description><![CDATA[ Good luck as I would love this (And a Zdoom - esque port). Isn&#039;t the wiidoom port based off of PrBoom? I only mention this because maybe to ease workflow you could ask those devs if they have any ideas. Just putting my two cents in sorry it wasn&#039;t what you were looking for but i thought the encouragment would help :)<br /><br />I can&#039;t believe we don&#039;t have Blood, Strife and duke nukem ports yet :(<br />These games were made to be played ALA Call of duty: Modern warfare with the wiimotes.<br /><br />Good Luck]]></description>
<dc:creator>reroshaggy</dc:creator>
<category>Ideas, requests</category><pubDate>Thu, 05 Aug 2010 05:33:43 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,57183#msg-57183</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,57183#msg-57183</link><description><![CDATA[ Thanks ekeeke!<br /><br />Going off of your suggestion, I updated my w_wad.c file to the following: [<a href="http://pastie.org/private/msqzdbriwxuloxsadc7cba" rel="nofollow">pastie.org</a>]<br /><br />Not it actually detects an IWAD ID in the WAD header.<br /><br />My current problem with the file is that lump_p-&gt;name in W_CheckNumForName() is complete garbage and isn&#039;t anything close to it&#039;s parameter name that is trying to find in the WAD.<br /><br />I would greatly appreciate any suggestions you may have. Hopefully, everything should be smooth sailing (or maybe even completely working) after this is resolved :)]]></description>
<dc:creator>Arikado</dc:creator>
<category>Ideas, requests</category><pubDate>Tue, 03 Aug 2010 23:36:20 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,57165#msg-57165</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,57165#msg-57165</link><description><![CDATA[ One of the first thing to take care when you port some existing code is the endianness. If the information in files header (id for example) is larger than one byte , you might need to do some byte swapping first.]]></description>
<dc:creator>ekeeke</dc:creator>
<category>Ideas, requests</category><pubDate>Tue, 03 Aug 2010 09:01:01 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,57128#msg-57128</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,57128#msg-57128</link><description><![CDATA[ So I&#039;ve written in some proper debugging code now and my USB Gecko gives me this output:<br /><pre class="bbcode">
USB Gecko Initialized
FAT Initialized
SDL Initialized
SDL screen set-up
Global pointer values set
V_Init: allocate screens.
M_LoadDefaults: Load system defaults.
Create Savegame path
Checking to see if HEXEN.WAD exists on SD ...
sd:/HEXEN.WAD found.
W_Init: Init WADfiles.
Wad file sd:/HEXEN.WAD doesn&#039;t have IWAD or PWAD id
W_InitMultipleFiles: no files found
Z_Init: Init zone memory allocation daemon.
MN_Init: Init menu system.
W_GetNumForName: FONTA_S not found!
W_GetNumForName: FONTAY_S not found!
W_GetNumForName: FONTB_S not found!
W_GetNumForName: FBULA0 not found!
CT_Init: Init chat mode data.
W_GetNumForName: FONTA_S not found!
S_InitScript
W_GetNumForName: sndinfo not found!
W_CacheLumpNum: -1 &gt;= numlumps</pre><br />So basically, even though the file exists, it&#039;s not initializing it properly. My best guess at this point is to apply some sort of offset when opening the WAD file in W_AddFile(). Thats what the DS and iPhone ports do. I also looked at WiiDOOMs WAD code and it&#039;s completely different (of course, it&#039;s not based on the native DOOM engine) and doesn&#039;t seem applicable to this engine.<br /><br />Any ideas would be greatly appreciated.<br /><br />Here&#039;s the latest build for anyone who wants it: [<a href="http://www.mediafire.com/?s7l9szlilpdv8p9" rel="nofollow">www.mediafire.com</a>]]]></description>
<dc:creator>Arikado</dc:creator>
<category>Ideas, requests</category><pubDate>Mon, 02 Aug 2010 18:17:55 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,57042#msg-57042</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,57042#msg-57042</link><description><![CDATA[ I actually made a bunch of more changes because I ended up having some more time :P I imported in my usb gecko drivers and fixed up the sdl stuff. Now the problem lies in the W_AddFile function it seems. I&#039;m literally running out the door as I write this, so I&#039;ll upload my next build with an edit to this post when I get home from my job.<br /><br />Edit: [<a href="http://www.mediafire.com/?3tuqkx2s9btl065" rel="nofollow">www.mediafire.com</a>]]]></description>
<dc:creator>Arikado</dc:creator>
<category>Ideas, requests</category><pubDate>Sat, 31 Jul 2010 21:44:09 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,57040#msg-57040</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,57040#msg-57040</link><description><![CDATA[ I got through half of the linking errors, but I see that you don&#039;t need me for that anymore. I&#039;ll try to help. Can&#039;t promise anything, though.<br /><br />Edit: ...Wow that is different.]]></description>
<dc:creator>dancinninja</dc:creator>
<category>Ideas, requests</category><pubDate>Sat, 31 Jul 2010 21:19:50 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?26,56919,57031#msg-57031</guid>
<title>Re: Help me with finishing a port of Hexen to the Wii</title><link>http://forum.wiibrew.org/read.php?26,56919,57031#msg-57031</link><description><![CDATA[ I finally had time to continue working on this today (still no responses from anyone btw).<br /><br />I painstakingly took care of all the linking errors using the NDS and iPhone ports of Hexen for a little bit of inspiration to properly build the project. I had to make some major source changes in a few areas but I&#039;m pretty sure I&#039;m on the right track.<br /><br />Now the program compiles. When I run it (using the full WAD, I haven&#039;t had time to test the shareware) I see something flash in the upper left hand corner of the screen and then the Wii freezes. My best guess is that the problem lies in the SDL initialization (It&#039;s very different from what was done on my other SDL port projects).<br /><br />Unfortunately, I won&#039;t have any time to play around with this for the next couple days. However, if anyone else wants to, you can grab my latest build here: [<a href="http://www.mediafire.com/?c51xekzfw7q8s04" rel="nofollow">www.mediafire.com</a>]<br /><br />As always, drop me a line if you make some progress.]]></description>
<dc:creator>Arikado</dc:creator>
<category>Ideas, requests</category><pubDate>Sat, 31 Jul 2010 19:03:27 +0200</pubDate></item>
</channel>
</rss>