Page 1 of 1

linux mods

PostPosted: Tue Aug 13, 2013 21:56
by dowaine
How do you put mods under linux? In windows you just put the file in the mods folder, but how do you do this under linux?

PostPosted: Tue Aug 13, 2013 22:12
by PilzAdam
Do you have a RUN_IN_PLACE version or a system-wide installed one?

PostPosted: Wed Aug 14, 2013 04:11
by sdzen
http://dev.minetest.net/Installing_Mods please try to make good use of the wiki, it is here to help of course :)

PostPosted: Wed Aug 14, 2013 12:30
by ak399g
For me (Xubuntu 12.04 and 13.04), inside the "/home/USER/" directory there is a hidden folder called ".minetest"
Inside that folder there should be a folder called "mods" -- if there isn't, make one.
Then extract the .zip file or what-have-you of the mod into the "/home/USER/.minetest/mods/" folder and rename it to whatever the name of the mod is supposed to be (it's listed in the forum thread for each mod).
If you're absolutely lost, do a search for "minetest.conf" -- whatever directory that shows up in is the right one to create a "mods" folder in.

PostPosted: Wed Aug 14, 2013 12:41
by PilzAdam
ak399g wrote:For me (Xubuntu 12.04 and 13.04), inside the "/home/USER/" directory there is a hidden folder called ".minetest"
Inside that folder there should be a folder called "mods" -- if there isn't, make one.
Then extract the .zip file or what-have-you of the mod into the "/home/USER/.minetest/mods/" folder and rename it to whatever the name of the mod is supposed to be (it's listed in the forum thread for each mod).
If you're absolutely lost, do a search for "minetest.conf" -- whatever directory that shows up in is the right one to create a "mods" folder in.

That is for system-wide installation of Minetest.
For RUN_IN_PLACE there is a mods/ folder in the minetest directory, just like in the windows builds.

PostPosted: Wed Aug 14, 2013 14:23
by dowaine
im running Ubuntu. im not sure what version it is though.

PostPosted: Wed Aug 14, 2013 14:25
by Evergreen
dowaine wrote:im running Ubuntu. im not sure what version it is though.
Yes, but is it system wide installed, or is a RUN_IN_PLACE build?

PostPosted: Wed Aug 14, 2013 15:22
by dowaine
i have a system wide install and i found what im looking for thanks

PostPosted: Wed Aug 14, 2013 15:35
by Evergreen
dowaine wrote:i have a system wide install and i found what im looking for thanks
No problem. :-)