From 2043b6181a485580b5fffad51ea1e59971fa6ba6 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Sat, 27 Sep 2025 13:59:15 +0200 Subject: [PATCH] Simplify bootstrapper setup The EXE is a bit useless given that sideloadify hasn't been needed for a while now and it may prevent people from properly preserving/archiving OpenWF. --- contribute.php | 5 +---- guide.php | 3 +-- old-versions.php | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/contribute.php b/contribute.php index 4b1d8ec..24f44e8 100644 --- a/contribute.php +++ b/contribute.php @@ -19,14 +19,11 @@
We are looking into IPFS for censorship-resistance. You could help the project out by pinning some things to your own node(s):
-ipfs pin add /ipfs/bafkreifedzhddsiz4tfxwkzuzu6722seqvzhp7fdxkvdd6ao3canjesydaAlso some of our more dynamic content, for which we recommend an hourly cronjob as IPNS names are resolved to their CID when pinning:
ipfs pin add /ipns/openwf.ioipfs pin add /ipns/sns.openwf.io (gitview)Note that IPNS names are resolved to their CID when pinning, so an hourly cronjob is recommended.
diff --git a/guide.php b/guide.php index d5afa28..df4a47c 100644 --- a/guide.php +++ b/guide.php @@ -36,8 +36,7 @@In order to connect to custom servers, the client needs to be patched, which is what the Boostrapper is for. To set it up:
WINEDLLOVERRIDE.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 " target="_blank">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.
diff --git a/old-versions.php b/old-versions.php index ee7749f..ad70e2c 100644 --- a/old-versions.php +++ b/old-versions.php @@ -34,7 +34,7 @@2025.03.18.09.51