Where to put mods in mac?

OmniStudent
Member
 
Posts: 261
Joined: Sat Nov 03, 2012 06:40

Where to put mods in mac?

by OmniStudent » Sat Nov 17, 2012 06:51

I can't find a "mods" folder to put mods in on my mac.
There are mods folders in the game dirs in the precompiled dir structures, but I guess I should be able to put mods in an aldready compiled game?
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Sat Nov 17, 2012 10:12

Do you have a run in place version or a globaly installed version?
 

OmniStudent
Member
 
Posts: 261
Joined: Sat Nov 03, 2012 06:40

by OmniStudent » Sat Nov 17, 2012 12:59

Run in place I suppose: the binaries are in the minecraft.app folder that xcode produces.
Info is stored in /Users/me/Library/Application\ Support/minetest
, but there's no folder for mods there.
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Sat Nov 17, 2012 13:07

Maybe this helps a bit: https://github.com/celeron55/minetest/blob/master/doc/lua_api.txt#L30
Sometimes you have to create the folders first.
 

OmniStudent
Member
 
Posts: 261
Joined: Sat Nov 03, 2012 06:40

by OmniStudent » Sat Nov 17, 2012 15:32

Thanks, but I found it in

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
/Users/me/minetest/minetest/minetest.app/Contents/Resources/games/minetest_game/mods/


I think you have to be in command line to put stuff in there:

example: installing the mod "oneclick":
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
cd /Users/me/minetest/minetest/minetest.app/Contents/Resources/games/minetest_game/mods/
cp /Users/security/Downloads/oneclick.zip .
unzip oneclick.zip


example uninstalling the mod "oneclick"
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
mv -R /Users/me/minetest/minetest/minetest.app/Contents/Resources/games/minetest_game/mods/oneclick /User/me/minetest/minetest
 


Return to WIP Mods

Who is online

Users browsing this forum: No registered users and 14 guests

cron