Homebrew Half-Life (Xash3D FWGS) - Wii port

MintFerret

New Member
Newbie
Joined
May 27, 2026
Messages
2
Reaction score
11
Trophies
0
Location
Managua
XP
42
Country
Nicaragua
I wanted to post this when this port was stable enough to release, but thought I would share this before someone keeps asking for this.

So a couple months ago, I started porting Xash3D to the Wii. I figured that with the engine now having big endian support and the Wii having SDL2 and an OpenGL wrapper, it should be easier to port it than what the previous attempt had to work with. I still had to patch some stuff (using the Dreamcast port as reference) in order to statically link the game's libraries, as libogc doesn't have any form of dll loading. Other than that, most stuff is already working out of the box, but there's still lots to be done.

To-do list:
  • Fix saving and loading save files (mostly loading in general)
  • Network support
  • Hardware acceleration via OpenGX
  • Wiimote + Nunchuck support (with QuakeGX aiming)


Screenshots below are running in software rendering, as compiling the engine with opengx makes the binary too big to fit into memory
 

Attachments

  • Screenshot 2026-06-14 7.54.50 AM.png
    Screenshot 2026-06-14 7.54.50 AM.png
    220.8 KB · Views: 3
  • Screenshot 2026-06-13 10.07.56 PM.png
    Screenshot 2026-06-13 10.07.56 PM.png
    465 KB · Views: 1
Always test on hardware first, and emulator second. Also OpenGX can be pretty heavy on Wii's memory and CPU sadly. It's a good band-aid 'till you can get the native GX rendering up and running. However, best of luck!
 
  • Like
Reactions: Disorarara
Always test on hardware first, and emulator second
I always do, I first run the emulator slow enough to get the debugger to work, and then test it on my Wii afterwards.

OpenGX can be pretty heavy on Wii's memory and CPU sadly. It's a good band-aid 'till you can get the native GX rendering up and running
Even without hardware rendering, the performance doesn't seem too bad. I haven't tested it with OpenGX, but I imagine once I get it to work I won't have to worry about making a native renderer for the time being

Here's the full intro running in software rendering now that I fixed some parts of the filesystem
 
I always do, I first run the emulator slow enough to get the debugger to work, and then test it on my Wii afterwards.


Even without hardware rendering, the performance doesn't seem too bad. I haven't tested it with OpenGX, but I imagine once I get it to work I won't have to worry about making a native renderer for the time being

Here's the full intro running in software rendering now that I fixed some parts of the filesystem

That's not too bad at all!

Also, the OpenGX rendering is good at first, but Native GX calls are just overall better. You gain sooo much performance off that.
 

Site & Scene News

Popular threads in this forum