rumble/README.md

1.4 KiB

this clientside mod aims to log certain types of player interactions, so that these can be read and interpreted by external programs. it was made to be used in combination with a python program and Intiface to add rumble support to minetest. for now it only logs player damage and death.

installing clientside mods is not very well documented and varies between clients.

this forum post explains it quite ok https://forum.minetest.net/viewtopic.php?f=53&t=17830

  1. Navigate to the Client-Side Modding section (you should already be here), and find a mod you wish to install.

  2. Navigate to your minetest directory and create a folder called clientmods if it does not exist.

  3. Download or clone the mod into the clientmod directory

  4. Create a text file called mods.conf inside the clientmods folder if it does not exist. this should be in the same directory that has debug.txt in it

  5. Open mods.conf in your favorite text editor and add load_mod_modname = true (where modname is the name of the client mod you downloaded). Save the file.

  6. Open Minetest and navigate to the Settings tab. Select Advanced Settings. Navigate to Client > Network > Enable Client Modding or search for "client". With Enable Client Modding selected, select the Edit button and change the displayed option to Enabled in the dropdown, or simply double-click the setting. Save your changes.

Your client-side mod has been enabled! Type .help all in chat to see what you can do!