Page 1 of 1

Help with installing mods

Posted: Sat Dec 17, 2011 20:40
by IPushButton2653
I have been trying to install the obsidian and gemstones mods, but I think I may have done something wrong. PLEASE HELP!!!

Posted: Sat Dec 17, 2011 21:30
by IPushButton2653
I put the mods in the data/mods folder, and it still won't work. I don't know what to do, and I searched the forums and couldn't find anything that helped.

Posted: Sat Dec 17, 2011 22:04
by bwog
Why do you think something is wrong? If the gems aren't showing up go far away so that it generates new areas.

Posted: Sat Dec 17, 2011 22:13
by IPushButton2653
But the obsidian, it's the one I am trying to get to work. I tried, but failed. I think I must have forgotten something.

Posted: Sat Dec 17, 2011 22:21
by bwog
What's wrong? Is it crashing? You can't craft what you're supposed to be able to?

Posted: Sat Dec 17, 2011 23:51
by IPushButton2653
I incorrectly installed the mod or something, because it is not working in-game

Posted: Sun Dec 18, 2011 00:26
by bwog
Your folders should be like this:
Minetest folder
-data
-mods
-mod folder
-texutures folder
-depends.txt
-init.lua

Is that what it looks like?

Posted: Sun Dec 18, 2011 00:36
by IPushButton2653
Yes, but I don't know what I am doing wrong.

Posted: Sun Dec 18, 2011 00:38
by IPushButton2653
Is it something about the depends.txt? That's as much as I can think what I may have wrong.

Posted: Sun Dec 18, 2011 02:07
by bwog
IPushButton2653 wrote:Is it something about the depends.txt? That's as much as I can think what I may have wrong.
It should be in the same folder as init.lua.

Posted: Sun Dec 18, 2011 18:32
by IPushButton2653
It's set up as:
-obsidian
-textures
-init.lua
-depends.txt
I am on Windows

Posted: Sun Dec 18, 2011 18:59
by sdzen
there's a possibility that the mod isn't current to the version your using try and download it again to see if its that

Posted: Sun Dec 18, 2011 19:48
by IPushButton2653
i fixed it thanks to Hackeridze

Posted: Sun Dec 18, 2011 21:15
by IPushButton2653
Now the gemstones mod won't work :/

Posted: Sun Dec 18, 2011 22:04
by Calinou
Those gemstones will only be generated in new chunks... you need to delete your current map (you will lose any and all items) or wander far away from the already generated chunks.

Posted: Mon Dec 19, 2011 03:31
by dannydark
IPushButton2653 wrote:i fixed it thanks to Hackeridze
Just out of interest how did you fix the obsidian mod? it seems it doesn't work for me either.

Posted: Tue Dec 20, 2011 02:03
by IPushButton2653
I changed all the default textures i.e. water_flowing becomes default:water_flowing.
And does anyone have any clue to the gemstones? I can't even get on map. If someone who has the correct init.lua file for it could post it, I could correct as needed for my system. I'm good at simple logic, but suck at coding.

Posted: Tue Dec 20, 2011 17:05
by Calinou
We need the error message (check the debug.txt file in your Minetest installation folder, last lines) to help you...

Posted: Wed Dec 21, 2011 02:13
by IPushButton2653
20:12:04: ERROR[main]: ModError: Failed to load and run C:\Users\Brennan.hewie-pc\Desktop\minetest 0.4\bin\..\data\mods\gemstones\init.lua
20:12:04: ERROR[main]: error_message = ModError: Failed to load and run C:\Users\Brennan.hewie-pc\Desktop\minetest 0.4\bin\..\data\mods\gemstones\init.lua

This is what it said

Posted: Wed Dec 21, 2011 02:15
by IPushButton2653
20:12:04: ERROR[main]: Failed to load and run script from C:\Users\Brennan.hewie-pc\Desktop\minetest 0.4\bin\..\data\mods\gemstones\init.lua:
20:12:04: ERROR[main]: [LUA]
20:12:04: ERROR[main]: [LUA] ...top\minetest 0.4\bin\..\data\mods\gemstones\init.lua:9: attempt to call field 'get_modpath' (a nil value)
20:12:04: ERROR[main]: stack traceback:
20:12:04: ERROR[main]: ...top\minetest 0.4\bin\..\data\mods\gemstones\init.lua:9: in main chunk
20:12:04: ERROR[main]: [LUA]
20:12:04: ERROR[main]: Server: Failed to load and run C:\Users\Brennan.hewie-pc\Desktop\minetest 0.4\bin\..\data\mods\gemstones\init.lua
forgot this part

Posted: Wed Dec 21, 2011 15:26
by celeron55
Apparently gemstones is using a function in the Lua API which isn't contained in the latest Windows build.

Posted: Thu Dec 22, 2011 16:39
by IPushButton2653
In other words, it doesn't work on Windows?

Posted: Thu Dec 22, 2011 16:44
by dannydark
It does if you compile from source yourself, I think celeron55 meant it isn't in the latest windows build that he has compiled (which I'm guessing you have downloaded).

Posted: Thu Dec 22, 2011 17:10
by IPushButton2653
I have no clue how to compile or do any of this. And none of the other mods I am trying to install (cube, village, and flowers) are wanting to work either.