From 8b2bd63a05cd7ec0a0fbab942b1ffd414b9f997d Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Mon, 2 Jun 2025 01:45:11 +0200 Subject: [PATCH] Use an EXE for setup instead of a powershell script The execution restrictions applied to powershell script are honestly so damn stupid, they're basically unusable if they're tainted with the mark of the web. --- guide.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide.php b/guide.php index e562031..165e530 100644 --- a/guide.php +++ b/guide.php @@ -37,8 +37,8 @@

Client Patch

In order to connect to custom servers, the client needs to be patched, which is what the Boostrapper is for. To set it up:

    -
  1. Download the bootstrapper setup script for Windows (Powershell) or for Linux-ish (Bash).
  2. -
  3. Put the script in the game's installation folder (the one where Warframe.x64.exe is in) and run it there.
  4. +
  5. Download the bootstrapper setup for Windows or for Linux-ish (Bash).
  6. +
  7. Put the setup in the game's installation folder (the one where Warframe.x64.exe is in) and run it there.

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.

The bootstrapper 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.