How to inject a Save Game in the Windows Store version
Here's how to use FluxDot's Save Game injector for the Windows Store version of DBD
This tutorial is for people who already know how to inject a save game and have Fiddler installed.
You simply have to copy and paste a few lines of code into fiddler.
In Fiddler you have to click on FiddlerScript and then Go to OnBeforeRequest.
Then you have to copy and paste these lines:
if (oSession.HostnameIs("steam.live.bhvrdbd.com")) {
oSession.hostname="grdk.live.bhvrdbd.com";
oSession.oRequest["x-kraken-client-platform"] = "grdk";
oSession.oRequest["x-kraken-client-provider"] = "grdk";
}
And press "Save Script"
After you have injected the save game you should remove the code.
That's it.
Proof: