Recent content by MintFerret

  1. MintFerret

    Homebrew Half-Life (Xash3D FWGS) - Wii port

    Thank you everyone for your interest, here's another update on the port I've been trying to get multiplayer working and only got it partially working. It can connect to other servers but as soon as it loads the level, it crashes due to some stack corruption. It didn't help that this issue only...
  2. MintFerret

    Homebrew Half-Life (Xash3D FWGS) - Wii port

    Maybe at some point. I don't know much about graphics programming to know where to begin to write a native renderer, so I'll stick with OpenGX till I sort that out. I had another project previous to this where I hit the same wall.
  3. MintFerret

    Homebrew Half-Life (Xash3D FWGS) - Wii port

    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...
  4. MintFerret

    Homebrew Half-Life (Xash3D FWGS) - Wii port

    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...