Clarify that OpenWF is more than just SNS & the bootstrapper

This commit is contained in:
Sainan 2025-03-12 18:15:50 +01:00
parent 4502604c04
commit 9c848cfdc3

View File

@ -8,10 +8,10 @@
<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>OpenWF is a software suite centered around customizing Warframe:</p> <p>OpenWF is a software suite centered around customizing Warframe, including:</p>
<ul> <ul>
<li><b>SpaceNinjaServer</b> is 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> is 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> <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<?=$ext;?>" class="btn btn-primary">Get Started</a>
<h3 class="mt-3">Preserving Warframe</h3> <h3 class="mt-3">Preserving Warframe</h3>