[Mod] Reworked signs from xyz [signs]

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

[Mod] Reworked signs from xyz [signs]

by PilzAdam » Thu Oct 04, 2012 17:25

Hello everyone!
I have reworked the signs mod from xyz (http://minetest.net/forum/viewtopic.php?id=2736).

Changelog:
  • A new input system; There is only one line and it is split up into lines automatically; you can force a newline with " | "
  • Remove the shadows under the sign
  • It overrides the default signs so you dont have 2 different signs in the creative inventory
GitHub:
https://github.com/PilzAdam/signs

Download:
https://github.com/PilzAdam/signs/zipball/master

License:
Same as in the mod from xyz; my changes are also WTFPL

Dependencies:
None.

Screenshot:
Image
Last edited by PilzAdam on Sun Jan 27, 2013 15:01, edited 1 time in total.
 

BZab
 

by BZab » Thu Oct 04, 2012 17:57

Nice, i need to check it
 

User avatar
cHyper
Member
 
Posts: 587
Joined: Fri May 06, 2011 08:49
IRC: cHyper
In-game: cHyper

by cHyper » Thu Oct 04, 2012 18:01

nice work... it should be added with the next mt-version... awesome...
--------------------------------------------------------
 

User avatar
jordan4ibanez
Member
 
Posts: 1865
Joined: Tue Sep 27, 2011 18:44
GitHub: jordan4ibanez
IRC: jordan4ibanez
In-game: jordan4ibanez

by jordan4ibanez » Thu Oct 04, 2012 18:11

I think i might just use this!
If you can think it, you can make it.
 

cornernote
Member
 
Posts: 844
Joined: Wed Jul 11, 2012 15:02

by cornernote » Thu Oct 04, 2012 22:20

If you do clear objects, do you lose the sign text?
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Fri Oct 05, 2012 12:41

cornernote wrote:If you do clear objects, do you lose the sign text?

Yes. But rightclick the sign and hit enter will create a new object (this is also a fix i have done).
 

cornernote
Member
 
Posts: 844
Joined: Wed Jul 11, 2012 15:02

by cornernote » Fri Oct 05, 2012 17:12

can you make it restore the letters when i punch it?
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Fri Oct 05, 2012 17:23

cornernote wrote:can you make it restore the letters when i punch it?

Done: https://github.com/PilzAdam/signs/commit/fa72ba55df12565de7ddef4375a9b6fab1fdaf9e
 

Rickmor
Member
 
Posts: 26
Joined: Tue Jun 19, 2012 16:10

by Rickmor » Fri Oct 05, 2012 17:45

this is AWESOME
 

cornernote
Member
 
Posts: 844
Joined: Wed Jul 11, 2012 15:02

by cornernote » Fri Oct 05, 2012 17:46

PilzAdam wrote:
cornernote wrote:can you make it restore the letters when i punch it?

Done: https://github.com/PilzAdam/signs/commit/fa72ba55df12565de7ddef4375a9b6fab1fdaf9e


+1000

i tried to do it when signs was 1st around, but gave up. thanks PilzAdam
 

User avatar
mauvebic
Member
 
Posts: 1550
Joined: Fri Jan 27, 2012 11:32

by mauvebic » Thu Oct 11, 2012 15:13

Can you extend this into a standalone text printing api? (or a seperate mod entirely?). Sans the sign (the node itself is irrelevant to me, i just want to print text dynamically with different items, resolutions and axis, ). Could also be handy for mods like mailboxes and such :-)
Last edited by mauvebic on Thu Oct 11, 2012 15:14, edited 1 time in total.
"Fuck the hat." - Paulie Gualtieri
 

Guest2
 

by Guest2 » Thu Oct 11, 2012 15:43

I love this mod :D
Image
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

by VanessaE » Thu Oct 11, 2012 23:08

PilzAdam: There is a new version of the font work we were doing on IRC. This one fixes some missing characters from my previous copy, and also fixes the messed up sizes and alignment of some characters. All eight font sets have been reworked accordingly.

