1
General Discussion / Re: Is anyone interested in a Wii port?
« on: December 13, 2018, 13:26:04 »
I actually worked on porting to the Wii shortly after I completed the Xbox port. You can find the Wii directory in the source code. It has a Makefile to build with DevKitPro. It works quite nicely with a pro controller or gamecube controller. The Wiimote works sort of. You can not turn fully with the wiimote. I added some code to initialize networking but I don't think it is functional. You can use a keyboard to try to connect to a server from the drop-down console but it does not connect. Music works if you have soundfonts installed correctly. I would have to look at my SD card to see exactly where they have to go. As for the launcher, the Xbox uses ag-odalaunch which is a libagar based GUI. It builds against the odalpapi networking code, just as odalaunch does, which means it does not need to change to support the current launcher protocol. libagar is SDL based, making it an easy target for game console use, but it provides widgets that are typical of desktop GUI toolkits. For that reason it is not the best choice for controller driven UI. Getting it running on the Wii is going to be the quickest approach to a working launcher though.
Here is the last build I made for the Wii: http://www.huntsvegas.org/files/Odamex-wii.rar
Here are the soundfonts and timidity configuration that works with it: http://www.huntsvegas.org/files/timidity-wii.rar
It should still work from the homebrew channel. Plug in a pro controller and you should be able to play fine with a nice framerate.
Here is the last build I made for the Wii: http://www.huntsvegas.org/files/Odamex-wii.rar
Here are the soundfonts and timidity configuration that works with it: http://www.huntsvegas.org/files/timidity-wii.rar
It should still work from the homebrew channel. Plug in a pro controller and you should be able to play fine with a nice framerate.