Remove public server list
This commit is contained in:
parent
675fe1533a
commit
b800360ed0
@ -16,7 +16,7 @@
|
||||
"setup.c.dblclk": "[UNTRANSLATED] As long as this DLL is in the game folder, you can double-click Warframe.x64.exe to start the game with OpenWF.",
|
||||
"setup.c.laurvt": "[UNTRANSLATED] Opening the game's launcher will revert it back to normal.",
|
||||
"setup.c.docshttp": "[UNTRANSLATED] The DLL 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:61558/\" target=\"_blank\">http://localhost:61558/</a> to manage options, cheats, and scripts.",
|
||||
"setup.c.next": "[UNTRANSLATED] <b>Next steps:</b> By default, the DLL redirects requests to localhost — meaning the same machine you're playing on — so you'll either need to set up a server or change the server_host to point to a different machine that's already got a server running. You can use <a href=\"/server-list\">a public server</a> if you don't need to be able to play offline and have full control.",
|
||||
"setup.c.next": "[UNTRANSLATED] <b>Next steps:</b> By default, the DLL redirects requests to localhost — meaning the same machine you're playing on — so you'll either need to set up a server or change the server_host to point to a different machine that's already got a server running.",
|
||||
"setup.s.prereq": "[UNTRANSLATED] Server Prerequisites",
|
||||
"download": "[UNTRANSLATED] Download",
|
||||
"setup.s.install": "[UNTRANSLATED] Server Installation",
|
||||
|
@ -16,7 +16,7 @@
|
||||
"setup.c.dblclk": "As long as this DLL is in the game folder, you can double-click Warframe.x64.exe to start the game with OpenWF.",
|
||||
"setup.c.laurvt": "Opening the game's launcher will revert it back to normal.",
|
||||
"setup.c.docshttp": "The DLL 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:61558/\" target=\"_blank\">http://localhost:61558/</a> to manage options, cheats, and scripts.",
|
||||
"setup.c.next": "<b>Next steps:</b> By default, the DLL redirects requests to localhost — meaning the same machine you're playing on — so you'll either need to set up a server or change the server_host to point to a different machine that's already got a server running. You can use <a href=\"/server-list\">a public server</a> if you don't need to be able to play offline and have full control.",
|
||||
"setup.c.next": "<b>Next steps:</b> By default, the DLL redirects requests to localhost — meaning the same machine you're playing on — so you'll either need to set up a server or change the server_host to point to a different machine that's already got a server running.",
|
||||
"setup.s.prereq": "Server Prerequisites",
|
||||
"download": "Download",
|
||||
"setup.s.install": "Server Installation",
|
||||
|
@ -1,29 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>OpenWF Server List</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="https://calamity-inc.github.io/Silver/base.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>OpenWF Server List</h1>
|
||||
<p>The following are public servers you may use for your OpenWF adventures. Note that OpenWF currently doesn't have any multiplayer interactions beyond IRC/chat.</p>
|
||||
<ul>
|
||||
<li>
|
||||
athena.source.wf
|
||||
<ul>
|
||||
<li><a href="http://athena.source.wf" target="_blank">WebUI Link</a></li>
|
||||
<!-- <li>HTTP Port: 80</li>
|
||||
<li>HTTPS Port: 443</li> -->
|
||||
<li>
|
||||
Software: SpaceNinjaServer
|
||||
<ul>
|
||||
<li>Cheats Allowed: Yes</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>IRC Server: InspIRCd</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user