Page 1 of 1

Stuck with installing a map

PostPosted: Mon Nov 16, 2015 04:39
by thorvald
I have downloaded the bioma snow. I renamed the dir as stated in https://github.com/Splizard/minetest-mod-snow,
but I put it in the path: /home/user/.minetest/worlds

I have another world directory, which is /home/user/.minetest/world.

When I start a new game I cannot see the snow bioma.

Re: Stuck with installing a map

PostPosted: Mon Nov 16, 2015 07:54
by firefox
this is a mod, not a map ...

INSTALL:
----------
Place this folder in your minetest mods folder.
(http://dev.minetest.net/Installing_Mods)

* After downloading, unzip the file.
* Rename the directory "minetest-mod-snow-master" to "snow"
* Copy the "snow" directory into either
../minetest/worlds/yourworld'sname/worldmods/
or
../minetest/mods/
* If you put "snow" in the ../minetest/mods/ directory, either
enable the mod from within Minetest's "Configure" button
(main menu, bottom right) or by adding this line to the
world's "world.mt" file:
load_mod_snow = true


it is designed to add snow biomes to mapgen v6, since by default it has only grass and desert.
for mapgen v5 and v7 you don't need it because they have snow by default (unless you don't have the actual version of minetest, which is 0.4.13).


since this is your first post, you are probably new.
to install mods, put them in your .minetest/mods folder. sometimes you have to rename the folder (e.g. remove the "-master" from it's name). Then you have to select the world in wich you want to play with the mod and click "configure". Select the mod and "enable" it.

also note that this mod only works on mapgenv6 worlds.
worlds created with mapgenv5 or 7 don't need this to have snow biomes.

Re: Stuck with installing a map

PostPosted: Mon Nov 16, 2015 10:18
by Amaz
I don't think that there is much/any need for that mod, because now there are snow biomes in mgv6 (enabled by default). So if you just wander around a map of vanilla Minetest, so long as it is 0.4.13 or later, you'll come across a snow biome.

Re: Stuck with installing a map

PostPosted: Sat Nov 28, 2015 23:57
by swordpaint12
Or you could do
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
fn+f9
for a minimap. It should work. Of course, I haven't tried it on linux...

Re: Stuck with installing a map

PostPosted: Sun Nov 29, 2015 16:54
by kaadmy
Just F9 to disable/zoom minimap works on Linux, Shift+F9 (or Ctrl+F9?)changes minimap shape.