-
Notifications
You must be signed in to change notification settings - Fork 39
Home
In the same way as in Psych Engine
You can do that by using the FNF Modpack Converter Tool
Launch the
run-server.bat
batch file that is in the same directory where you launch the game, follow the steps to install the required server components and that should launch the server!
VPNs like Hamachi and Ngrok will expose your server outside of the local network.
That means the server is down.
The server is hosted on a free host (render.com) that puts inactive servers to sleep, when someone wakes up the server by sending something to it the server takes about one and a half minutes to launch again. If the server doesn't respond for longer than 3 minutes then probably the hosting is down.
The other player then should connect to
ws://localhost:2567
(if you're playing locally). If you want to expose the server to the internet or just one person then you can use port forwarding tools like Hamachi.
Update Haxe.
Make sure to install the proper libraries and versions of them. The libraries and their versions are listed in the
hmm.json
file. You can usehmm install
to install them or manually using HaxeLib commandhaxelib install <library> <version>
. Restarting the OS is recommended after installing all of the libraries.
Declarate 'onMessage(message)' in the Lua script to receive custom messages to the other player.
Call 'sendMessage(message)' in the Lua script to send custom messages to the other player.