OpenWolf is an heavy updated id Tech 3 game engine. The project is a fork of ET:XreaL (ET:XreaL is a subproject bringing all XreaL enhancements to Return to Castle Wolfenstein: Enemy Territory) . This is just a hobby project and this is an effort to update the ET-Xreal mod with bug-fixes and some add modern conveniences.
This is merely an attempt to improve the engine and to bring it to some standards in the new millennium.
Source code available at GitHub is under the GPL v3 or later, binaries are distributed under the GPL v3.
Use cMake to generate your make or Visual Studio 2019 solution.
On initial run, cMake will show error where user need to choose name of the application, the application stage of development and the application version.
- Instructions are only for Ubuntu based distributions
- Open a terminal window and change to the directory containing this readme
- Install necessary libraries:
sudo apt install cmake-qt-guisudo apt install g++sudo apt install libsdl2-devsudo apt install libjpeg-turbo8-devsudo apt install libcurl4-openssl-devsudo apt install libpng-devsudo apt install libopenal-devsudo apt install libogg-devsudo apt install libvorbis-devsudo apt install libssl-devsudo apt install libncurses-devsudo apt install libbz2-devsudo apt install libgeoip-devsudo apt install mysql-clientsudo apt install libmysqlcient-devsudo apt install libfreetype-devsudo apt install gobjc++
- Generate
Unix makefile- NOTE: Only x64 build is supported.
- Switch to the your
builddirectory wheremakefile is located. - Run
make
- Download and install
Visual Studio 2019 Community buildfrom https://www.visualstudio.microsoft.com/downloads/ - Download and install
cMakefrom https://cmake.org/download/- Necessary libraries for the Windows building are already present in the
libsfolder in the repo
- Necessary libraries for the Windows building are already present in the
- Generate Visual Studio 16 2019 solution.
- NOTE: Only x64 build is supported.
- Switch to the your
builddirectory whereyourappfile is located. - Run
yourappvs solution - Press F5 to build it and that is all.
- 64-bit Linux distributions based on Ubuntu.
- 64-bit Windows 10.
Whole project inherited the license GNU GPL v3 from Wolfenstein: Enemy Territory and ET:Xreal mod.
- For full list of Credits
- For full list of Licenses
- For full list of Additional Licenses

