A websocket client for Garry's Mod intended to retrieve scene and frame data from SFM Bridge.
This software can be used to replicate scenes from Source Filmmaker with 1:1 accuracy.
The GWSockets binary module must be installed first, see its documentation for more details.
Once GWSockets is installed, clone this repository to your Garry's Mod's addons
directory.
You should now be able to access console commands with the sfm_bridge_
prefix when loaded.
Requires the use of an SFM Bridge-compatible proxy server and an instance of SFM Bridge.
The SFM Bridge Proxy is provided for ease of use.
To run the proxy server, you must have node.js v16 or higher installed.
When a server is running, you can connect to it by running the sfm_bridge_connect
command.
The default server IP is wss://localhost:9191/
, it can be changed via the sfm_bridge_ip
convar.
This addon can be restricted to super admins only using the sfm_bridge_restrict
convar.
Once the client has successfully connected, when data is transmitted it should update your game automatically.
This software is licensed under the MIT License.