Go to file
WillConker f1ee110ed6 Fix indentation in readme 2024-07-03 17:13:41 +02:00
README.md Fix indentation in readme 2024-07-03 17:13:41 +02:00
api.lua Initial commit: insecure server-client communication protocol 2024-07-03 15:59:30 +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 Initial commit: insecure server-client communication protocol 2024-07-03 15:59:30 +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 server 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