vl_client/vl_client_core
WillConker 41da148b3e Added support for client-sent skins 2024-07-06 16:06:57 +01:00
..
README.md Added support for client-sent skins 2024-07-06 16:06:57 +01:00
api.lua Added support for client-sent skins 2024-07-06 16:06:57 +01:00
init.lua Added support for client-sent skins 2024-07-06 16:06:57 +01:00
mod.conf Added support for client-sent skins 2024-07-06 16:06:57 +01:00
ping.lua Added support for client-sent skins 2024-07-06 16:06:57 +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 settings enable_client_modding and enable_mod_channels are 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