Support static build

This commit is contained in:
Sainan 2025-08-19 20:29:39 +02:00
parent 281de53520
commit b2f7891911
4 changed files with 8 additions and 2 deletions

3
.dynstat.json Normal file
View File

@ -0,0 +1,3 @@
{
"dirs": [".", "supplementals"]
}

3
.gitignore vendored
View File

@ -1,3 +1,6 @@
supplementals/client drop-in supplementals/client drop-in
supplementals/static data supplementals/static data
supplementals/IRC.zip supplementals/IRC.zip
build/
dynstat.php

View File

@ -1,5 +1,5 @@
<?php <?php
$ext = (substr($_SERVER["SERVER_SOFTWARE"] ?? "", 0, 3) == "PHP" ? ".php" : ""); $ext = (!empty($_DYNSTAT) ? ".html" : (substr($_SERVER["SERVER_SOFTWARE"] ?? "", 0, 3) == "PHP" ? ".php" : ""));
$path = strtok($_SERVER["REQUEST_URI"], '?'); $path = strtok($_SERVER["REQUEST_URI"], '?');
?> ?>
<nav class="navbar navbar-expand-sm bg-body-tertiary"> <nav class="navbar navbar-expand-sm bg-body-tertiary">

View File

@ -42,7 +42,7 @@
<li>Put the setup in the game's installation folder (the one where Warframe.x64.exe is in) and run it there.</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> </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>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> <p>The bootstrapper is <a href="bootstrapper-manual<?=(!empty($_DYNSTAT) ? ".html" : "");?>" 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>