etc:minetest
Различия
Показаны различия между двумя версиями страницы.
Предыдущая версия справа и слеваПредыдущая версияСледующая версия | Предыдущая версия | ||
etc:minetest [28.07.2020 11:18] – [Ориентирование на карте] viacheslav | etc:minetest [30.07.2024 19:21] (текущий) – внешнее изменение 127.0.0.1 | ||
---|---|---|---|
Строка 1: | Строка 1: | ||
+ | ===== Minetest ===== | ||
+ | Бесплатный аналог Майнкрафта | ||
+ | |||
+ | http:// | ||
+ | |||
+ | ==== Mods ==== | ||
+ | [[https:// | ||
+ | Пути: | ||
+ | * [path]\mods\simple_skins\meta - файлы с описаниями | ||
+ | * [path]\mods\simple_skins\textures - текстуры | ||
+ | |||
+ | Сайт со скинами: | ||
+ | Конвертер под Майнтест: | ||
+ | |||
+ | Вроде бы есть [[https:// | ||
+ | - download a skin (https:// | ||
+ | - rename it to character | ||
+ | - put it into your textures map | ||
+ | |||
+ | ==== Ориентирование на карте ==== | ||
+ | Coordinates are expressed like this: (5, 45, -12) | ||
+ | |||
+ | This refers to the position where X=5, Y=45 and Z=-12. The 3 letters are called “axes”: Y is for the height. X and Z are for the horizontal position. | ||
+ | |||
+ | The values for X, Y and Z work like this: | ||
+ | * If you go up, Y increases | ||
+ | * If you go down, Y decreases | ||
+ | * If you follow the sun, X increases | ||
+ | * If you go to the reverse direction, X decreases | ||
+ | * Look to the sun's direction, then turn 90° to the right and go forwards: Z increases | ||
+ | * Look to the sun's direction, then turn 90° to the left and go forwards: Z decreases | ||
+ | * The side length of a full cube is 1 | ||
+ | |||
+ | The easiest way to view your coordinates is by using the debug screen (open with F5). This may be considered cheating in some games (you decide). | ||
+ | |||
+ | https:// | ||
+ | |||
+ | === Генератор карты мира === | ||
+ | https:// | ||
+ | https:// | ||
+ | <code powershell> | ||
+ | # подразумевается, | ||
+ | cd " | ||
+ | |||
+ | dir " | ||
+ | & .\minetestmapper.exe ` | ||
+ | -i " | ||
+ | -o " | ||
+ | --drawplayers --zoom 2 | ||
+ | } | ||
+ | </ | ||