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).
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.
The DLL is fully documented here, but I know you're not going to click that link and read that page, so just know that when the game is running, you can visit http://localhost:61558/ to manage options, cheats, and scripts.
git clone https://openwf.io/SpaceNinjaServer.git
in a command prompt to download SpaceNinjaServer in the current working directorycd SpaceNinjaServer
)copy config.json.example config.json
to create a config.json from config.json.examplegit clone https://openwf.io/0.git
in the static/data
foldernpm i
(or npm install
) to install library dependenciesnpm run dev
(if this is too slow on your machine, you can use npm run build
followed by npm run start
)git pull
in the SpaceNinjaServer folder
git config remote.origin.url https://openwf.io/SpaceNinjaServer.git
git pull
in the static/data/0
foldernpm i
(or npm install
) to synchronize library dependenciesnpm run dev
(if this is too slow on your machine, you can use npm run build
followed by npm run start
)