From e39a89cddac9209b888e8c1c84f3fac786c528ae Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Tue, 29 Apr 2025 01:45:20 +0200 Subject: [PATCH] Note initial backwards compat --- _components/navbar.php | 1 + index.php | 8 ++------ old-versions.php | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 6 deletions(-) create mode 100644 old-versions.php diff --git a/_components/navbar.php b/_components/navbar.php index 2b21e3f..8c923bf 100644 --- a/_components/navbar.php +++ b/_components/navbar.php @@ -16,6 +16,7 @@ $path = strtok($_SERVER["REQUEST_URI"], '?');
  • " href="/guide">Setup
  • " href="/import">Importing
  • " href="/asset-replacements-guide">Asset Replacements
  • +
  • " href="/old-versions">Old Versions
  • diff --git a/index.php b/index.php index 311439c..34bb0cb 100644 --- a/index.php +++ b/index.php @@ -14,12 +14,8 @@
  • The Bootstrapper — 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 experience.
  • Get Started -

    Preserving Warframe

    -

    - 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.
    - 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 on our Discord, specifically in this thread.

    -
    -

    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.

    +

    Preservation

    +

    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 revisit old versions.

    diff --git a/old-versions.php b/old-versions.php new file mode 100644 index 0000000..76dfb18 --- /dev/null +++ b/old-versions.php @@ -0,0 +1,33 @@ + + + + Old Versions | OpenWF + + + + + +
    +

    Recent Versions

    +

    While the Bootstrapper and SpaceNinjaServer do stay up-to-date, they are still compatible with previous versions and should at least allow you to login and play:

    + + + + + + + + + + + + + +
    Code VersionTitleSteam Manifest ID
    2024.10.11.10.06Koumei & the Five Fates: Hotfix 37.0.6513490184226321110
    +

    To download an old version, you can use DepotDownloader like so: DepotDownloader.exe -app 230410 -depot 230411 -manifest <manifest id> -username <your steam username>

    +

    2013 Warframe

    +

    There is a DLL + fork of SpaceNinjaServer that can be used to revisit 2013 Warframe. More information about this can be found on our Discord, specifically in this thread.

    +
    + + +