diff --git a/guide.php b/guide.php
index 2d6e773..8ce5695 100644
--- a/guide.php
+++ b/guide.php
@@ -12,7 +12,7 @@ $version = ""; //json_decode(file_get_contents("supplementals/static data/buildC
-
Client/Boostrapper Installation
+ Client/Boostrapper
To use OpenWF, you only need to download the dwmapi.dll and put it in your game's installation folder (the one where Warframe.x64.exe is in).
- As long as this DLL is in the game folder, you can double-click Warframe.x64.exe to start the game with OpenWF.
@@ -46,6 +46,12 @@ $version = ""; //json_decode(file_get_contents("supplementals/static data/buildC
- Run
npm i
(or npm install
) to synchronize library dependencies
- Now to start the server again, run
npm run dev
(if this is too slow on your machine, you can use npm run build
followed by npm run start
)
+ IRC Server
+ In addition to SpaceNinjaServer, you can also set up an IRC server for the in-game chat:
+
+ - warframe-irc-server — an IRC server specifically made for Warframe. Talks to SpaceNinjaServer to give "chat moderator" permissions and report dropped connections.
+ - InspIRCd — a well-known IRC server implementation used by DE themselves (albeit with unknown modifications). A pre-configured Windows copy of it can be downloaded here.
+