Why can't I add mods to minetest 0.4.6? (fixed problem)

User avatar
12Me21
Member
 
Posts: 826
Joined: Tue Mar 05, 2013 00:36

Why can't I add mods to minetest 0.4.6? (fixed problem)

by 12Me21 » Wed Apr 10, 2013 22:21

Why cant I add mods to minetest 0.4.6? They don't work no matter where you put them, and there are no errors, it's like the mod isn't even there.
(fixed)
Last edited by 12Me21 on Fri Apr 19, 2013 21:38, edited 1 time in total.
This is a signature virus. Add me to your signature so that I can multiply.
Don't ever save anything as a JPEG.
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

by VanessaE » Wed Apr 10, 2013 22:46

Mods work perfectly fine in 0.4.6 - you're putting them in the wrong place.
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

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

by PilzAdam » Wed Apr 10, 2013 22:51

If you use a game like survival or build you have to put the mods into mods/survival/ instead of mods/minetest/.
 

User avatar
12Me21
Member
 
Posts: 826
Joined: Tue Mar 05, 2013 00:36

by 12Me21 » Thu Apr 11, 2013 18:14

But then why is there a "minetest 0.4.6/mods" folder?
This is a signature virus. Add me to your signature so that I can multiply.
Don't ever save anything as a JPEG.
 

User avatar
Traxie21
Member
 
Posts: 753
Joined: Mon Dec 31, 2012 10:48

by Traxie21 » Thu Apr 11, 2013 18:30

it should be minetest-0.4.6/mods/GAMENAME/MODS_HERE
 

User avatar
12Me21
Member
 
Posts: 826
Joined: Tue Mar 05, 2013 00:36

by 12Me21 » Fri Apr 12, 2013 19:04

12Me21 wrote:But then why is there a "minetest 0.4.6/mods" folder?
This is a signature virus. Add me to your signature so that I can multiply.
Don't ever save anything as a JPEG.
 

patrickgarvilles
Member
 
Posts: 21
Joined: Fri Apr 05, 2013 13:51

by patrickgarvilles » Fri Apr 12, 2013 21:50

i put my mods in games/build,common,survival what ever you want and press it you willl see the mods put there the mod
 

User avatar
12Me21
Member
 
Posts: 826
Joined: Tue Mar 05, 2013 00:36

by 12Me21 » Fri Apr 19, 2013 19:01

12Me21 wrote:
12Me21 wrote:But then why is there a "minetest 0.4.6/mods" folder?
This is a signature virus. Add me to your signature so that I can multiply.
Don't ever save anything as a JPEG.
 

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

by PilzAdam » Fri Apr 19, 2013 19:02

12Me21 wrote:
12Me21 wrote:
12Me21 wrote:But then why is there a "minetest 0.4.6/mods" folder?

Maybe to put mods in it?
 

User avatar
12Me21
Member
 
Posts: 826
Joined: Tue Mar 05, 2013 00:36

by 12Me21 » Fri Apr 19, 2013 19:03

mods still do not work in 0.4.6, so I guess I will wait and see if they fix it in 0.4.7, and use 0.4.5 until it is fixed
This is a signature virus. Add me to your signature so that I can multiply.
Don't ever save anything as a JPEG.
 

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

by PilzAdam » Fri Apr 19, 2013 19:04

12Me21 wrote:mods still do not work in 0.4.6, so I guess I will wait and see if they fix it in 0.4.7, and use 0.4.5 until it is fixed

Since they do work in 0.4.6 there wont be a fix in 0.4.7
 

User avatar
12Me21
Member
 
Posts: 826
Joined: Tue Mar 05, 2013 00:36

by 12Me21 » Fri Apr 19, 2013 19:04

PilzAdam wrote:Maybe to put mods in it?

Why? It doesn't do anything.
This is a signature virus. Add me to your signature so that I can multiply.
Don't ever save anything as a JPEG.
 

User avatar
12Me21
Member
 
Posts: 826
Joined: Tue Mar 05, 2013 00:36

by 12Me21 » Fri Apr 19, 2013 19:08

I guess I will just put the code for my mod into the code for one of the default mods.
This is a signature virus. Add me to your signature so that I can multiply.
Don't ever save anything as a JPEG.
 

User avatar
Jonathan
Member
 
Posts: 119
Joined: Tue Apr 02, 2013 14:07

by Jonathan » Fri Apr 19, 2013 19:19

12Me21,

I have been using mods for 0.4.6, and have not had any issues. I placed the mod (animals), for example, in the following locations

minetest-0.4.6\mods\minetest\animals
minetest-0.4.6\mods\survival\animals

Which allowed me to use it in the minetest and survival game types.

FYI, a mod needs to be all lowercase letters and no special characters in case you did not know.

Correct: minetest-0.4.6\mods\minetest\animals
Incorrect: minetest-0.4.6\mods\minetest\Animals
Incorrect: minetest-0.4.6\mods\minetest\Animals 0.1

Edit: It appears Mod folder names do not need to be all lowercase letter anymore.... Huh, an update in 0.4.6?
Last edited by Jonathan on Fri Apr 19, 2013 19:23, edited 1 time in total.
By perseverance the snail reached the ark.
- Charles Spurgeon
 

User avatar
12Me21
Member
 
Posts: 826
Joined: Tue Mar 05, 2013 00:36

by 12Me21 » Fri Apr 19, 2013 20:24

Thats what I do, but it still won't work.
I put the mod in
minetest-0.4.6\mods\minetest
This is a signature virus. Add me to your signature so that I can multiply.
Don't ever save anything as a JPEG.
 

User avatar
Jonathan
Member
 
Posts: 119
Joined: Tue Apr 02, 2013 14:07

by Jonathan » Fri Apr 19, 2013 20:57

What mod are you trying to use?
By perseverance the snail reached the ark.
- Charles Spurgeon
 

User avatar
12Me21
Member
 
Posts: 826
Joined: Tue Mar 05, 2013 00:36

by 12Me21 » Fri Apr 19, 2013 21:38

nevermind, it works now
This is a signature virus. Add me to your signature so that I can multiply.
Don't ever save anything as a JPEG.
 


Return to Minetest Problems

Who is online

Users browsing this forum: Bing [Bot] and 8 guests

cron