http://digitalaudioconcepts.com/vanessa/hobbies/minetest/signs-textures-20121010-3.zip

(note the -3 in the filename)
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

User avatar
prof-turbo
Member
 
Posts: 518
Joined: Mon May 07, 2012 17:02

by prof-turbo » Sat Nov 10, 2012 16:28

+ 3 for this mod ;). I love it!
You should take a look at http://www.xorhub.com
 

User avatar
Inocudom
Member
 
Posts: 2889
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

by Inocudom » Wed Jan 02, 2013 02:07

Are there any plans to update this mod for the present builds of minetest? This mod has a few issues with the text messages on the signs. Sometimes, objects and even other messages get stuck to them. Other times, the messages will not show up. If it helps, Zegatron's Server uses this mod, not the one this is based on.

Is it possible to make a larger version of this sign so that there is more room for text? Can there be locked versions of this sign?
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Wed Jan 02, 2013 02:28

Inocudom wrote:Are there any plans to update this mod for the present builds of minetest? This mod has a few issues with the text messages on the signs. Sometimes, objects and even other messages get stuck to them. Other times, the messages will not show up. If it helps, Zegatron's Server uses this mod, not the one this is based on.

This is an bug in the object attachment code in the engine. It is already (hopefully) fixed in the latest dev-version of Minetest.

Inocudom wrote:Is it possible to make a larger version of this sign so that there is more room for text? Can there be locked versions of this sign?

Smaller text isnt that good because it makes it unreadable on long distances.
And I am not a friend of locked signs, furnaces etc.
 

User avatar
Inocudom
Member
 
Posts: 2889
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

by Inocudom » Wed Jan 02, 2013 03:51

I wasn't referring to changing the size of the text, but to making an additional type of sign that has double the width and double the length (thus room for more letters.) The sign would have to be made up of more than one block, just like your beds.
 

User avatar
jojoa1997
Member
 
Posts: 2890
Joined: Thu Dec 13, 2012 05:11

by jojoa1997 » Wed Jan 02, 2013 05:01

Inocudom wrote:I wasn't referring to changing the size of the text, but to making an additional type of sign that has double the width and double the length (thus room for more letters.) The sign would have to be made up of more than one block, just like your beds.

So instead of four signs on a wall you would have a 4*4 sign on the wall
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

User avatar
Inocudom
Member
 
Posts: 2889
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

by Inocudom » Wed Jan 02, 2013 05:38

jojoa1997 wrote:
Inocudom wrote:I wasn't referring to changing the size of the text, but to making an additional type of sign that has double the width and double the length (thus room for more letters.) The sign would have to be made up of more than one block, just like your beds.

So instead of four signs on a wall you would have a 4*4 sign on the wall


I was thinking of more of a 2x2 sign. I don't know if it is possible for PilzAdam to make a 4x4 sign (nor how one could be placed accurately.)
 

User avatar
jojoa1997
Member
 
Posts: 2890
Joined: Thu Dec 13, 2012 05:11

by jojoa1997 » Wed Jan 02, 2013 12:17

Inocudom wrote:
jojoa1997 wrote:
Inocudom wrote:I wasn't referring to changing the size of the text, but to making an additional type of sign that has double the width and double the length (thus room for more letters.) The sign would have to be made up of more than one block, just like your beds.

So instead of four signs on a wall you would have a 4*4 sign on the wall


I was thinking of more of a 2x2 sign. I don't know if it is possible for PilzAdam to make a 4x4 sign (nor how one could be placed accurately.)

yeah a 2*2 i was thinking of 4 square blocks
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

luk3yx
Member
 
Posts: 32
Joined: Sun Oct 21, 2012 18:14
GitHub: luk3yx
IRC: luk3yx
In-game: luk3yx

by luk3yx » Fri Jan 04, 2013 21:03

