Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
e140d87880 |
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1 @@
|
|||||||
supplementals/client drop-in
|
supplementals/
|
||||||
supplementals/static data
|
|
||||||
supplementals/IRC.zip
|
|
||||||
|
@ -11,12 +11,11 @@ $path = strtok($_SERVER["REQUEST_URI"], '?');
|
|||||||
<div class="collapse navbar-collapse" id="navbar-content">
|
<div class="collapse navbar-collapse" id="navbar-content">
|
||||||
<ul class="navbar-nav me-auto mb-0">
|
<ul class="navbar-nav me-auto mb-0">
|
||||||
<li class="nav-item dropdown">
|
<li class="nav-item dropdown">
|
||||||
<a class="nav-link dropdown-toggle<?=((substr($path, 0, 6) == "/guide" || substr($path, 0, 7) == "/import" || substr($path, 0, 25) == "/asset-replacements-guide" || substr($path, 0, 13) == "/old-versions") ? " active" : ""); ?>" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Guides</a>
|
<a class="nav-link dropdown-toggle<?=((substr($path, 0, 6) == "/guide" || substr($path, 0, 25) == "/asset-replacements-guide") ? " active" : ""); ?>" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Guides</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a class="dropdown-item<?=(substr($path, 0, 6) == "/guide" ? " active" : ""); ?>" href="/guide<?=$ext;?>">Setup</a></li>
|
<li><a class="dropdown-item<?=(substr($path, 0, 6) == "/guide" ? " active" : ""); ?>" href="/guide<?=$ext;?>">Setup</a></li>
|
||||||
<li><a class="dropdown-item<?=(substr($path, 0, 7) == "/import" ? " active" : ""); ?>" href="/import<?=$ext;?>">Importing</a></li>
|
<li><a class="dropdown-item<?=(substr($path, 0, 7) == "/import" ? " active" : ""); ?>" href="/import<?=$ext;?>">Importing</a></li>
|
||||||
<li><a class="dropdown-item<?=(substr($path, 0, 25) == "/asset-replacements-guide" ? " active" : ""); ?>" href="/asset-replacements-guide<?=$ext;?>">Asset Replacements</a></li>
|
<li><a class="dropdown-item<?=(substr($path, 0, 25) == "/asset-replacements-guide" ? " active" : ""); ?>" href="/asset-replacements-guide<?=$ext;?>">Asset Replacements</a></li>
|
||||||
<li><a class="dropdown-item<?=(substr($path, 0, 13) == "/old-versions" ? " active" : ""); ?>" href="/old-versions<?=$ext;?>">Old Versions</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item"><a class="nav-link<?=(substr($path, 0, 11) == "/contribute" ? " active" : ""); ?>" href="/contribute<?=$ext;?>">Contribute</a></li>
|
<li class="nav-item"><a class="nav-link<?=(substr($path, 0, 11) == "/contribute" ? " active" : ""); ?>" href="/contribute<?=$ext;?>">Contribute</a></li>
|
||||||
|
21
_lang/_update.php
Normal file
21
_lang/_update.php
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
<?php
|
||||||
|
php_sapi_name() == "cli" or die("CLI only!");
|
||||||
|
|
||||||
|
$source = json_decode(file_get_contents("en.json"), true);
|
||||||
|
foreach (["de"] as $code)
|
||||||
|
{
|
||||||
|
$target = json_decode(file_get_contents("$code.json"), true);
|
||||||
|
$rewritten = [];
|
||||||
|
foreach ($source as $key => $value)
|
||||||
|
{
|
||||||
|
if (array_key_exists($key, $target))
|
||||||
|
{
|
||||||
|
$rewritten[$key] = $target[$key];
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$rewritten[$key] = "[UNTRANSLATED] ".$source[$key];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
file_put_contents("$code.json", json_encode($rewritten, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE));
|
||||||
|
}
|
68
_lang/de.json
Normal file
68
_lang/de.json
Normal file
@ -0,0 +1,68 @@
|
|||||||
|
{
|
||||||
|
"about.title": "Über OpenWF",
|
||||||
|
"about.0": "OpenWF ist eine Software-Suite zur Anpassung von Warframe, die Folgendes umfasst:",
|
||||||
|
"about.1": "<b>SpaceNinjaServer</b> — eine <a href=\"https://openwf.io/SpaceNinjaServer.git\">Open-Source</a>-Reimplementierung der Webdienste des Spiels. Da wir eigene Server-Software haben, vermeidet OpenWF Eingriffe in das Live-Spiel und ermöglicht gleichzeitig eine vollständige Anpassung der Spieldaten.",
|
||||||
|
"about.2": "Der <b>Bootstrapper</b> — unsere Haupt-DLL für die neueste Spielversion. Ihr Hauptzweck ist die Verbindung zu benutzerdefinierten Servern, aber sie bietet auch einige QoL-Funktionen und Cheats sowie eine Skripting-API, Label-Ersetzungen und Metadaten-Patches an, die eine umfassende Anpassung des Spiels ermöglichen.",
|
||||||
|
"about.cta": "Jetzt Loslegen",
|
||||||
|
"preservation.title": "Warframe bewahren",
|
||||||
|
"preservation.0": "Ein langfristiges Ziel des Projekts ist es, Warframe auch nach der Abschaltung der offiziellen Server zu erhalten und tatsächlich jedes Update spielbar zu machen.",
|
||||||
|
"preservation.1": "Unser Hauptfokus liegt derzeit darauf, mit dem Spiel aktuell zu bleiben. Es gibt jedoch eine DLL + einen Fork von SpaceNinjaServer, mit dem man Warframe aus dem Jahr 2013 erneut erleben kann. Weitere Informationen dazu findest du <a href=\"https://discord.gg/PNNZ3asUuY\">auf unserem Discord</a>, insbesondere <a href=\"https://discord.com/channels/1108159019635462206/1280628166825873510/1280628233355923497\">in diesem Thread</a>.",
|
||||||
|
"tm_disclaimer": "Warframe ist eine eingetragene Marke von Digital Extremes. Die Verwendung dient ausschließlich zur Identifikation und impliziert keine Zugehörigkeit zu oder Unterstützung durch Digital Extremes.",
|
||||||
|
"guides": "Anleitungen",
|
||||||
|
"setup": "[UNTRANSLATED] Setup",
|
||||||
|
"setup.title": "[UNTRANSLATED] OpenWF Setup Guide",
|
||||||
|
"setup.c.title": "[UNTRANSLATED] Client/Boostrapper",
|
||||||
|
"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 <a href=\"bootstrapper-manual\" target=\"_blank\">fully documented here</a>, but the most important point is that, while the game is running, you can visit <a href=\"http://localhost:6155/\" target=\"_blank\">http://localhost:6155/</a> to manage options, cheats, and scripts.",
|
||||||
|
"setup.c.next": "[UNTRANSLATED] <b>Next steps:</b> 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",
|
||||||
|
"setup.s.install": "[UNTRANSLATED] Server Installation",
|
||||||
|
"setup.s.install.1": "[UNTRANSLATED] Run <code>git clone https://openwf.io/SpaceNinjaServer.git</code> in a command prompt to download SpaceNinjaServer in the current working directory",
|
||||||
|
"setup.s.install.2": "[UNTRANSLATED] Open the SpaceNinjaServer folder (<code>cd SpaceNinjaServer</code>)",
|
||||||
|
"setup.s.install.3": "[UNTRANSLATED] Run <code>copy config.json.example config.json</code> to create a config.json from config.json.example",
|
||||||
|
"setup.s.install.4": "[UNTRANSLATED] (Optional) Edit the config.json to match your MongoDB settings (if not default) and however else you would like to configure the server",
|
||||||
|
"setup.s.install.5": "[UNTRANSLATED] (Optional) If you want stripped assets (~622 <abbr title=\"mebibytes (1 MiB = 1048576 bytes)\">MiB</abbr>) which the client will request from the server on-demand (most notably, <abbr title=\"Ability videos show a brief clip of an ability in action. They can be seen by hovering over an ability in the Arsenal, Codex, etc.\">ability videos</abbr>), run <code>git clone https://openwf.io/0.git</code> in the <code>static/data</code> folder",
|
||||||
|
"setup.s.install.6": "[UNTRANSLATED] Run <code>npm install --omit=dev</code> to install library dependencies",
|
||||||
|
"setup.s.install.7": "[UNTRANSLATED] Run <code>npm run build</code> to build the server",
|
||||||
|
"setup.s.install.8": "[UNTRANSLATED] Now you can run <code>npm run start</code> to start the server anytime",
|
||||||
|
"setup.s.update": "[UNTRANSLATED] Server Update",
|
||||||
|
"setup.s.update.wineasy": "[UNTRANSLATED] Windows users can simply double-click the <code>UPDATE AND START SERVER.bat</code>, but otherwise the steps are pretty simple:",
|
||||||
|
"setup.s.update.1": "[UNTRANSLATED] Run <code>git pull</code> in the SpaceNinjaServer folder",
|
||||||
|
"setup.s.update.2": "[UNTRANSLATED] (Optional) If you have the stripped assets, run <code>git pull</code> in the <code>static/data/0</code> folder",
|
||||||
|
"setup.s.update.3": "[UNTRANSLATED] Run <code>npm install --omit=dev</code> to synchronize library dependencies",
|
||||||
|
"setup.s.update.5": "[UNTRANSLATED] Now you can use <code>npm run start</code> to start the server again",
|
||||||
|
"setup.irc": "[UNTRANSLATED] IRC Server",
|
||||||
|
"setup.irc.leadin": "[UNTRANSLATED] In addition to SpaceNinjaServer, you can also set up an IRC server for the in-game chat:",
|
||||||
|
"setup.irc.wheel": "[UNTRANSLATED] <a href=\"https://github.com/Sainan/warframe-irc-server/releases\" target=\"_blank\">warframe-irc-server</a> — an IRC server specifically made for Warframe. Talks to SpaceNinjaServer to give \"chat moderator\" permissions and report dropped connections.",
|
||||||
|
"setup.irc.inspircd": "[UNTRANSLATED] InspIRCd — a well-known IRC server implementation used by DE themselves (albeit with unknown modifications). A pre-configured Windows copy of it can be downloaded <a href=\"/supplementals/IRC.zip\" download>here</a>.",
|
||||||
|
"arep": "[UNTRANSLATED] Asset Replacements",
|
||||||
|
"arep.title": "[UNTRANSLATED] Asset Replacements Guide | OpenWF",
|
||||||
|
"arep.desc": "[UNTRANSLATED] This guide will go through the steps to modify a texture used by Warframe via the OpenWF Bootstrapper.",
|
||||||
|
"arep.what": "[UNTRANSLATED] Before we start: <b>know what you're replacing</b>. I am going to be using <code>/Lotus/Interface/PolarityPoint.png</code> as an example, which is the icon for the Vazarin polarity.",
|
||||||
|
"arep.explore": "[UNTRANSLATED] To explore textures, I can recommend using the GUI of <a href=\"https://github.com/Puxtril/Warframe-Exporter\" target=\"_blank\">Puxtril's Warframe Exporter</a>.",
|
||||||
|
"arep.1": "[UNTRANSLATED] Clone <a href=\"https://github.com/Sainan/warframe-cache-tools\" target=\"_blank\">warframe-cache-tools</a>.",
|
||||||
|
"arep.2": "[UNTRANSLATED] Within your copy of warframe-cache-tools, you can now run <code>pluto extract.pluto /Lotus/Interface/PolarityPoint.png</code> to download & export the texture to the <code>assets</code> folder.",
|
||||||
|
"arep.3": "[UNTRANSLATED] Head inside of the <code>assets</code> folder until you find <code>PolarityPoint.png.dds</code>.",
|
||||||
|
"arep.4": "[UNTRANSLATED] Open the DDS file inside of a hex editor like <a href=\"https://hexed.it/\" target=\"_blank\">HexEd.it</a> or <a href=\"https://mh-nexus.de/en/hxd/\" target=\"_blank\">HxD</a> and take note of the format, e.g. you will see the string <code>DXT1</code> or <code>DXT5</code> in the 6th row.",
|
||||||
|
"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 <code>pluto build.pluto</code> within the warframe-cache-tools directory.",
|
||||||
|
"arep.7": "[UNTRANSLATED] Finally, to get the assets into the game, you can copy the <code>content (managed)</code> 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 <code>content (managed)</code> 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 <a href=\"https://sainan.github.io/alecaframe-inventory-parser/\" target=\"_blank\">this tool</a> 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 <code>inventory.json</code>.",
|
||||||
|
"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",
|
||||||
|
"contribute.code.desc": "[UNTRANSLATED] Code contributions would be most welcome, especially on SpaceNinjaServer, with <a href='https://onlyg.it/OpenWF/SpaceNinjaServer/issues' target='_blank'>many open issues</a>.",
|
||||||
|
"contribute.trans": "[UNTRANSLATED] Translations",
|
||||||
|
"contribute.trans.desc": "[UNTRANSLATED] Most OpenWF software has support for translations:",
|
||||||
|
"contribute.trans.this": "[UNTRANSLATED] The website you're on right now"
|
||||||
|
}
|
68
_lang/en.json
Normal file
68
_lang/en.json
Normal file
@ -0,0 +1,68 @@
|
|||||||
|
{
|
||||||
|
"about.title": "About OpenWF",
|
||||||
|
"about.0": "OpenWF is a software suite centered around customizing Warframe, including:",
|
||||||
|
"about.1": "<b>SpaceNinjaServer</b> — an <a href=\"https://openwf.io/SpaceNinjaServer.git\">open-source</a> 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.",
|
||||||
|
"about.2": "The <b>Bootstrapper</b> — 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 game.",
|
||||||
|
"about.cta": "Get Started",
|
||||||
|
"preservation.title": "Preserving Warframe",
|
||||||
|
"preservation.0": "A long-term goal of the project is to preserve Warframe after the official servers have shut down, and indeed being able to play any update.",
|
||||||
|
"preservation.1": "Our main focus right now is on staying up-to-date with the game, but there is a DLL + fork of SpaceNinjaServer that can be used to revisit 2013 Warframe. More information about this can be found <a href=\"https://discord.gg/PNNZ3asUuY\">on our Discord</a>, specifically <a href=\"https://discord.com/channels/1108159019635462206/1280628166825873510/1280628233355923497\">in this thread</a>.",
|
||||||
|
"tm_disclaimer": "Warframe is a registered trademark of Digital Extremes. Its use is for identification purposes only and does not imply any affiliation with or endorsement by Digital Extremes.",
|
||||||
|
"guides": "Guides",
|
||||||
|
"setup": "Setup",
|
||||||
|
"setup.title": "OpenWF Setup Guide",
|
||||||
|
"setup.c.title": "Client/Boostrapper",
|
||||||
|
"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 <a href=\"bootstrapper-manual\" target=\"_blank\">fully documented here</a>, but the most important point is that, while the game is running, you can visit <a href=\"http://localhost:6155/\" target=\"_blank\">http://localhost:6155/</a> to manage options, cheats, and scripts.",
|
||||||
|
"setup.c.next": "<b>Next steps:</b> 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",
|
||||||
|
"setup.s.install": "Server Installation",
|
||||||
|
"setup.s.install.1": "Run <code>git clone https://openwf.io/SpaceNinjaServer.git</code> in a command prompt to download SpaceNinjaServer in the current working directory",
|
||||||
|
"setup.s.install.2": "Open the SpaceNinjaServer folder (<code>cd SpaceNinjaServer</code>)",
|
||||||
|
"setup.s.install.3": "Run <code>copy config.json.example config.json</code> to create a config.json from config.json.example",
|
||||||
|
"setup.s.install.4": "(Optional) Edit the config.json to match your MongoDB settings (if not default) and however else you would like to configure the server",
|
||||||
|
"setup.s.install.5": "(Optional) If you want stripped assets (~622 <abbr title=\"mebibytes (1 MiB = 1048576 bytes)\">MiB</abbr>) which the client will request from the server on-demand (most notably, <abbr title=\"Ability videos show a brief clip of an ability in action. They can be seen by hovering over an ability in the Arsenal, Codex, etc.\">ability videos</abbr>), run <code>git clone https://openwf.io/0.git</code> in the <code>static/data</code> folder",
|
||||||
|
"setup.s.install.6": "Run <code>npm install --omit=dev</code> to install library dependencies",
|
||||||
|
"setup.s.install.7": "Run <code>npm run build</code> to build the server",
|
||||||
|
"setup.s.install.8": "Now you can run <code>npm run start</code> to start the server anytime",
|
||||||
|
"setup.s.update": "Server Update",
|
||||||
|
"setup.s.update.wineasy": "Windows users can simply double-click the <code>UPDATE AND START SERVER.bat</code>, but otherwise the steps are pretty simple:",
|
||||||
|
"setup.s.update.1": "Run <code>git pull</code> in the SpaceNinjaServer folder",
|
||||||
|
"setup.s.update.2": "(Optional) If you have the stripped assets, run <code>git pull</code> in the <code>static/data/0</code> folder",
|
||||||
|
"setup.s.update.3": "Run <code>npm install --omit=dev</code> to synchronize library dependencies",
|
||||||
|
"setup.s.update.5": "Now you can use <code>npm run start</code> to start the server again",
|
||||||
|
"setup.irc": "IRC Server",
|
||||||
|
"setup.irc.leadin": "In addition to SpaceNinjaServer, you can also set up an IRC server for the in-game chat:",
|
||||||
|
"setup.irc.wheel": "<a href=\"https://github.com/Sainan/warframe-irc-server/releases\" target=\"_blank\">warframe-irc-server</a> — an IRC server specifically made for Warframe. Talks to SpaceNinjaServer to give \"chat moderator\" permissions and report dropped connections.",
|
||||||
|
"setup.irc.inspircd": "InspIRCd — a well-known IRC server implementation used by DE themselves (albeit with unknown modifications). A pre-configured Windows copy of it can be downloaded <a href=\"/supplementals/IRC.zip\" download>here</a>.",
|
||||||
|
"arep": "Asset Replacements",
|
||||||
|
"arep.title": "Asset Replacements Guide | OpenWF",
|
||||||
|
"arep.desc": "This guide will go through the steps to modify a texture used by Warframe via the OpenWF Bootstrapper.",
|
||||||
|
"arep.what": "Before we start: <b>know what you're replacing</b>. I am going to be using <code>/Lotus/Interface/PolarityPoint.png</code> as an example, which is the icon for the Vazarin polarity.",
|
||||||
|
"arep.explore": "To explore textures, I can recommend using the GUI of <a href=\"https://github.com/Puxtril/Warframe-Exporter\" target=\"_blank\">Puxtril's Warframe Exporter</a>.",
|
||||||
|
"arep.1": "Clone <a href=\"https://github.com/Sainan/warframe-cache-tools\" target=\"_blank\">warframe-cache-tools</a>.",
|
||||||
|
"arep.2": "Within your copy of warframe-cache-tools, you can now run <code>pluto extract.pluto /Lotus/Interface/PolarityPoint.png</code> to download & export the texture to the <code>assets</code> folder.",
|
||||||
|
"arep.3": "Head inside of the <code>assets</code> folder until you find <code>PolarityPoint.png.dds</code>.",
|
||||||
|
"arep.4": "Open the DDS file inside of a hex editor like <a href=\"https://hexed.it/\" target=\"_blank\">HexEd.it</a> or <a href=\"https://mh-nexus.de/en/hxd/\" target=\"_blank\">HxD</a> and take note of the format, e.g. you will see the string <code>DXT1</code> or <code>DXT5</code> in the 6th row.",
|
||||||
|
"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 <code>pluto build.pluto</code> within the warframe-cache-tools directory.",
|
||||||
|
"arep.7": "Finally, to get the assets into the game, you can copy the <code>content (managed)</code> 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 <code>content (managed)</code> 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 <a href=\"https://sainan.github.io/alecaframe-inventory-parser/\" target=\"_blank\">this tool</a> 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 <code>inventory.json</code>.",
|
||||||
|
"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",
|
||||||
|
"contribute.code.desc": "Code contributions would be most welcome, especially on SpaceNinjaServer, with <a href='https://onlyg.it/OpenWF/SpaceNinjaServer/issues' target='_blank'>many open issues</a>.",
|
||||||
|
"contribute.trans": "Translations",
|
||||||
|
"contribute.trans.desc": "Most OpenWF software has support for translations:",
|
||||||
|
"contribute.trans.this": "The website you're on right now"
|
||||||
|
}
|
@ -19,7 +19,7 @@
|
|||||||
<li>Open the DDS file inside of a hex editor like <a href="https://hexed.it/" target="_blank">HexEd.it</a> or <a href="https://mh-nexus.de/en/hxd/" target="_blank">HxD</a> and take note of the format, e.g. you will see the string <code>DXT1</code> or <code>DXT5</code> in the 6th row.</li>
|
<li>Open the DDS file inside of a hex editor like <a href="https://hexed.it/" target="_blank">HexEd.it</a> or <a href="https://mh-nexus.de/en/hxd/" target="_blank">HxD</a> and take note of the format, e.g. you will see the string <code>DXT1</code> or <code>DXT5</code> in the 6th row.</li>
|
||||||
<li>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.</li>
|
<li>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.</li>
|
||||||
<li>To build your assets, run <code>pluto build.pluto</code> within the warframe-cache-tools directory.</li>
|
<li>To build your assets, run <code>pluto build.pluto</code> within the warframe-cache-tools directory.</li>
|
||||||
<li>Finally, to get the assets into the game, you can copy the <code>Content Replacements</code> 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 <code>Content Replacements</code> folder.</li>
|
<li>Finally, to get the assets into the game, you can copy the <code>content (managed)</code> 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 <code>content (managed)</code> folder.</li>
|
||||||
</ol>
|
</ol>
|
||||||
</div>
|
</div>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
||||||
|
@ -74,12 +74,12 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>OpenWF Bootstrapper Manual</h1>
|
<h1>OpenWF Bootstrapper Manual</h1>
|
||||||
<p>While the main feature of the bootstrapper (wtsapi32.dll, dwmapi.dll, or version.dll) is to use a custom server with the game, it has other features as well.</p>
|
<p>While the main feature of the bootstrapper (dwmapi.dll or wtsapi32.dll) is to use a custom server with the game, it has other features as well.</p>
|
||||||
<h2>Client Config.json</h2>
|
<h2>client_config.json</h2>
|
||||||
<p>The bootstrapper's configuration is in <code>OpenWF/Client Config.json</code> relative to your game folder. It has the following fields:</p>
|
<p>The bootstrapper's configuration is in <code>OpenWF/client_config.json</code> relative to your game folder. It has the following fields:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><code>fallback_language</code> — If not empty, this language will be used when Warframe.x64.exe is invoked without a <code>language</code> command line argument.</li>
|
<li><code>fallback_language</code> — The language to use when Warframe.x64.exe was double-clicked or the argument was simply omitted.</li>
|
||||||
<li><code>fallback_graphicsDriver</code> — If not empty, this graphics driver will be used when Warframe.x64.exe is invoked without a <code>graphicsDriver</code> command line argument.</li>
|
<li><code>fallback_graphicsDriver</code> — The graphics driver to use when Warframe.x64.exe was double-clicked or the argument was simply omitted.</li>
|
||||||
<li><code>fallback_cluster</code> — The cluster to use when Warframe.x64.exe was double-clicked or the argument was simply omitted. Can be <code>public</code>, <code>test</code>, or <code>dev</code> — the latter two enable some more logging.</li>
|
<li><code>fallback_cluster</code> — The cluster to use when Warframe.x64.exe was double-clicked or the argument was simply omitted. Can be <code>public</code>, <code>test</code>, or <code>dev</code> — the latter two enable some more logging.</li>
|
||||||
|
|
||||||
<li><code>server_host</code> — The hostname or IP address to redirect game traffic to. This should match <code>myAddress</code> in SpaceNinjaServer.</li>
|
<li><code>server_host</code> — The hostname or IP address to redirect game traffic to. This should match <code>myAddress</code> in SpaceNinjaServer.</li>
|
||||||
@ -101,7 +101,6 @@
|
|||||||
<li><code>fov_override</code> — If not 0, overrides the game's FOV setting. You can use any value from 1 to 226.</li>
|
<li><code>fov_override</code> — If not 0, overrides the game's FOV setting. You can use any value from 1 to 226.</li>
|
||||||
<li><code>forced_profile_dir</code> — An absolute path to a folder that will be used to read and write your game settings. Notably, this can be used to have the same settings regardless of username.</li>
|
<li><code>forced_profile_dir</code> — An absolute path to a folder that will be used to read and write your game settings. Notably, this can be used to have the same settings regardless of username.</li>
|
||||||
<li><code>auto_start_scripts</code> — A list of scripts to automatically start, e.g. <code>["samples/Cycle Camera Hotkey (K).pluto"]</code>.</li>
|
<li><code>auto_start_scripts</code> — A list of scripts to automatically start, e.g. <code>["samples/Cycle Camera Hotkey (K).pluto"]</code>.</li>
|
||||||
<li><code>alternative_loading</code> — Enables an alternative loading mode (<code>Server.FastLoad</code>) which also skips some intro cutscenes, e.g. when loading into a relay.</li>
|
|
||||||
<li><code>dont_resolve_labels</code> — If true, shows language tags instead of their associated value, e.g. <code>/Menu/Confirm_Item_Yes</code> instead of <code>YES</code>.</li>
|
<li><code>dont_resolve_labels</code> — If true, shows language tags instead of their associated value, e.g. <code>/Menu/Confirm_Item_Yes</code> instead of <code>YES</code>.</li>
|
||||||
<li><code>save_all_metadata</code> — If true, implicitly creates an empty patch on every metadata read to make it available for get_effective_metadata requests. May degrade performance.</li>
|
<li><code>save_all_metadata</code> — If true, implicitly creates an empty patch on every metadata read to make it available for get_effective_metadata requests. May degrade performance.</li>
|
||||||
<li><code>write_all_metadata_reads_to_console</code> — If true, writes all metadata reads to the console. May degrade performance.</li>
|
<li><code>write_all_metadata_reads_to_console</code> — If true, writes all metadata reads to the console. May degrade performance.</li>
|
||||||
@ -123,7 +122,6 @@
|
|||||||
<li><code>prohibit_scripts</code></li>
|
<li><code>prohibit_scripts</code></li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>The presence of a field disables the respective feature.</p>
|
<p>The presence of a field disables the respective feature.</p>
|
||||||
<p>To aid in troubleshooting, the bootstrapper assumes that a compatible server responds to this request with status code 200 and a valid JSON object, otherwise showing a warning popup.</p>
|
|
||||||
<h2>Traffic Deviations</h2>
|
<h2>Traffic Deviations</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>login.php & worldState.php requests have the extra query parameter <code>buildLabel</code> to indicate the client's buildLabel.</li>
|
<li>login.php & worldState.php requests have the extra query parameter <code>buildLabel</code> to indicate the client's buildLabel.</li>
|
||||||
@ -132,7 +130,7 @@
|
|||||||
<li>The IRC <code>USER</code> message is adjusted to contain <code>nonce=...</code> in the 'realname' field.</li>
|
<li>The IRC <code>USER</code> message is adjusted to contain <code>nonce=...</code> in the 'realname' field.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Metadata Patches</h2>
|
<h2>Metadata Patches</h2>
|
||||||
<p>Metadata Patches are loaded from <code>.txt</code> files in the <code>OpenWF/Metadata Patches/</code> folder.</p>
|
<p>Metadata Patches are loaded from <code>OpenWF/Metadata Patches.txt</code>, although you can also create a <code>OpenWF/Metadata Patches/</code> folder and any text file inside of that will be loaded as well.</p>
|
||||||
<p>They are generally parsed line by line, with roughly the following steps being taken for each line:</p>
|
<p>They are generally parsed line by line, with roughly the following steps being taken for each line:</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li>If the line starts with <code>/</code>, a new patch for the given absolute path is started. If the line ends on <code>&</code>, the next line that also starts with <code>/</code> will be added to this patch instead of creating a new patch.</li>
|
<li>If the line starts with <code>/</code>, a new patch for the given absolute path is started. If the line ends on <code>&</code>, the next line that also starts with <code>/</code> will be added to this patch instead of creating a new patch.</li>
|
||||||
|
22
guide.php
22
guide.php
@ -1,3 +1,7 @@
|
|||||||
|
<?php
|
||||||
|
$dll_version = @file_get_contents("supplementals/client drop-in/latest.txt");
|
||||||
|
$version = ""; //json_decode(file_get_contents("supplementals/static data/buildConfig.json"), true)["version"];
|
||||||
|
?>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
@ -8,6 +12,14 @@
|
|||||||
<body data-bs-theme="dark">
|
<body data-bs-theme="dark">
|
||||||
<?php require "_components/navbar.php"; ?>
|
<?php require "_components/navbar.php"; ?>
|
||||||
<div class="container mt-3">
|
<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/<?=$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>
|
||||||
|
</ul>
|
||||||
|
<p>The DLL is <a href="bootstrapper-manual" target="_blank">fully documented here</a>, but the most important point is that, while the game is running, you can visit <a href="http://localhost:6155/" target="_blank">http://localhost:6155/</a> to manage options, cheats, and scripts.</p>
|
||||||
|
<p><b>Next steps:</b> 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.</p>
|
||||||
<h2>Server Prerequisites</h2>
|
<h2>Server Prerequisites</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Git (<a href="https://git-scm.com/downloads" target="_blank">Download</a>)</li>
|
<li>Git (<a href="https://git-scm.com/downloads" target="_blank">Download</a>)</li>
|
||||||
@ -26,7 +38,7 @@
|
|||||||
<li>Now you can run <code>npm run start</code> to start the server anytime</li>
|
<li>Now you can run <code>npm run start</code> to start the server anytime</li>
|
||||||
</ol>
|
</ol>
|
||||||
<h2>Server Update</h2>
|
<h2>Server Update</h2>
|
||||||
<p>You can simply run the <code>UPDATE AND START SERVER</code> script for this, but otherwise the steps are pretty simple:</p>
|
<p>Windows users can simply double-click the <code>UPDATE AND START SERVER.bat</code>, but otherwise the steps are pretty simple:</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li>Run <code>git pull</code> in the SpaceNinjaServer folder</li>
|
<li>Run <code>git pull</code> in the SpaceNinjaServer folder</li>
|
||||||
<li>(Optional) If you have the stripped assets, run <code>git pull</code> in the <code>static/data/0</code> folder</li>
|
<li>(Optional) If you have the stripped assets, run <code>git pull</code> in the <code>static/data/0</code> folder</li>
|
||||||
@ -34,14 +46,6 @@
|
|||||||
<li>Run <code>npm run build</code> to build the server</li>
|
<li>Run <code>npm run build</code> to build the server</li>
|
||||||
<li>Now you can use <code>npm run start</code> to start the server again</li>
|
<li>Now you can use <code>npm run start</code> to start the server again</li>
|
||||||
</ol>
|
</ol>
|
||||||
<h2>Client Patch</h2>
|
|
||||||
<p>In order to connect to custom servers, the client needs to be patched, which is what the Boostrapper is for. To set it up:</p>
|
|
||||||
<ol>
|
|
||||||
<li>Download the bootstrapper setup <a href="https://onlyg.it/OpenWF/Bootstrapper-Setup/releases/download/latest/Bootstrapper%20Setup.exe" download>for Windows</a> or <a href="/supplementals/Bootstrapper%20Setup.sh" download>for Linux-ish (Bash)</a>.</li>
|
|
||||||
<li>Put the setup in the game's installation folder (the one where Warframe.x64.exe is in) and run it there.</li>
|
|
||||||
</ol>
|
|
||||||
<p>With that done, you can double-click Warframe.x64.exe to start the game with OpenWF. Opening the game's launcher will revert it back to normal.</p>
|
|
||||||
<p>The bootstrapper is <a href="bootstrapper-manual" target="_blank">fully documented here</a>, but the most important point is that, while the game is running, you can visit <a href="http://localhost:6155/" target="_blank">http://localhost:6155/</a> to manage options, cheats, and scripts.</p>
|
|
||||||
<h2>IRC Server</h2>
|
<h2>IRC Server</h2>
|
||||||
<p>In addition to SpaceNinjaServer, you can also set up an IRC server for the in-game chat:</p>
|
<p>In addition to SpaceNinjaServer, you can also set up an IRC server for the in-game chat:</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
50
import.php
50
import.php
@ -1,27 +1,23 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Importing Guide | OpenWF</title>
|
<title>Importing Guide | OpenWF</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||||
</head>
|
</head>
|
||||||
<body data-bs-theme="dark">
|
<body data-bs-theme="dark">
|
||||||
<?php require "_components/navbar.php"; ?>
|
<?php require "_components/navbar.php"; ?>
|
||||||
<div class="container mt-3">
|
<div class="container mt-3">
|
||||||
<p>This guide will go over how to get your inventory data from live servers and import it in SpaceNinjaServer.</p>
|
<p>This guide will go over how to get your inventory data from live servers and import it in SpaceNinjaServer.</p>
|
||||||
<h2>Exporting Your Inventory From Live</h2>
|
<h2>Exporting Your Inventory From Live</h2>
|
||||||
<ul>
|
<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>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>
|
<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>
|
||||||
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>Linux users have options too now! If you're comfortable running .sh scripts on your machine, then <a href="https://cdn.discordapp.com/attachments/1108159020625305634/1364582660974051369/scan.sh?ex=680adae3&is=68098963&hm=0074d7bc3a315ab0035a9f4be2acd94172cef9f85bf116de11730c1544af251d&" target="_blank">this script</a> will work! (JQ and curl required!)</li>
|
||||||
<ul>
|
</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>
|
<h2>Importing Your Inventory To SpaceNinjaServer</h2>
|
||||||
</ul>
|
<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>
|
||||||
</li>
|
</div>
|
||||||
</ul>
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
||||||
<h2>Importing Your Inventory To SpaceNinjaServer</h2>
|
</body>
|
||||||
<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>
|
</html>
|
||||||
</div>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
12
index.php
12
index.php
@ -11,11 +11,15 @@
|
|||||||
<p>OpenWF is a software suite centered around customizing Warframe, including:</p>
|
<p>OpenWF is a software suite centered around customizing Warframe, including:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><b>SpaceNinjaServer</b> — an <a href="https://openwf.io/SpaceNinjaServer.git">open-source</a> 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.</li>
|
<li><b>SpaceNinjaServer</b> — an <a href="https://openwf.io/SpaceNinjaServer.git">open-source</a> 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.</li>
|
||||||
<li>The <b>Bootstrapper</b> — our main DLL patching the client to connect to custom servers, but for newer versions, 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. <a href="https://onlyg.it/OpenWF/Mods" target="_blank">Browse mods.</a></li>
|
<li>The <b>Bootstrapper</b> — 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 game.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<a href="/guide<?=$ext;?>" class="btn btn-primary">Get Started</a>
|
<a href="/guide.php" class="btn btn-primary">Get Started</a>
|
||||||
<h3 class="mt-3">Preservation</h3>
|
<h3 class="mt-3">Preserving Warframe</h3>
|
||||||
<p>OpenWF works entirely offline, so the versions supported by OpenWF will always be available to play and revisit, and it is indeed already possible to <a href="/old-versions<?=$ext;?>">revisit old versions</a>.</p>
|
<p>
|
||||||
|
A long-term goal of the project is to preserve Warframe after the official servers have shut down, and indeed being able to play any update.<br/>
|
||||||
|
Our main focus right now is on staying up-to-date with the game, but there is a DLL + fork of SpaceNinjaServer that can be used to revisit 2013 Warframe. More information about this can be found <a href="https://discord.gg/PNNZ3asUuY">on our Discord</a>, specifically <a href="https://discord.com/channels/1108159019635462206/1280628166825873510/1280628233355923497">in this thread</a>. </p>
|
||||||
|
<hr>
|
||||||
|
<p>Warframe is a registered trademark of Digital Extremes. Its use is for identification purposes only and does not imply any affiliation with or endorsement by Digital Extremes.</p>
|
||||||
</div>
|
</div>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
||||||
</body>
|
</body>
|
||||||
|
681
old-versions.php
681
old-versions.php
@ -1,681 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>Old Versions | OpenWF</title>
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
|
||||||
</head>
|
|
||||||
<body data-bs-theme="dark">
|
|
||||||
<?php require "_components/navbar.php"; ?>
|
|
||||||
<div class="container mt-3">
|
|
||||||
<p>The following is a list of game versions that have been verified to at least be able to login and play when using the Bootstrapper and SpaceNinjaServer.</p>
|
|
||||||
<p>To download an old version, you can use <a href="https://github.com/SteamRE/DepotDownloader/releases">DepotDownloader</a> like so: <code>DepotDownloader -app 230410 -depot 230411 -manifest <manifest id> -username <your steam username></code></p>
|
|
||||||
<table class="table table-sm">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Steam Manifest ID</th>
|
|
||||||
<th colspan="2">Version</th>
|
|
||||||
<th>Title</th>
|
|
||||||
<th>Notes</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<!-- https://steamdb.info/depot/230411/manifests/ -->
|
|
||||||
<tr>
|
|
||||||
<td>6046892458385712496</td>
|
|
||||||
<td><code>2025.03.18.09.51</code></td>
|
|
||||||
<td>< 38.6.0</td>
|
|
||||||
<td>Yareli Prime<!-- Login screen says "Techrot Encore" --></td>
|
|
||||||
<td><abbr title="Metadata Patches, Scripting API, etc. are fully functional in the bootstrapper.">Full modding support</abbr></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>4212893560910494140</td>
|
|
||||||
<td><code>2025.03.18.09.51</code></td>
|
|
||||||
<td>< 38.5.0</td>
|
|
||||||
<td>Techrot Encore</td>
|
|
||||||
<td><abbr title="Metadata Patches, Scripting API, etc. are fully functional in the bootstrapper.">Full modding support</abbr></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>3864063200081954630</td>
|
|
||||||
<td><code>2024.12.11.14.26</code></td>
|
|
||||||
<td>< 38.0.0</td>
|
|
||||||
<td>1999</td>
|
|
||||||
<td><abbr title="Metadata Patches, Scripting API, etc. are fully functional in the bootstrapper.">Full modding support</abbr></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>513490184226321110</td>
|
|
||||||
<td><code>2024.10.11.10.06</code></td>
|
|
||||||
<td>= 37.0.6</td>
|
|
||||||
<td>Koumei & the Five Fates</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>2655930801276651913</td>
|
|
||||||
<td><code>2024.09.30.16.56</code></td>
|
|
||||||
<td>< 37.0.0</td>
|
|
||||||
<td>Koumei & the Five Fates</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>8111233839173446959</td>
|
|
||||||
<td><code>2024.08.21.20.02</code></td>
|
|
||||||
<td>= 36.1.2</td>
|
|
||||||
<td>The Lotus Eaters</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>7104716125379362906</td>
|
|
||||||
<td><code>2024.07.17.17.07</code></td>
|
|
||||||
<td>= 36.0.7</td>
|
|
||||||
<td>Jade Shadows</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>8456987056335242580</td>
|
|
||||||
<td><code>2024.06.25.16.44</code></td>
|
|
||||||
<td>= 36.0.4</td>
|
|
||||||
<td>Jade Shadows</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>8444137865636064549</td>
|
|
||||||
<td><code>2024.06.12.18.42</code></td>
|
|
||||||
<td>< 36.0.0</td>
|
|
||||||
<td>Jade Shadows</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>4262681179882731333</td>
|
|
||||||
<td><code>2024.03.24.20.00</code></td>
|
|
||||||
<td>= 35.5.0</td>
|
|
||||||
<td>Dante Unbound</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>3417254152679980994</td>
|
|
||||||
<td><code>2024.02.16.17.13</code></td>
|
|
||||||
<td>= 35.1.0</td>
|
|
||||||
<td>Whispers in the Walls</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<!-- Also verified that 34.0.8 works, but sadly there's no manifest id for any of U34.-->
|
|
||||||
<tr>
|
|
||||||
<td>4487452668036984689</td>
|
|
||||||
<td><code>2023.07.26.16.38</code></td>
|
|
||||||
<td>≈ 33.6.0</td>
|
|
||||||
<td>Echoes of Duviri</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>7706746084885057576</td>
|
|
||||||
<td><code>2023.06.22.13.21</code></td>
|
|
||||||
<td>≈ 33.5.2</td>
|
|
||||||
<td>The Seven Crimes of Kullervo</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>1040973097284770411</td>
|
|
||||||
<td><code>2023.06.21.07.11</code></td>
|
|
||||||
<td>≈ 33.5.0</td>
|
|
||||||
<td>The Seven Crimes of Kullervo</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>503269306359201928</td>
|
|
||||||
<td><code>2023.04.25.23.40</code></td>
|
|
||||||
<td>≈ 33.0.0</td>
|
|
||||||
<td>The Duviri Paradox</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>2084947150827453084</td>
|
|
||||||
<td><code>2023.02.13.10.22</code></td>
|
|
||||||
<td>≈ 32.3.0</td>
|
|
||||||
<td>Citrine's Last Wish</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>1591604753021484150</td>
|
|
||||||
<td><code>2022.11.30.08.13</code></td>
|
|
||||||
<td>≈ 32.2.0</td>
|
|
||||||
<td>Lua's Prey</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>2433324865707385268</td>
|
|
||||||
<td><code>2022.09.06.19.24</code></td>
|
|
||||||
<td>≈ 32.0.0</td>
|
|
||||||
<td>Veilbreaker</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>7280281005656793707</td>
|
|
||||||
<td><code>2022.07.25.16.59</code></td>
|
|
||||||
<td>≈ 31.7.1</td>
|
|
||||||
<td>Echoes of the Zariman</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>8725083537193522917</td>
|
|
||||||
<td><code>2022.06.09.08.45</code></td>
|
|
||||||
<td>≈ 31.6.0</td>
|
|
||||||
<td>Echoes of the Zariman</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>4634493262513910961</td>
|
|
||||||
<td><code>2022.04.29.12.53</code></td>
|
|
||||||
<td>≈ 31.5.0</td>
|
|
||||||
<td>Angels of the Zariman</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>1198361709927223847</td>
|
|
||||||
<td><code>2022.02.09.08.55</code></td>
|
|
||||||
<td>≈ 31.1.0</td>
|
|
||||||
<td>The New War</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>563653176338996292</td>
|
|
||||||
<td><code>2021.12.15.00.15</code></td>
|
|
||||||
<td>≈ 31.0.0</td>
|
|
||||||
<td>The New War</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>8243603931064121923</td>
|
|
||||||
<td><code>2021.09.08.19.27</code></td>
|
|
||||||
<td>≈ 30.7.2</td>
|
|
||||||
<td>Sisters of Parvos</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>4538343592657854566</td>
|
|
||||||
<td><code>2021.09.08.19.27</code></td>
|
|
||||||
<td>≈ 30.7.1</td>
|
|
||||||
<td>Sisters of Parvos</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>1659398175797234554</td>
|
|
||||||
<td><code>2021.07.05.17.03</code></td>
|
|
||||||
<td>≈ 30.5.0</td>
|
|
||||||
<td>Sisters of Parvos</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>896988770099174429</td>
|
|
||||||
<td><code>2021.06.02.13.38</code></td>
|
|
||||||
<td>≈ 30.3.4</td>
|
|
||||||
<td>Call of the Tempestarii</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>1516755954909330587</td>
|
|
||||||
<td><code>2021.05.25.09.41</code></td>
|
|
||||||
<td>≈ 30.3.0</td>
|
|
||||||
<td>Call of the Tempestarii</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>1471695976410467945</td>
|
|
||||||
<td><code>2021.04.13.19.58</code></td>
|
|
||||||
<td>≈ 30.0.0</td>
|
|
||||||
<td>Call of the Tempestarii</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>2360447165794825746</td>
|
|
||||||
<td><code>2021.03.19.10.30</code></td>
|
|
||||||
<td>≈ 29.10.0</td>
|
|
||||||
<td>Orphix Venom</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>5695018007407901588</td>
|
|
||||||
<td><code>2021.01.25.08.49</code></td>
|
|
||||||
<td>≈ 29.6.8</td>
|
|
||||||
<td>Orphix Venom</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>2281391866826940520</td>
|
|
||||||
<td><code>2020.11.19.17.52</code></td>
|
|
||||||
<td>≈ 29.5.0</td>
|
|
||||||
<td>Echoes of Deimos<!-- Login screen says "Heart of Deimos" --></td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>4589169429267220816</td>
|
|
||||||
<td><code>2020.11.04.18.58</code></td>
|
|
||||||
<td>≈ 29.3.1</td>
|
|
||||||
<td>Heart of Deimos</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>1198696432420157033</td>
|
|
||||||
<td><code>2020.08.25.18.35</code></td>
|
|
||||||
<td>≈ 29.0.0</td>
|
|
||||||
<td>Heart of Deimos</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>4862052161935324630</td>
|
|
||||||
<td><code>2020.08.12.19.57</code></td>
|
|
||||||
<td>≈ 28.3.0</td>
|
|
||||||
<td>Derelict Shift<!-- Login screen says "The Deadlock Protocol" --></td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>8322392782655512672</td>
|
|
||||||
<td><code>2020.06.12.16.46</code></td>
|
|
||||||
<td>≈ 28.0.0</td>
|
|
||||||
<td>The Deadlock Protocol</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>940429389442729133</td>
|
|
||||||
<td><code>2020.03.24.20.24</code></td>
|
|
||||||
<td>≈ 27.3.0</td>
|
|
||||||
<td>Empyrean</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>3078917755629993445</td>
|
|
||||||
<td><code>2020.03.05.16.06</code></td>
|
|
||||||
<td>≈ 27.2.0</td>
|
|
||||||
<td>Empyrean</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>5383208407459190147</td>
|
|
||||||
<td><code>2019.12.13.15.04</code></td>
|
|
||||||
<td>≈ 27.0.0</td>
|
|
||||||
<td>Empyrean</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>1746499861411165604</td>
|
|
||||||
<td><code>2019.12.13.00.31</code></td>
|
|
||||||
<td>≈ 26.1.3</td>
|
|
||||||
<td>Rising Tide</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>5191423722994130705</td>
|
|
||||||
<td><code>2019.11.22.21.24</code></td>
|
|
||||||
<td>≈ 26.1.0</td>
|
|
||||||
<td>Rising Tide</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>4211752956119480973</td>
|
|
||||||
<td><code>2019.11.05.12.52</code></td>
|
|
||||||
<td>≈ 26.0.4</td>
|
|
||||||
<td>The Old Blood</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>5213493012981659231</td>
|
|
||||||
<td><code>2019.10.31.22.42</code></td>
|
|
||||||
<td>≈ 26.0.0</td>
|
|
||||||
<td>The Old Blood</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>6484357939617346090</td>
|
|
||||||
<td><code>2019.09.09.12.43</code></td>
|
|
||||||
<td>≈ 25.7.5</td>
|
|
||||||
<td>Saint of Altra</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>6955217559566015186 </td>
|
|
||||||
<td><code>2019.08.29.21.58</code></td>
|
|
||||||
<td>≈ 25.7.0</td>
|
|
||||||
<td>Saint of Altra</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>8839989774604564585</td>
|
|
||||||
<td><code>2019.08.29.20.01</code></td>
|
|
||||||
<td>≈ 25.7.0</td>
|
|
||||||
<td>Saint of Altra</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>3318532863308652389</td>
|
|
||||||
<td><code>2019.05.22.23.12</code></td>
|
|
||||||
<td>≈ 25.0.0</td>
|
|
||||||
<td>The Jovian Concord</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>192898029640470386</td>
|
|
||||||
<td><code>2019.04.04.21.31</code></td>
|
|
||||||
<td>≈ 24.6.0</td>
|
|
||||||
<td>Buried Debts</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>4942488930993990244</td>
|
|
||||||
<td><code>2019.03.15.18.11</code></td>
|
|
||||||
<td>≈ 24.5.1</td>
|
|
||||||
<td>Buried Debts</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>4404971551504983924</td>
|
|
||||||
<td><code>2019.03.08.00.37</code></td>
|
|
||||||
<td>≈ 24.4.0</td>
|
|
||||||
<td>Buried Debts</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>1904743723246597237</td>
|
|
||||||
<td><code>2019.03.07.20.21</code></td>
|
|
||||||
<td>≈ 24.4.0</td>
|
|
||||||
<td>Fortuna</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<!-- 174676543101364914 is 2018.11.29.15.55, Fortuna, but has a broken font. -->
|
|
||||||
<tr>
|
|
||||||
<td>8040761247114336449</td>
|
|
||||||
<td><code>2018.11.29.15.55</code></td>
|
|
||||||
<td>≈ 24.1.2</td>
|
|
||||||
<td>Fortuna</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>3725569727599851360</td>
|
|
||||||
<td><code>2018.11.15.16.49</code></td>
|
|
||||||
<td>≈ 24.0.8</td>
|
|
||||||
<td>Fortuna</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<!-- 8461211368258506784 is 2018.11.15.16.49 but needs Tools folder from another manifest + has a broken font. -->
|
|
||||||
<tr>
|
|
||||||
<td>6046541448142309692</td>
|
|
||||||
<td><code>2018.11.08.14.45</code></td>
|
|
||||||
<td>≈ 24.0.0</td>
|
|
||||||
<td>Fortuna</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>8049567794324118250</td>
|
|
||||||
<td><code>2018.10.11.23.29</code></td>
|
|
||||||
<td>≈ 23.10.0</td>
|
|
||||||
<td>Chimera</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>1234607834806579897</td>
|
|
||||||
<td><code>2018.09.28.19.09</code></td>
|
|
||||||
<td>≈ 23.9.1</td>
|
|
||||||
<td>Mask of the Revenant</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>677450530474051174</td>
|
|
||||||
<td><code>2018.08.01.08.09</code></td>
|
|
||||||
<td>≈ 23.2.0</td>
|
|
||||||
<td>The Sacrifice</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>8058901711639962245</td>
|
|
||||||
<td><code>2018.06.14.23.21</code></td>
|
|
||||||
<td>≈ 23.0.0</td>
|
|
||||||
<td>The Sacrifice<!-- Login screen says "Beasts of the Sanctuary" --></td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>566447983471491143</td>
|
|
||||||
<td><code>2018.05.17.16.28</code></td>
|
|
||||||
<td>≈ 22.20.0</td>
|
|
||||||
<td>Beasts of the Sanctuary</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>8448828347811631025</td>
|
|
||||||
<td><code>2018.04.20.02.04</code></td>
|
|
||||||
<td>≈ 22.18.0</td>
|
|
||||||
<td>Beasts of the Sanctuary</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>5922375304465722812</td>
|
|
||||||
<td><code>2018.03.15.19.39</code></td>
|
|
||||||
<td>≈ 22.16.0</td>
|
|
||||||
<td>Plains of Eidolon</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>6640882772717519747</td>
|
|
||||||
<td><code>2018.03.07.14.18</code></td>
|
|
||||||
<td>≈ 22.15.0</td>
|
|
||||||
<td>Plains of Eidolon</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>8004325165498360760</td>
|
|
||||||
<td><code>2018.02.22.14.34</code></td>
|
|
||||||
<td>≈ 22.13.4</td>
|
|
||||||
<td>Plains of Eidolon</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<!-- 8621631773919294851 is 2018.01.26.12.22, can log in but then you're stuck due to Script Error: attempt to call method 'GetOperator' (a nil value): In ?(844) originating from /Lotus/Scripts/PlayerShip.lua::SpawnPets with owner /Layer0/ScriptTrigger2 -->
|
|
||||||
<tr>
|
|
||||||
<td>4946799727072561536</td>
|
|
||||||
<td><code>2018.01.04.13.12</code></td>
|
|
||||||
<td>≈ 22.8.2</td>
|
|
||||||
<td>Plains of Eidolon</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>5301169201249491747</td>
|
|
||||||
<td><code>2017.12.12.12.15</code></td>
|
|
||||||
<td>≈ 22.7.0</td>
|
|
||||||
<td>Plains of Eidolon</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<!-- 5914709226935570547 is 2017.12.08.15.29, fails to start due to an assertion failure -->
|
|
||||||
<tr>
|
|
||||||
<td>5869273198520287595</td>
|
|
||||||
<td><code>2017.11.16.17.34</code></td>
|
|
||||||
<td>≈ 22.2.4</td>
|
|
||||||
<td>Plains of Eidolon</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>4661126446448856114</td>
|
|
||||||
<td><code>2017.10.12.17.04</code></td>
|
|
||||||
<td>≈ 22.0.0</td>
|
|
||||||
<td>Plains of Eidolon</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>1835327182756411758</td>
|
|
||||||
<td><code>2017.07.26.13.59</code></td>
|
|
||||||
<td>≈ 21.2.0</td>
|
|
||||||
<td>Chains of Harrow</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>2970877824413815022</td>
|
|
||||||
<td><code>2017.06.29.03.54</code></td>
|
|
||||||
<td>≈ 21.0.1</td>
|
|
||||||
<td>Chains of Harrow</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>9187782625344917768</td>
|
|
||||||
<td><code>2017.06.29.02.13</code></td>
|
|
||||||
<td>≈ 21.0.0</td>
|
|
||||||
<td>Chains of Harrow</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>3099723078202393524</td>
|
|
||||||
<td><code>2017.05.05.15.41</code></td>
|
|
||||||
<td>≈ 20.4.0</td>
|
|
||||||
<td>Octavia's Anthem</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>4574874014936523212</td>
|
|
||||||
<td><code>2017.03.26.04.21</code></td>
|
|
||||||
<td>≈ 20.0.3</td>
|
|
||||||
<td>Octavia's Anthem</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<!-- 8705016425420648723 is 2017.03.24.17.25, ~20.0.0, seems to have a broken cache as the loading scaleform doesn't show properly and it doesn't proceed to the login screen -->
|
|
||||||
<tr>
|
|
||||||
<td>6263571497645662720</td>
|
|
||||||
<td><code>2017.03.06.15.49</code></td>
|
|
||||||
<td>≈ 19.13.0</td>
|
|
||||||
<td>The Glast Gambit</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<!-- 2663512682334598162 is 2017.03.03.17.01, ~19.12.1, fails to start due to an assertion failure -->
|
|
||||||
<!-- 4864838558963648894 is 2017.03.02.14.59, ~19.12.0, fails to start due to an assertion failure -->
|
|
||||||
<tr>
|
|
||||||
<td>4666421798085404101</td>
|
|
||||||
<td><code>2016.12.21.19.13</code></td>
|
|
||||||
<td>≈ 19.5.0</td>
|
|
||||||
<td>The Glast Gambit</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<!-- 6118281920152298389 only contains installscript.vdf -->
|
|
||||||
<tr>
|
|
||||||
<td>8998041413872250076</td>
|
|
||||||
<td><code>2016.12.16.14.33</code></td>
|
|
||||||
<td>≈ 19.4.1</td>
|
|
||||||
<td>The War Within</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<!-- 6784000424578492584 is 2016.11.11.17.46, ~19.0.0, fails to start due to an assertion failure -->
|
|
||||||
<tr>
|
|
||||||
<td>7585839495921050946</td>
|
|
||||||
<td><code>2016.09.30.12.04</code></td>
|
|
||||||
<td>≈ 18.22.1</td>
|
|
||||||
<td>The Silver Grove</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>2086935969100698619</td>
|
|
||||||
<td><code>2016.08.26.11.08</code></td>
|
|
||||||
<td>≈ 18.18.5</td>
|
|
||||||
<td>The Silver Grove</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>3584168904277131181</td>
|
|
||||||
<td><code>2016.08.19.17.12</code></td>
|
|
||||||
<td>≈ 18.18.0</td>
|
|
||||||
<td>The Silver Grove</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<!-- 8065552974390268707 is 2016.07.08.16.56. Seems to have a broken cache as everyone is A-posing and subtitle texts don't resolve. -->
|
|
||||||
<tr>
|
|
||||||
<td>2087739745223261142</td>
|
|
||||||
<td><code>2016.03.31.15.16</code></td>
|
|
||||||
<td>≈ 18.7.1</td>
|
|
||||||
<td>Sands of Inaros</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>1331043799698924734</td>
|
|
||||||
<td><code>2016.03.04.10.06</code></td>
|
|
||||||
<td>≈ 18.5.0</td>
|
|
||||||
<td>Sands of Inaros</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>5378301586494814297</td>
|
|
||||||
<td><code>2015.12.09.17.09</code></td>
|
|
||||||
<td>≈ 18.0.6</td>
|
|
||||||
<td>The Second Dream</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<!-- 4603106986143048670 is 2015.12.08.16.01, same issues as previous version. -->
|
|
||||||
<!-- 5567085556474789237 is 2015.12.05.18.07, should be ~18.0.2 The Second Dream, but says The Jordas Precept on the login screen. Seems to have a broken cache as enemy spawns are broken. -->
|
|
||||||
<tr>
|
|
||||||
<td>2275730668734249647</td>
|
|
||||||
<td><code>2015.10.21.12.48</code></td>
|
|
||||||
<td>≈ 17.8.0</td>
|
|
||||||
<td>The Jordas Precept</td>
|
|
||||||
<td><!-- Rename dwmapi.dll to wtsapi32.dll or version.dll. --></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>7055925076570413672</td>
|
|
||||||
<td><code>2015.10.15.12.24</code></td>
|
|
||||||
<td>≈ 17.7.1</td>
|
|
||||||
<td>The Jordas Precept</td>
|
|
||||||
<td><!-- Rename DLL & -->Copy "Tools" folder from 2275730668734249647</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>232461576962714068</td>
|
|
||||||
<td><code>2015.05.14.16.29</code></td>
|
|
||||||
<td>≈ 16.5.5</td>
|
|
||||||
<td>Tubemen of Regor</td>
|
|
||||||
<td><!-- Rename DLL & -->Copy "Tools" folder from 2275730668734249647</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>567734397704178704</td>
|
|
||||||
<td><code>2015.03.21.08.17</code></td>
|
|
||||||
<td>≈ 16.0.2</td>
|
|
||||||
<td>Sanctuary</td>
|
|
||||||
<td><!-- Rename DLL & -->Copy "Tools" folder from 2275730668734249647</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>5952644847955190118</td>
|
|
||||||
<td><code>2015.02.13.10.41</code></td>
|
|
||||||
<td>≈ 15.14.1</td>
|
|
||||||
<td>Eyes of Blight</td>
|
|
||||||
<td><!-- Rename DLL & -->Copy "Tools" folder from 2275730668734249647</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>7377933404197762308</td>
|
|
||||||
<td><code>2014.11.27.14.35</code></td>
|
|
||||||
<td>≈ 15.5.0</td>
|
|
||||||
<td>Mesa Update</td>
|
|
||||||
<td><!-- Rename DLL & -->Copy "Tools" folder from 2275730668734249647</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>6368936033089773713</td>
|
|
||||||
<td><code>2014.10.29.18.19</code></td>
|
|
||||||
<td>≈ 15.0.8</td>
|
|
||||||
<td>Archwing</td>
|
|
||||||
<td><!-- Rename DLL & -->Copy "Tools" folder from 2275730668734249647</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>1212629036031221707</td>
|
|
||||||
<td><code>2014.10.28.17.15</code></td>
|
|
||||||
<td>≈ 15.0.7</td>
|
|
||||||
<td>Archwing</td>
|
|
||||||
<td><!-- Rename DLL & -->Copy "Tools" folder from 2275730668734249647</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>1048315274024428186</td>
|
|
||||||
<td><code>2014.10.27.17.07</code></td>
|
|
||||||
<td>≈ 15.0.6</td>
|
|
||||||
<td>Archwing</td>
|
|
||||||
<td><!-- Rename DLL & -->Copy "Tools" folder from 2275730668734249647</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>6636116079410913663</td>
|
|
||||||
<td><code>2014.10.24.08.24</code></td>
|
|
||||||
<td>≈ 15.0.0</td>
|
|
||||||
<td>Archwing<!-- Login screen says "The Mad Cephalon" --></td>
|
|
||||||
<td><!-- Rename DLL & -->Copy "Tools" folder from 2275730668734249647</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h3>2013 Warframe</h3>
|
|
||||||
<p>There is a DLL + fork of SpaceNinjaServer that can be used to revisit 2013 Warframe. More information about this can be found <a href="https://discord.gg/PNNZ3asUuY">on our Discord</a>, specifically <a href="https://discord.com/channels/1108159019635462206/1280628166825873510/1280628233355923497">in this thread</a>.</p>
|
|
||||||
</div>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
@ -1,12 +0,0 @@
|
|||||||
if (Test-Path "Warframe.x64.exe") {
|
|
||||||
if (!(Test-Path "OpenWF/Download Latest DLL.ps1")) {
|
|
||||||
[System.IO.Directory]::CreateDirectory("OpenWF") | Out-Null
|
|
||||||
Invoke-WebRequest -Uri "https://openwf.io/supplementals/Download%20Latest%20DLL.ps1" -OutFile "OpenWF/Download Latest DLL.ps1"
|
|
||||||
}
|
|
||||||
Set-Location -Path OpenWF
|
|
||||||
& "$PSScriptRoot\OpenWF\Download Latest DLL.ps1"
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
Write-Host "Please put this script into your Warframe installation folder (the one where Warframe.x64.exe is in) before running it."
|
|
||||||
Start-Sleep -Seconds 864000
|
|
||||||
}
|
|
@ -1,13 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
if [[ -f "Warframe.x64.exe" ]]; then
|
|
||||||
if [[ ! -f "OpenWF/Download Latest DLL.sh" ]]; then
|
|
||||||
mkdir -p OpenWF
|
|
||||||
curl -L "https://openwf.io/supplementals/Download%20Latest%20DLL.sh" -o "OpenWF/Download Latest DLL.sh"
|
|
||||||
fi
|
|
||||||
cd OpenWF
|
|
||||||
chmod +x "Download Latest DLL.sh"
|
|
||||||
./Download\ Latest\ DLL.sh
|
|
||||||
else
|
|
||||||
echo "Please put this script into your Warframe installation folder (the one where Warframe.x64.exe is in) before running it."
|
|
||||||
fi
|
|
@ -1,65 +0,0 @@
|
|||||||
Write-Host "Fetching latest version..."
|
|
||||||
$latest = Invoke-RestMethod -Uri "https://openwf.io/supplementals/client%20drop-in/meta" -Method Get
|
|
||||||
|
|
||||||
$dll_path = "../wtsapi32.dll"
|
|
||||||
if (Test-Path "../dwmapi.dll") {
|
|
||||||
$dll_path = "../dwmapi.dll"
|
|
||||||
}
|
|
||||||
if (Test-Path "../version.dll") {
|
|
||||||
$dll_path = "../version.dll"
|
|
||||||
}
|
|
||||||
|
|
||||||
$sha256 = ""
|
|
||||||
if (Test-Path $dll_path) {
|
|
||||||
$sha256 = (Get-FileHash $dll_path -Algorithm SHA256).Hash.ToLower()
|
|
||||||
}
|
|
||||||
$hotfix_sha256 = ""
|
|
||||||
if (Test-Path "Hotfix.owf") {
|
|
||||||
$hotfix_sha256 = (Get-FileHash "Hotfix.owf" -Algorithm SHA256).Hash.ToLower()
|
|
||||||
}
|
|
||||||
|
|
||||||
$sideloadify_sha256 = ""
|
|
||||||
if (Test-Path "sideloadify-cli.cache") {
|
|
||||||
$sideloadify_sha256 = (Get-FileHash "sideloadify-cli.cache" -Algorithm SHA256).Hash
|
|
||||||
}
|
|
||||||
if ($sideloadify_sha256 -ne "EE990FF8366E49DE5AF5A80DB845A9BFE9285092365E3A887FDFC76EB20C61AF") {
|
|
||||||
Invoke-WebRequest -Uri "https://github.com/Sainan/Sideloadify/releases/download/1.1.0/sideloadify-cli.exe" -OutFile "sideloadify-cli.cache"
|
|
||||||
}
|
|
||||||
|
|
||||||
$should_sleep = $false
|
|
||||||
|
|
||||||
if ($sha256 -ne $latest.sha256 -or $hotfix_sha256 -ne $latest.hotfix_sha256) {
|
|
||||||
if ($latest.hotfix -ne "") {
|
|
||||||
Write-Host "Downloading OpenWF Bootstrapper v$($latest.version) $($latest.hotfix)..."
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
Write-Host "Downloading OpenWF Bootstrapper v$($latest.version)..."
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($sha256 -ne $latest.sha256) {
|
|
||||||
Invoke-WebRequest -Uri "https://openwf.io/supplementals/client%20drop-in/$($latest.version)/dwmapi.dll" -OutFile $dll_path
|
|
||||||
}
|
|
||||||
if ($hotfix_sha256 -ne $latest.hotfix_sha256) {
|
|
||||||
if ($latest.hotfix -ne "") {
|
|
||||||
Invoke-WebRequest -Uri "https://openwf.io/supplementals/client%20drop-in/$($latest.version)/$($latest.hotfix)/Hotfix.owf" -OutFile "Hotfix.owf"
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
Remove-Item "Hotfix.owf"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
Write-Host "Your OpenWF Bootstrapper is up-to-date."
|
|
||||||
$should_sleep = $true
|
|
||||||
}
|
|
||||||
|
|
||||||
Rename-Item -Path "sideloadify-cli.cache" -NewName "sideloadify-cli.exe"
|
|
||||||
$sideloadified = (./sideloadify-cli.exe ../Warframe.x64.exe).Contains(" has successfully been sideloadified.")
|
|
||||||
Rename-Item -Path "sideloadify-cli.exe" -NewName "sideloadify-cli.cache"
|
|
||||||
if ($sideloadified) {
|
|
||||||
Write-Host "Warframe.x64.exe has successfully been sideloadified."
|
|
||||||
$should_sleep = $true
|
|
||||||
}
|
|
||||||
if ($should_sleep) {
|
|
||||||
Start-Sleep -Seconds 2
|
|
||||||
}
|
|
@ -1,38 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
echo "Fetching latest version..."
|
|
||||||
latest_version=$(curl -s "https://openwf.io/supplementals/client%20drop-in/latest.txt")
|
|
||||||
latest_hotfix=$(curl -s "https://openwf.io/supplementals/client%20drop-in/latest_hotfix.txt")
|
|
||||||
latest_sha256=$(curl -s "https://openwf.io/supplementals/client%20drop-in/sha256.txt")
|
|
||||||
latest_hotfix_sha256=$(curl -s "https://openwf.io/supplementals/client%20drop-in/sha256_hotfix.txt")
|
|
||||||
|
|
||||||
sha256=""
|
|
||||||
hotfix_sha256=""
|
|
||||||
if [[ -f "../dwmapi.dll" ]]; then
|
|
||||||
sha256=$(sha256sum "../dwmapi.dll" | awk '{print $1}')
|
|
||||||
fi
|
|
||||||
if [[ -f "Hotfix.owf" ]]; then
|
|
||||||
hotfix_sha256=$(sha256sum "Hotfix.owf" | awk '{print $1}')
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ "$sha256" != "$latest_sha256" || "$hotfix_sha256" != "$latest_hotfix_sha256" ]]; then
|
|
||||||
if [[ -n "$latest_hotfix" ]]; then
|
|
||||||
echo "Downloading OpenWF Bootstrapper v$latest_version $latest_hotfix..."
|
|
||||||
else
|
|
||||||
echo "Downloading OpenWF Bootstrapper v$latest_version..."
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ "$sha256" != "$latest_sha256" ]]; then
|
|
||||||
curl -L "https://openwf.io/supplementals/client%20drop-in/$latest_version/dwmapi.dll" -o "../dwmapi.dll"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ "$hotfix_sha256" != "$latest_hotfix_sha256" ]]; then
|
|
||||||
if [[ -n "$latest_hotfix" ]]; then
|
|
||||||
curl -L "https://openwf.io/supplementals/client%20drop-in/$latest_version/${latest_hotfix// /%20}/Hotfix.owf" -o "Hotfix.owf"
|
|
||||||
else
|
|
||||||
rm -f "Hotfix.owf"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
echo "Your OpenWF Bootstrapper is up-to-date."
|
|
||||||
fi
|
|
Loading…
x
Reference in New Issue
Block a user