From d1e4fce270d922722b18fc0d6fb9401d55739329 Mon Sep 17 00:00:00 2001
From: Sainan <63328889+Sainan@users.noreply.github.com>
Date: Sat, 19 Apr 2025 20:21:20 +0200
Subject: [PATCH 1/2] Fix inconsistency
---
bootstrapper-manual.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bootstrapper-manual.html b/bootstrapper-manual.html
index 770a46f..45be8f1 100644
--- a/bootstrapper-manual.html
+++ b/bootstrapper-manual.html
@@ -104,9 +104,9 @@
dont_resolve_labels
— If true, shows language tags instead of their associated value, e.g. /Menu/Confirm_Item_Yes
instead of YES
.
save_all_metadata
— If true, implicitly creates an empty patch on every metadata read to make it available for get_effective_metadata requests. May degrade performance.
write_all_metadata_reads_to_console
— If true, writes all metadata reads to the console. May degrade performance.
- write_all_metadata_reads_to_ee_log
— If true, write all metadata reads to EE.log. May degrade performance.
+ write_all_metadata_reads_to_ee_log
— If true, writes all metadata reads to EE.log. May degrade performance.
write_patches_metadata_reads_to_console
— If true, writes patched metadata reads to the console. May degrade performance.
- write_patches_metadata_reads_to_ee_log
— If true, write patched metadata reads to EE.log. May degrade performance.
+ write_patches_metadata_reads_to_ee_log
— If true, writes patched metadata reads to EE.log. May degrade performance.
HTTP Interface
While the game is running, the you can visit http://localhost:6155/ to modify some of the above options, access additional features like teleportation, and use scripts.
From fd9b2b68ca44f53a0e05166bed037924b8bb101f Mon Sep 17 00:00:00 2001
From: Animan8000
Date: Sun, 20 Apr 2025 17:13:25 -0700
Subject: [PATCH 2/2] Removing the mention of the old localhost port and
updated to the new one (#7)
Reviewed-on: https://onlyg.it/OpenWF/Website/pulls/7
Co-authored-by: Animan8000
Co-committed-by: Animan8000
---
_lang/de.json | 2 +-
_lang/en.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_lang/de.json b/_lang/de.json
index 6ee3553..158576e 100644
--- a/_lang/de.json
+++ b/_lang/de.json
@@ -15,7 +15,7 @@
"setup.c.simple": "[UNTRANSLATED] To use OpenWF, you only need to download the |DLL| and put it in your game's installation folder (the one where Warframe.x64.exe is in).",
"setup.c.dblclk": "[UNTRANSLATED] As long as this DLL is in the game folder, you can double-click Warframe.x64.exe to start the game with OpenWF.",
"setup.c.laurvt": "[UNTRANSLATED] Opening the game's launcher will revert it back to normal.",
- "setup.c.docshttp": "[UNTRANSLATED] The DLL is fully documented here, but the most important point is that, while the game is running, you can visit http://localhost:61558/ to manage options, cheats, and scripts.",
+ "setup.c.docshttp": "[UNTRANSLATED] 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.",
"setup.c.next": "[UNTRANSLATED] 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.",
"setup.s.prereq": "[UNTRANSLATED] Server Prerequisites",
"download": "[UNTRANSLATED] Download",
diff --git a/_lang/en.json b/_lang/en.json
index 509bf2f..80d2155 100644
--- a/_lang/en.json
+++ b/_lang/en.json
@@ -15,7 +15,7 @@
"setup.c.simple": "To use OpenWF, you only need to download the |DLL| and put it in your game's installation folder (the one where Warframe.x64.exe is in).",
"setup.c.dblclk": "As long as this DLL is in the game folder, you can double-click Warframe.x64.exe to start the game with OpenWF.",
"setup.c.laurvt": "Opening the game's launcher will revert it back to normal.",
- "setup.c.docshttp": "The DLL is fully documented here, but the most important point is that, while the game is running, you can visit http://localhost:61558/ to manage options, cheats, and scripts.",
+ "setup.c.docshttp": "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.",
"setup.c.next": "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.",
"setup.s.prereq": "Server Prerequisites",
"download": "Download",