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
- Create Visual Studio project with native
assembly
code ofBlade.exe
. - Choose function/method which source code we want to reconstruct.
- Provide
C++
implementation of this function/method. - Remove
assembly
implementation of this function (usingprocess_asm.py
script).
- Provide
- Go to the next function/method.
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.