Support static build
This commit is contained in:
parent
281de53520
commit
b2f7891911
3
.dynstat.json
Normal file
3
.dynstat.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"dirs": [".", "supplementals"]
|
||||
}
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,6 @@
|
||||
supplementals/client drop-in
|
||||
supplementals/static data
|
||||
supplementals/IRC.zip
|
||||
|
||||
build/
|
||||
dynstat.php
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?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"], '?');
|
||||
?>
|
||||
<nav class="navbar navbar-expand-sm bg-body-tertiary">
|
||||
|
||||
@ -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>
|
||||
</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>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>
|
||||
<p>In addition to SpaceNinjaServer, you can also set up an IRC server for the in-game chat:</p>
|
||||
<ul>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user