I like the idea of this mod, and in my opinion, something similar should be added to minetest_game.
Last edited by luk3yx on Tue Dec 27, 2016 04:39, edited 1 time in total.
Don't expect anyone to be able to respond to any post instantly, or reply to emails within seconds of them being sent, everyone has a life. They need to eat, drink, sleep, and work sometime.
-luk3yx
 

luk3yx
Member
 
Posts: 32
Joined: Sun Oct 21, 2012 18:14
GitHub: luk3yx
IRC: luk3yx
In-game: luk3yx

by luk3yx » Fri Jan 04, 2013 21:04

Does this mod work on Minetest 0.4.4?
Last edited by luk3yx on Tue Dec 27, 2016 04:41, edited 2 times in total.
Don't expect anyone to be able to respond to any post instantly, or reply to emails within seconds of them being sent, everyone has a life. They need to eat, drink, sleep, and work sometime.
-luk3yx
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Fri Jan 04, 2013 21:05

luk3yx wrote:um... does it work on 0.4.4

Yea.
 

luk3yx
Member
 
Posts: 32
Joined: Sun Oct 21, 2012 18:14
GitHub: luk3yx
IRC: luk3yx
In-game: luk3yx

by luk3yx » Fri Jan 04, 2013 21:07

It didn't work when I tested it.
Last edited by luk3yx on Tue Dec 27, 2016 04:41, edited 1 time in total.
Don't expect anyone to be able to respond to any post instantly, or reply to emails within seconds of them being sent, everyone has a life. They need to eat, drink, sleep, and work sometime.
-luk3yx
 

luk3yx
Member
 
Posts: 32
Joined: Sun Oct 21, 2012 18:14
GitHub: luk3yx
IRC: luk3yx
In-game: luk3yx

by luk3yx » Fri Jan 04, 2013 21:07

It may be just me, maybe a corrupt download, a missing file, or something else on my end. I hope the mod developer fixes this issue.
Last edited by luk3yx on Tue Dec 27, 2016 04:42, edited 1 time in total.
Don't expect anyone to be able to respond to any post instantly, or reply to emails within seconds of them being sent, everyone has a life. They need to eat, drink, sleep, and work sometime.
-luk3yx
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

by VanessaE » Fri Feb 08, 2013 05:25

If anyone's interested, I've forked this to add signs onto wooden fenceposts. Place a few standard fences, then place a sign onto the post as usual. Instead of the sign floating in front of the post, the post will be replaced with one bearing the sign.

Right click to edit the text as described in the first post.

Dig the post+sign combination to get back one fencepost and one sign.

Download: https://github.com/VanessaE/signs/archive/master.zip
...or browse the code: https://github.com/VanessaE/signs

Unzip the downloaded file, rename the resultant folder to just "signs", and put it in your Minetest mods folder.

Note that these signs-on-fences objects don't connect to neighboring fences yet (my initial idea was that these be placed onto fences that are being used as vertical posts, e.g. as lampposts).
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

User avatar
Ragnarok
Member
 
Posts: 213
Joined: Thu Mar 22, 2012 12:56

by Ragnarok » Fri Feb 08, 2013 09:29

Amazing! +1
 

User avatar
Topywo
Member
 
Posts: 1718
Joined: Fri May 18, 2012 20:27

by Topywo » Fri Feb 08, 2013 11:05

That a good improvement!
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

by VanessaE » Fri Feb 08, 2013 22:33

Fixed a bug in my fork that kept other mods' right-click actions from working right if you happen to be holding a sign when performing such an action. Please re-pull/re-download as needed.
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

4aiman
Member
 
Posts: 1208
Joined: Mon Jul 30, 2012 05:47

by 4aiman » Sat Feb 09, 2013 13:45

+1
Could you add cyrillic letters/explain how to add cyrillic letters?
I added new png file, added it's name w/o extension to the list of filenames, but that didn't work...
Ttf patch applied also.
 

Next

Return to Mod Releases

Who is online

Users browsing this forum: No registered users and 29 guests

cron