WillConker 41da148b3e | ||
---|---|---|
.. | ||
README.md | ||
api.lua | ||
init.lua | ||
mod.conf | ||
ping.lua |
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:
- checkout the
vl_csm
server branch on my fork - create the
clientmods
directory in .minetest (or wherever, so that it is in the same folder as games/ and mods/) - add
clientmods/mods.conf
(note the s) which must contain the lineload_mod_vl_client = true
- clone this repo to
clientmods/vl_client
- ensure the minetest settings
enable_client_modding
andenable_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