Skip to content

Releases: atsb/strife-the-order-edition

Strife: The Order Edition - 2.0.0 Released!

04 Feb 05:59
Compare
Choose a tag to compare

This is a rebuild of Strife: Veteran Edition version 1.3 (current github code).

Changes:

  1. Changed the name as Veteran Edition is trademarked
  2. Huge cleanups and unscrewing the projects so everyone can have a one-click-build without any setup
  3. Added and fixed the 64bit build
  4. Removed all Steam/GOG code relating to the Frontend Multiplayer Lobby and other updates within the tics that were calling things for achievements and stuff
  5. Removed Theora video playback (no more annoying videos when starting)

Both 32 and 64bit binaries have been tested and played on my machine.

Linux users: the binary was compiled on ZorinOS (Ubuntu LTS basically) and users MUST install the required dependencies. They are not packaged with the executable (this is bad practice on Linux).

You will need the -dev/-devel versions of SDL2, SDL2 Net, SDL2 Mixer, Vorbis, Ogg, libPNG and libtheora. While I have removed all Theora stuff, the library is still needed for now as a lot of code remains that requires it. This will be completely removed soon.

Advanced users: If you wish to compile yourself, use CMake or the Project files for MSVC.