From c74b921431ff2ca6d3814797b8ceb435bd8e0f6e Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Wed, 21 May 2025 23:17:08 +0200 Subject: [PATCH] Update client guide for 38.6.0 --- guide.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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