BldMystery
Severance: Blade of Darkness source code recovery
Install / Use
/learn @smartblade/BldMysteryREADME
Mystery of Blade
Mystery of Blade is a project containing decompiled source code of Severance: Blade of Darkness game.
Target version
The target is classic (not Steam) version released at 2001 with patch v1.01 installed.
Purpose
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.
Status
Fully recovered binaries
Bladex.dllNetblade/Netblade.dllnetgame.dllRaster.dll
Partially recovered binaries
Blade.exerOpenGL.dll
Method
- Create Visual Studio project with native
assemblycode ofBlade.exe. - Choose function/method which source code we want to reconstruct.
- Provide
C++implementation of this function/method. - Remove
assemblyimplementation of this function (usingprocess_asm.pyscript).
- Provide
- Go to the next function/method.
So we have consistent project at each stage.
Contributing
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.
