I'm wanting to set up minetest for users of a windows network. The minetest folders would reside on a read-only server share, from which users can invoke minetest.exe.
Problem is, I think minetest expects users to have write permission on the minetest folders and to be able to create a 'user data directory' somewhere within them. I've looked through minetest.conf.example & can't see any way to specify that the user data is to be saved at some other location, say h:\minetest, where the user does have write permission.
Is this possible?