From 675fe1533aa1b0edc5bbf7becd8bccf47b579be2 Mon Sep 17 00:00:00 2001 From: Sainan Date: Thu, 13 Mar 2025 07:29:47 +0100 Subject: [PATCH] Add importing guide --- _components/navbar.php | 1 + _lang/de.json | 8 ++++++++ _lang/en.json | 8 ++++++++ import.php | 23 +++++++++++++++++++++++ 4 files changed, 40 insertions(+) create mode 100644 import.php diff --git a/_components/navbar.php b/_components/navbar.php index ee5c125..5b5d6fa 100644 --- a/_components/navbar.php +++ b/_components/navbar.php @@ -20,6 +20,7 @@ $path = strtok($_SERVER["REQUEST_URI"], '?'); " href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false"> diff --git a/_lang/de.json b/_lang/de.json index ade80f9..6457856 100644 --- a/_lang/de.json +++ b/_lang/de.json @@ -49,6 +49,14 @@ "arep.5": "[UNTRANSLATED] You are now free to modify the image however you want. Just take care that the file has the same name, dimensions/resolution, and format/encoding as seen before.", "arep.6": "[UNTRANSLATED] To build your assets, run pluto build.pluto within the warframe-cache-tools directory.", "arep.7": "[UNTRANSLATED] Finally, to get the assets into the game, you can copy the content (managed) folder from warframe-cache-tools into the OpenWF folder of your client. The Bootstrapper will automatically patch the game to use your modified content, and if you ever wanna stop using it, you can simply remove the client's content (managed) folder.", + "import": "[UNTRANSLATED] Importing", + "import.title": "[UNTRANSLATED] Importing Guide | OpenWF", + "import.intro": "[UNTRANSLATED] This guide will go over how to get your inventory data from live servers and import it in SpaceNinjaServer.", + "import.export.title": "[UNTRANSLATED] Exporting Your Inventory From Live", + "import.export.alecaframe": "[UNTRANSLATED] If you use AlecaFrame, you already have an encrypted version of your inventory. You can use this tool to help you locate and decrypt it.", + "import.export.helper": "[UNTRANSLATED] Alternatively, you can use |warframe-api-helper| to get a fresh copy by running it while the game is running & logged in on live. It will store it in inventory.json.", + "import.import.title": "[UNTRANSLATED] Importing Your Inventory To SpaceNinjaServer", + "import.import.desc": "[UNTRANSLATED] Now that you have your inventory, open the SpaceNinjaServer WebUI and locate the \"Import\" tab. You can simply paste the entire thing in the textbox and press the \"Submit\" button.", "contribute": "[UNTRANSLATED] Contribute", "contribute.title": "[UNTRANSLATED] Contributing to OpenWF", "contribute.code": "[UNTRANSLATED] Code", diff --git a/_lang/en.json b/_lang/en.json index 878f955..019d289 100644 --- a/_lang/en.json +++ b/_lang/en.json @@ -49,6 +49,14 @@ "arep.5": "You are now free to modify the image however you want. Just take care that the file has the same name, dimensions/resolution, and format/encoding as seen before.", "arep.6": "To build your assets, run pluto build.pluto within the warframe-cache-tools directory.", "arep.7": "Finally, to get the assets into the game, you can copy the content (managed) folder from warframe-cache-tools into the OpenWF folder of your client. The Bootstrapper will automatically patch the game to use your modified content, and if you ever wanna stop using it, you can simply remove the client's content (managed) folder.", + "import": "Importing", + "import.title": "Importing Guide | OpenWF", + "import.intro": "This guide will go over how to get your inventory data from live servers and import it in SpaceNinjaServer.", + "import.export.title": "Exporting Your Inventory From Live", + "import.export.alecaframe": "If you use AlecaFrame, you already have an encrypted version of your inventory. You can use this tool to help you locate and decrypt it.", + "import.export.helper": "Alternatively, you can use |warframe-api-helper| to get a fresh copy by running it while the game is running & logged in on live. It will store it in inventory.json.", + "import.import.title": "Importing Your Inventory To SpaceNinjaServer", + "import.import.desc": "Now that you have your inventory, open the SpaceNinjaServer WebUI and locate the \"Import\" tab. You can simply paste the entire thing in the textbox and press the \"Submit\" button.", "contribute": "Contribute", "contribute.title": "Contributing to OpenWF", "contribute.code": "Code", diff --git a/import.php b/import.php new file mode 100644 index 0000000..485fb9a --- /dev/null +++ b/import.php @@ -0,0 +1,23 @@ + + + + + <?=loc("import.title")?> + + + + + +
+

+

+ +

+

+
+ + +