diff --git a/guide.php b/guide.php index d9cb31e..4a3134e 100644 --- a/guide.php +++ b/guide.php @@ -12,14 +12,15 @@ $version = ""; //json_decode(file_get_contents("supplementals/static data/buildC
-

Client/Boostrapper

-

To use OpenWF, you only need to download the dwmapi.dll and put it in your game's installation folder (the one where Warframe.x64.exe is in).

+

Client Patch

+

In order to connect to custom servers, the client needs to be patched. We will use the Boostrapper for this.

-

The DLL is fully documented here, but the most important point is that, while the game is running, you can visit http://localhost:6155/ to manage options, cheats, and scripts.

-

Next steps: By default, the DLL redirects requests to localhost — meaning the same machine you're playing on — so you'll either need to set up a server or change the server_host to point to a different machine that's already got a server running.

+

With that done, you can double-click Warframe.x64.exe to start the game with OpenWF. Opening the game's launcher will revert it back to normal.

+ +

Server Prerequisites