2025-10-25 18:53:20 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>About OpenWF</title>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2025-10-27 09:07:16 +01:00
|
|
|
<link rel="stylesheet" href="_assets/bootstrap.min.css">
|
2025-10-25 18:53:20 +02:00
|
|
|
</head>
|
|
|
|
|
<body data-bs-theme="dark">
|
|
|
|
|
<?php require "_components/navbar.php"; ?>
|
|
|
|
|
<div class="container mt-3">
|
2025-10-27 17:29:05 +01:00
|
|
|
<p>OpenWF is a community project to play Warframe offline, specifically for preservation and customization.</p>
|
|
|
|
|
<h3>Software</h3>
|
2025-10-25 18:53:20 +02:00
|
|
|
<ul>
|
2025-10-27 17:29:05 +01:00
|
|
|
<li><b>SpaceNinjaServer</b> is a customizable, <a href="https://openwf.io/SpaceNinjaServer.git" target="_blank">open-source</a> reimplementation of the game's web services.</li>
|
|
|
|
|
<li>The <b>Bootstrapper</b> patches the game 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>
|
2025-10-25 18:53:20 +02:00
|
|
|
</ul>
|
|
|
|
|
<a href="guide<?=$ext;?>" class="btn btn-primary">Get Started</a>
|
|
|
|
|
<h3 class="mt-3">Preservation</h3>
|
2025-10-27 17:29:05 +01:00
|
|
|
<p>The versions supported by OpenWF will always be available to play and revisit. <a href="old-versions<?=$ext;?>">Browse versions.</a></p>
|
2025-10-25 18:53:20 +02:00
|
|
|
</div>
|
2025-10-27 09:07:16 +01:00
|
|
|
<script src="_assets/bootstrap.bundle.min.js"></script>
|
|
|
|
|
<script src="_assets/censorcanary.min.js" defer></script>
|
2025-10-25 18:53:20 +02:00
|
|
|
</body>
|
|
|
|
|
</html>
|