Change minimap text, remove radar text

master
Wuzzy 2016-02-13 16:18:16 +01:00
parent 2e1e55b50f
commit fe7a58fee7
2 changed files with 7 additions and 16 deletions

View File

@ -234,7 +234,12 @@ colors of the blocks this world is made on. It only shows the topmost
blocks, everything below is hidden, like a satellite photo. Surface
mode is useful if you got lost.
Radar mode is more complicated and will be explained on another sign.
Radar mode is more complicated. It displays the "denseness" of the area
around you and changes with your height. Roughly, the more green an
area is, the less "dense" it is. Black areas have many blocks. Use
the radar to find caverns, hidden areas, walls and more. Currently,
radar mode does not work in the tutorial. Sorry, you have to try it
out in subgames.
There are also two different direction modes. Normally, "up" on the minimap
is always pointing to the North. But if you press [Shift]+[F9], the minimap
@ -246,19 +251,6 @@ In some subgames, the minimap may be disabled.
Toggle minimap mode: [F9]
Toggle minimap rotating: [Shift]+[F9]]=]
tutorial.texts.radar =
[=[If you press [F9] a couple of times, you can enable radar mode,
a mode of the minimap.
In radar mode only shades of green are visible. The greenness roughly tells
you how "dense" a nearby spot is. Green areas are have only a few blocks
where black areas are very dense and have a lot of cubes stacked vertically.
Radar mode is useful to find tunnels, caverns and ways hidden under the
ground or behind walls.
Sorry, in this tutorial, radar mode doesn't show you anything useful at the
moment (but it is planned for later versions). Try out radar mode in
subgames.]=]
tutorial.texts.blocks =
[[The world of Minetest is made entirely out of blocks, or voxels, to be precise.
Blocks can be added or removed with the correct tools.
@ -933,7 +925,6 @@ tutorial.register_infosign("intro", "Introduction", tutorial.texts.intro)
tutorial.register_infosign("minetest", "Minetest", tutorial.texts.minetest)
tutorial.register_infosign("cam", "Player Camera", tutorial.texts.cam)
tutorial.register_infosign("minimap", "Minimap", tutorial.texts.minimap)
tutorial.register_infosign("radar", "Radar", tutorial.texts.radar)
tutorial.register_infosign("runover", "Small Abysses", tutorial.texts.runover)
tutorial.register_infosign("jumpup", "Jumping (1)", tutorial.texts.jumpup)
tutorial.register_infosign("jumpover", "Jumping (2)", tutorial.texts.jumpover)

View File

@ -268,7 +268,7 @@ The distance you need to point to things solely depends on the tool you carry.\n
You will often meet some blocks you can use. Something special happens when you\nright-click while pointing on them.\nIn fact, you already used such blocks: All the signs you read are "usable" blocks.\n\nThere is a strange device next to this sign. Use it and see what happens.\n\n Use usable block: [Right mouse button]
# Tutorial text: minimap
Press the [F9] key to make a minimap appear on the top right.\nThe minimap helps you to find your way around the world.\nPress it again to toggle through different minimap modes and zoom levels.\n\nThere are 2 minimap modes and 3 zoom levels.\n\nSurface mode is a top-down view of the world, roughly resembling the\ncolors of the blocks this world is made on. It only shows the topmost\nblocks, everything below is hidden, like a satellite photo. Surface\nmode is useful if you got lost.\n\nRadar mode is more complicated and will be explained on another sign.\n\nThere are also two different direction modes. Normally, "up" on the minimap\nis always pointing to the North. But if you press [Shift]+[F9], the minimap\nwill instead rotate with your looking direction, so "up" is always your\nlooking direction.\n\nIn some subgames, the minimap may be disabled.\n\n Toggle minimap mode: [F9]\n Toggle minimap rotating: [Shift]+[F9]
Press the [F9] key to make a minimap appear on the top right.\nThe minimap helps you to find your way around the world.\nPress it again to toggle through different minimap modes and zoom levels.\n\nThere are 2 minimap modes and 3 zoom levels.\n\nSurface mode is a top-down view of the world, roughly resembling the\ncolors of the blocks this world is made on. It only shows the topmost\nblocks, everything below is hidden, like a satellite photo. Surface\nmode is useful if you got lost.\n\nRadar mode is more complicated. It displays the "denseness" of the area\naround you and changes with your height. Roughly, the more green an\narea is, the less "dense" it is. Black areas have many blocks. Use\nthe radar to find caverns, hidden areas, walls and more. Currently,\nradar mode does not work in the tutorial. Sorry, you have to try it\nout in subgames.\n\nThere are also two different direction modes. Normally, "up" on the minimap\nis always pointing to the North. But if you press [Shift]+[F9], the minimap\nwill instead rotate with your looking direction, so "up" is always your\nlooking direction.\n\nIn some subgames, the minimap may be disabled.\n\n Toggle minimap mode: [F9]\n Toggle minimap rotating: [Shift]+[F9]
# Tutorial text: radar
If you press [F9] a couple of times, you can enable radar mode,\na mode of the minimap.\n\nIn radar mode only shades of green are visible. The greenness roughly tells\nyou how "dense" a nearby spot is. Green areas are have only a few blocks\nwhere black areas are very dense and have a lot of cubes stacked vertically.\nRadar mode is useful to find tunnels, caverns and ways hidden under the\nground or behind walls.\nSorry, in this tutorial, radar mode doesn't show you anything useful at the\nmoment (but it is planned for later versions). Try out radar mode in\nsubgames.