Update for booststrapper 0.10.10 hotfix 1

This commit is contained in:
Sainan 2025-05-01 13:31:55 +02:00
parent e26672e0c9
commit 415bc087d6
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@
</head> </head>
<body> <body>
<h1>OpenWF Bootstrapper Manual</h1> <h1>OpenWF Bootstrapper Manual</h1>
<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> <p>While the main feature of the bootstrapper (wtsapi32.dll or dwmapi.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>

View File

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