From 17a7970d6db5e13076f0e24a706410be440f6cf8 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Sun, 7 Sep 2025 08:04:14 +0200 Subject: [PATCH] Improve import guide --- import.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/import.php b/import.php index 438235d..899f137 100644 --- a/import.php +++ b/import.php @@ -10,14 +10,14 @@
This guide will go over how to get your inventory data from live servers and import it in SpaceNinjaServer.
-inventory.json.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.
-Note that ship features are not part of the inventory so you may want to enable the "unlock all ship features" cheat or manually populate them in the MongoDB personalrooms collection.
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.
+You can use warframe-api-helper to get your credentials while the game is running & logged in on live. It will download your inventory for you and store it in inventory.json.
However, using the credentials (?accountId=...&nonce=...), it is also possible to get your personal rooms: https://api.warframe.com/api/getShip.php?accountId=...&nonce=...
Now that you have your inventory, open the SpaceNinjaServer WebUI and select the Import tab. You can simply paste the entire thing in the textbox and press the Submit button.
+If you have a getShip response, you can import it the same way. Otherwise, you are advised to use Unlock All Ship Features in the Cheats tab to avoid being locked out of most things.