Here's a quick and dirty port of return to castle wolfenstein which
was just open sourced a few days ago.  It's i386 only right now due
to the codebase.

There's a few problems that I've noticed so far:

- the game uses oss for sound but it doesn't work for some reason.
  seems to be related to either DSP_CAP_TRIGGER or DSP_CAP_MMAP.
- performance is spotty.  it's either 4 or 40 fps on an atom 1.66ghz +
  intel 945. this game was released in late 2001 and the minimum
  requirements were 400mhz cpu + 16mb vram so i'd think it should be
  quite speedy on modernish budget hardware.
- the game crashes when you die.  it's probably something silly with
  dlopen()/dlclose() but i haven't looked at it yet.

Let me know if you notice anything else.

Attachment: rtcw.tar.gz
Description: Binary data

Reply via email to