Page 1 of 1

[Mod] Danger/Hazard Signs [V1.0] [sign]

PostPosted: Sun Jun 16, 2013 23:28
by Dan Duncombe
This mod has probably been done before, but hey. It adds a wide variety of danger signs which can be used in many situations. To craft first sign do:
x=steel ingot

xxx
xxx
-x-

To craft the rest, put it in a crafting grid, each time it will move onto the next sign. It must be in the center. Any sign suggestions welcome.

License: WTFPL
Depends: None

Download: See below.

Screenshot of all signs (At time of taking)
Image

PostPosted: Mon Jun 17, 2013 00:29
by Inocudom
You should make signs for bathrooms too.

PostPosted: Mon Jun 17, 2013 09:07
by Topywo
Dan Duncombe wrote:If you know how to make the nodes work properly, please say.


You need comma's behind all the lines with paramtype2="wallmounted"
--> paramtype2="wallmounted",

Remove lines 22 and 23, you already have those lines in 20 and 21:
groups = {cracky=3},
})


Put a line with:
paramtype = 'light',
in all the nodes you register, otherwise the sign are dark/black


Optional:

Put a line with:
sunlight_propagates = true,
in all the nodes you register. Something with shadows.

Put these lines:
selection_box = {
type = "wallmounted",
},

in all the nodes you register. It will give your signs a nice border.

I saw you used 64x64 textures. They look very good!

PostPosted: Mon Jun 17, 2013 10:09
by webdesigner97
Looks cool!

PostPosted: Sun Jul 07, 2013 08:26
by webdesigner97
This is a bit offtopic, but which mod adds the nodes where you put the signs on?

PostPosted: Sun Jul 07, 2013 08:40
by Dan Duncombe
I think (if I remember right) they are copper blocks from the Minetest Game version 0.4.7. They may be a block from another mod though.
webdesigner97 wrote:This is a bit offtopic, but which mod adds the nodes where you put the signs on?

PostPosted: Mon Jul 15, 2013 15:58
by Element
you should add a building zone sign

PostPosted: Mon Jul 15, 2013 16:03
by Dan Duncombe
Do you mean like a roadworks sign?
Like this:
Image
Element wrote:you should add a building zone sign

PostPosted: Thu Aug 01, 2013 02:29
by THEGGABOOK77
Very good

PostPosted: Mon Nov 25, 2013 03:14
by rommiekerova
I'd like to see the following signs:

Warning that an area is being constructed. (image above is perfect)
Warning that PVP is enabled.
Warning that damage is enabled.
Warning stating trespassers will be attacked. (This would be useful in a PVP server)
No entry sign.

PostPosted: Thu Nov 28, 2013 15:19
by i love minetest
e.g do not enter
Inocudom wrote:You should make signs for bathrooms too.

Re: [Mod] Danger/Hazard Signs [V1.0] [sign]

PostPosted: Wed Oct 15, 2014 03:51
by Erthome
I could use:

1) YOU GRIEF? BANNED!
2) YOU KILL? BANNED!
3) USE FOUL LANGUAGE? BANNED!
4) YOU HARASS PEOPLE? BANNED!
5) NO WHINING ! (For privileges, free materials, in general.)
6) FREE STUFF or HELP YOURSELF

Maybe ... 7) GAME HINT: (then the custom message)
And/Or ... 8) READ THIS (then the custom message)
And/Or ... 9) ATTN ADMIN: (then the custom message)

Note: 1 through 5 could be handled with a simple "READ and OBEY these Rules " and either custom message (-or- just use regular signs below it)

Re: [Mod] Danger/Hazard Signs [V1.0] [sign]

PostPosted: Wed Oct 15, 2014 03:57
by Erthome
Regarding signs in general...it would be nice if they could allow embedded <cr><lf> character to allow for new line formatting.

Re: [Mod] Danger/Hazard Signs [V1.0] [sign]

PostPosted: Sun Dec 28, 2014 23:33
by Jesseman1
(probably stupid question but...)

what does each sign mean?