Page 1 of 1

could somebody help me with mod errors?

PostPosted: Tue Oct 02, 2012 12:56
by paduggio
I tried to add habitat mods like plants, jungle trees, farming etc. But then the game gives me this error "ModError: mod "bas080-jungletree-c35b064" has unsatisfied dependencies: "habitat". So if somebody minetester knows how to fix this problem, please let me know!

PostPosted: Tue Oct 02, 2012 13:14
by cornernote
in the description of jungletrees mod it says:


PostPosted: Tue Oct 02, 2012 13:54
by paduggio
thanx! didn't notice that by myself, should read descriptions more carefully :D everything works fine now

PostPosted: Tue Oct 02, 2012 14:11
by paduggio
great now I have a new problem. I don't get that habitat error anymore but my plants and jungletrees mods are not working. Did I do something wrong? I placed the files like this /home/patrik/Pelit/minetest /games/celeron55-minetest_game-87a1e37/mods/habitat/jungletrees. Other mods are working just fine, but these habitat mods won't cooperate with me

PostPosted: Tue Oct 02, 2012 14:23
by PilzAdam
paduggio wrote:great now I have a new problem. I don't get that habitat error anymore but my plants and jungletrees mods are not working. Did I do something wrong? I placed the files like this /home/patrik/Pelit/minetest /games/celeron55-minetest_game-87a1e37/mods/habitat/jungletrees. Other mods are working just fine, but these habitat mods won't cooperate with me

Placing the mods in the minetest_game folder is not recommendet. Read this wiki article.

PostPosted: Tue Oct 02, 2012 14:37
by paduggio
placing mods in /home/patrik/Pelit/minetest /mods/minetest didn't work with me, unfortionatly. Im not sure if I have to create some folders or something? I installed my minetest with source code and the version is unstable (0.4) and used DRUN_IN_PLACE=1

PostPosted: Tue Oct 02, 2012 14:47
by PilzAdam
paduggio wrote:placing mods in /home/patrik/Pelit/minetest /mods/minetest didn't work with me, unfortionatly. Im not sure if I have to create some folders or something? I installed my minetest with source code and the version is unstable (0.4) and used DRUN_IN_PLACE=1

Then put the mods in [minetest_folder]/mods/minetest/
In this directory should be a file called mods_here.txt
Unpack the mods an put them there. Example file structure:
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
minetest/
+ bin/
+ builtin/
+ mods/
  + minetest/
    + mods_here.txt
    + tnt/
      + textures/
      + sounds/
      + init.lua
    + carts/
      + textures/
      + sounds/
      + init.lua

PostPosted: Tue Oct 02, 2012 15:41
by paduggio
that is exatly what I have tried put it dont work. can't figure out what is the problem :/

PostPosted: Tue Oct 02, 2012 16:40
by paduggio
I think that I'm going to install stable version and try again

PostPosted: Tue Oct 02, 2012 18:12
by Topywo
Maybe this causes the error:

/home/patrik/Pelit/minetest /games/celeron55-minetest_game-87a1e37/mods/habitat/jungletrees. Should be:

/home/patrik/Pelit/minetest /games/celeron55-minetest_game-87a1e37/mods/minetest/habitat and
/home/patrik/Pelit/minetest /games/celeron55-minetest_game-87a1e37/mods/minetest/jungletrees.

Habitat is a mod next to the other mods, not a 'mother-mod'