From db5f3dd37f88deea5ba88a33598f92cc4765384f Mon Sep 17 00:00:00 2001
From: Sainan <63328889+Sainan@users.noreply.github.com>
Date: Wed, 21 May 2025 22:59:25 +0200
Subject: [PATCH] Note bootstrapper is no longer just targeting the latest
version
---
index.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.php b/index.php
index 24b30d3..d963647 100644
--- a/index.php
+++ b/index.php
@@ -11,7 +11,7 @@
OpenWF is a software suite centered around customizing Warframe, including:
- SpaceNinjaServer — an open-source reimplementation of the game's web services. As we have custom server software, OpenWF avoids interference with the live game while allowing full customization of savedata.
- - The Bootstrapper — our main DLL targeting the latest game version. Its core precept is connecting to custom servers, but it also has some QoL features and cheats as well as a scripting API, label replacements and metadata patches, allowing for extensive customization of the experience.
+ - The Bootstrapper — our main DLL patching the client to connect to custom servers, but for U38 and up, it also has some QoL features and cheats as well as a scripting API, label replacements and metadata patches, allowing for extensive customization of the experience.
Get Started
Preservation