Go to file
WillConker a00df30676 Added informative return value to vl_client.send_message 2024-07-03 17:06:19 +01:00
README.md update the readme (small tweak) 2024-07-03 17:19:33 +02:00
api.lua Added informative return value to vl_client.send_message 2024-07-03 17:06:19 +01:00
init.lua Initial commit: insecure server-client communication protocol 2024-07-03 15:59:30 +01:00
mod.conf Initial commit: insecure server-client communication protocol 2024-07-03 15:59:30 +01:00
ping.lua Added informative return value to vl_client.send_message 2024-07-03 17:06:19 +01:00

README.md

vl_client - VoxeLibre Client Mod

To be used with the vl_client_interface server mod (see https://git.minetest.land/WillConker/VoxeLibre/src/branch/vl_csm/mods/MISC/vl_client_interface) Also see VoxeLibre/VoxeLibre#4428

Installation:

  1. checkout the vl_csm server branch on my fork
  2. create the clientmods directory in .minetest (or wherever, so that it is in the same folder as games/ and mods/)
  3. add clientmods/mods.conf (note the s) which must contain the line load_mod_vl_client = true
  4. clone this repo to clientmods/vl_client
  5. ensure the minetest setting enable_client_modding is true

^^ Did I miss anything in the installation?

Progress:

  • Currently a client can connect to the server and the server registers a connected client
  • Specifically the client mod is said to be "activated" if the server supports the csm and the client has the csm
  • More details to follow