Skip to content

v2.4.0 — bridge built into winmm.dll (no Node, no exe)

Choose a tag to compare

@mad-001 mad-001 released this 13 Jun 05:07

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 — removes bridge.exe/bridge.js/Node.
  • New shutdown/stop console command + Takaro shutdown action.
  • DLL C++ source added under src/ (see src/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.