Page 1 of 1

[Mod] Hiking [hiking]

PostPosted: Tue Jun 16, 2015 18:13
by martian
Hiking signs are common where I come from (not glowing ones, but neither are torches.) Missing them in minetest. Not any more! :-)

Signs are applied to rocks, tree trunks, walls. And where there are no objects to apply them to, often poles are used to mark the path. (Very useful in winter.) There are four common colours used: red, blue, yellow and green. Red and blue are mostly used for longer tracks, while yellow and green for local ones or to connect blues and reds.

Image
+ More screenshots


I think this would be great with paramat's trail.

Featured in Nathan's review who has kindly posted patches for discovered issues.

Signs

To craft X signs use (where X is one of Red, Blue, Green and Yellow):
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
White dye
X dye
White dye


To craft arrow signs:
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
X sign  X sign 
X sign  X sign  X dye
X sign  X sign 

and
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
       X sign  X sign
X dye  X sign  X sign
       X sign  X sign


To craft pole sign:
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
stick
stick

and coloured one with sign:
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
X sign
stick
stick


To craft a Tall pole or Very tall pole:
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
stick
stick
stick

or
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
stick
Tall pole


To make an Illuminated sign use shapeless
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
A sign Torch
recipe.

License:
WTFPL

Dependencies:
default
dye

Minetest Version:
0.4.11 (developed and tested with this version.)

GitHub:
https://github.com/csonto/hiking

Download:
https://github.com/csonto/hiking/zipball/master

Re: [Mod] Hiking [hiking]

PostPosted: Tue Jun 16, 2015 18:21
by cx384
nice signs :)

Re: [Mod] Hiking [hiking]

PostPosted: Tue Jun 16, 2015 18:51
by cd2
looks cool :)
And welcome to minetest forums :D

Re: [Mod] Hiking [hiking]

PostPosted: Tue Jun 16, 2015 19:08
by martian
So glad you like them. The Sunday was not wasted though my significant other would likely disagree. Though he can do /home I do not want my boy to get lost in the country so we spent the day learning lua and fixing and working around issues with multi-storey items. Enjoy!

Re: [Mod] Hiking [hiking]

PostPosted: Tue Jun 16, 2015 20:11
by Cryterion
Looks interesting :), reminds my of my Scout days!

Re: [Mod] Hiking [hiking]

PostPosted: Wed Jun 17, 2015 04:46
by Nathan.S
Looks stellar, definitely going to download and review.

I found a few things that looked like errors when I was doing my review video, created a pull request fixing them. Feel free to merge or not. :)