Installing mods
m |
m (→Install) |
||
(3 intermediate revisions by one user not shown) | |||
Line 3: | Line 3: | ||
== Extract == | == Extract == | ||
− | Use your favorite extraction program such as | + | Use your favorite extraction program such as 7-Zip or WinRar to extract the mod files from their respective download location. |
== Install == | == Install == | ||
− | As of | + | As of 0.4.7, simply move the mod folder to the |
:<code>/mods/</code> | :<code>/mods/</code> | ||
− | directory in your | + | directory in your Minetest folder. |
− | Each mod should have | + | Each mod should have its own folder within the default mod folder. |
So for example: | So for example: | ||
Line 18: | Line 18: | ||
You can also place mods in the worldmods directory inside every world directory. Example: | You can also place mods in the worldmods directory inside every world directory. Example: | ||
:<code>/worlds/WORLDNAME/worldmods/MODHERE/</code>. | :<code>/worlds/WORLDNAME/worldmods/MODHERE/</code>. | ||
+ | |||
+ | '''After installing the mod, start Minetest, go to the world's "Configure" menu, click "Enable All" then "Save".''' | ||
+ | |||
+ | == Windows == | ||
+ | |||
+ | See above. | ||
== Linux == | == Linux == |
Latest revision as of 21:37, 6 September 2013
Installing mods is extremely simple.
Contents |
Extract
Use your favorite extraction program such as 7-Zip or WinRar to extract the mod files from their respective download location.
Install
As of 0.4.7, simply move the mod folder to the
/mods/
directory in your Minetest folder.
Each mod should have its own folder within the default mod folder.
So for example:
/mods/MODHERE/
.
You can also place mods in the worldmods directory inside every world directory. Example:
/worlds/WORLDNAME/worldmods/MODHERE/
.
After installing the mod, start Minetest, go to the world's "Configure" menu, click "Enable All" then "Save".
Windows
See above.
Linux
RUN_IN_PLACE disabled
If you installed the game from repository from your Linux dist, then you need to add the mods in: (~ = homefolder)
~/.minetest/mods/
RUN_IN_PLACE enabled
If you use RUN_IN_PLACE=1 (enabled) your mods folder is in your minetest base directory (the place the game is):
/mods/