Compare commits

...

2 Commits

Author SHA1 Message Date
03f367699b Link api helper shell script for Linux users 2025-04-24 07:05:30 +02:00
f90e13d455 Fix DLL download link
Issue introduced in b040366e655fe81b2c865a345d61abfb59cc0447
2025-04-23 20:09:49 +02:00
2 changed files with 7 additions and 2 deletions

View File

@ -13,7 +13,7 @@ $version = ""; //json_decode(file_get_contents("supplementals/static data/buildC
<?php require "_components/navbar.php"; ?>
<div class="container mt-3">
<h2>Client/Boostrapper</h2>
<p>To use OpenWF, you only need to download the <a href="/supplementals/client%20drop-in//dwmapi.dll" download>dwmapi.dll</a> and put it in your game's installation folder (the one where Warframe.x64.exe is in).</p>
<p>To use OpenWF, you only need to download the <a href="/supplementals/client%20drop-in/<?=$dll_version;?>/dwmapi.dll" download>dwmapi.dll</a> and put it in your game's installation folder (the one where Warframe.x64.exe is in).</p>
<ul>
<li>As long as this DLL is in the game folder, you can double-click Warframe.x64.exe to start the game with OpenWF.</li>
<li>Opening the game's launcher will revert it back to normal.</li>

View File

@ -12,7 +12,12 @@
<h2>Exporting Your Inventory From Live</h2>
<ul>
<li>If you use AlecaFrame, you already have an encrypted version of your inventory. You can use <a href="https://sainan.github.io/alecaframe-inventory-parser/" target="_blank">this tool</a> to help you locate and decrypt it.</li>
<li>Alternatively, you can use <a href="https://github.com/Sainan/warframe-api-helper/releases/latest/download/warframe-api-helper.exe">warframe-api-helper</a> to get a fresh copy by running it while the game is running & logged in on live. It will store it in <code>inventory.json</code>.</li>
<li>
Alternatively, you can use <a href="https://github.com/Sainan/warframe-api-helper/releases/latest/download/warframe-api-helper.exe">warframe-api-helper</a> to get a fresh copy by running it while the game is running & logged in on live. It will store it in <code>inventory.json</code>.
<ul>
<li>For Linux users, there's <a href="https://gist.github.com/Turbozis/9e5fa359030abdf32cff7f104544fd16" target="_blank">a shell script</a> based on warframe-api-helper. It requires <code>jq</code> and <code>curl</code>.</li>
</ul>
</li>
</ul>
<h2>Importing Your Inventory To SpaceNinjaServer</h2>
<p>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.</p>