cross-posted from: https://lemmy.world/post/11057131

Surreal Engine is an ongoing project to reimplement UE1, mainly focused on Unreal Tournament v436 and Unreal Gold v226 at the moment.

This one has been discussed in the other linux_gaming community before, more than two years ago. Since then there were numerous improvements:

  • It can now run UT99 maps and Unreal Gold botmatch maps (whereas it was limited to only UT before), and boot up onto the intro flyby of Deus Ex.
  • Colission handling is much better (but not perfect yet).
  • Can utilize SDL2 on Linux for windowing and native Wayland support (previously it’d use pure X11, and actually still does if you don’t have SDL2 installed).
  • The menus mostly work now.
  • Initial works for the AI (they will move around sometimes, and retaliate if attacked).
  • Game detection system based on the SHA1 sum of the game executable. This allows us to detect many versions of UT and U1/UGold, as well as Deus Ex, Klingon Honor Guard, NERF Arena Blast, and more!
  • A launcher has been added to select the game you want to play on startup. And lots of other improvements!

There is still a lot of work to do to implement everything though, and contributions are always welcome!