v2.4.0 — bridge built into winmm.dll (no Node, no exe)
The entire bridge is now compiled into a single self-contained winmm.dll (~1 MB): it connects to Takaro over a native WinHTTP secure WebSocket and to the game over the N_EXTERNAL UDP API, in-process. No more 38 MB bridge.exe, no Node.
Install (4 files — extract into your server folder)
winmm.dll (server root)
mods/TakaroConnector/TakaroConfig.txt
mods/TakaroConnector/scripts/server_scripts.txt
mods/TakaroConnector/scripts/server/takaro_connector.lua
Edit TakaroConfig.txt (SERVER_NAME + REGISTRATION_TOKEN) and start the server.
Changes
- Bridge folded into
winmm.dll— removesbridge.exe/bridge.js/Node. - New
shutdown/stopconsole command + Takaro shutdown action. - DLL C++ source added under
src/(seesrc/BUILD.md).
Requires the Voxel Turf 1.9.9 beta dedicated server. The previous Node bridge.exe build remains available in the v2.3.8 release.