VoxeLibre/mods/ITEMS/mcl_signs
teknomunk 98eed36938 Update matrix link, update git link in source code and one module README that has a link to git 2024-05-07 11:38:00 +00:00
..
locale mcl_signs pt_BR translation 2023-12-22 23:45:07 +01:00
models Use overhigh signs again 2017-07-26 16:50:26 +02:00
README.txt Update matrix link, update git link in source code and one module README that has a link to git 2024-05-07 11:38:00 +00:00
SIGNS_API_DOC.txt Update more documentation to use VoxeLibre 2024-05-07 11:38:00 +00:00
characters.txt Signs: Add support for all Latin-1 printable chars 2019-03-21 15:45:54 +01:00
init.lua Fix translator translating sign description api side instead of mod side 2023-05-16 21:38:28 +00:00
mod.conf Make sure dying sign text respects protection 2023-05-22 20:47:49 +00:00
signs_api.lua Add possibility to edit a sign (#4188) 2024-04-14 06:50:19 +00:00

README.txt

---
# VoxeLibre Signs
---
A reworking of VoxeLibre's mcl_signs to be colorable and made to glow. Requires Minetest and VoxeLibre.
---

Created by Michieal (FaerRaven) @ DateTime: 10/14/22 4:05 PM


Reworked to be an API and to allow players to color, and/or make the lettering for the signs glow (be bright at night).
Reworked by Michieal (FaerRaven), including the sign textures batch changed to be white instead of the original black.

A special thanks to Cora for pointing me in the right direction (as always).


The original Mod, MCL_SIGNS is based on reworked signs mod by PilzAdam:

https://forum.minetest.net/viewtopic.php?t=3289

License of code and font: MIT License

Font source: 04.jp.org, some modifications and additions were made (added support for Latin-1 Supplement)
Original font license text states: “YOU MAY USE THEM AS YOU LIKE” (in about.gif file distributed with the font)

License of textures: See README.md in top directory of VoxeLibre, with the exception of the following:
default_sign.png, default_sign_dark.png, default_sign_greyscale.png, mcl_signs_sign_dark.png,
mcl_signs_sign_greyscale.png are licensed as follows:
Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) (https://creativecommons.org/licenses/by-sa/4.0/).
Credit Michieal (Faerraven). The extra sign textures are provided for you to use, modify, etc., with the goal being to
make the game better. (All of these textures were changed / created by me, to make them usable / better.)

License of models: GPLv3 (https://www.gnu.org/licenses/gpl-3.0.html)

Models author: 22i.

Source: https://github.com/22i/amc

VoxeLibre source code:
https://git.minetest.land/VoxeLibre/VoxeLibre

---
NOTE: This MODule requires Glow Squids in order for all features to work 100% correctly. Glow Squids are currently
in review by the VoxeLibre Team, and should be available soon after this initial release of the new signs.