Severance: Blade of Darkness source code recovery
Mystery of Blade
is a project containing decompiled source code of Severance: Blade of Darkness
game.
The target is classic (not Steam) version released at 2001 with patch v1.01 installed.
The goal of this project is making the source code of the game open to the
community. The code should be as close as possible to original game (with same
bugs and limitations). There is another
project for bug fixes based on this
repository.
Bladex.dll
Netblade/Netblade.dll
netgame.dll
Raster.dll
Blade.exe
rOpenGL.dll
assembly
code of Blade.exe
.C++
implementation of this function/method.assembly
implementation of this function (using process_asm.py
script).So we have consistent project at each stage.
There are still a lot of unrecovered functions. So any contribution is welcome.
Just choose a function/class method, reconstruct its source code and send pull
request to this repository. Provided implementation should be as close as
possible to original binary.