this post was submitted on 23 Jan 2024
14 points (100.0% liked)

Windows 9X

263 readers
1 users here now

A place to discuss anything Windows 9X related. From Windows 95,98 to ME. From old games and software to new running on Win9X. We also allow source ports of games originally on Win9X.

::: spoiler Rules:

  1. Be Respectful
  2. All post must be about or directly related to 9X Gaming
  3. No Spamming, Harassing or violence
  4. No Illegal downloads and/or links. Abandonware IS allowed
  5. NSFW content should be tagged as such

founded 1 year ago
MODERATORS
 

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!

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 7 months ago

That's a cool project!