Page 1 of 4

[Mod] Torches [3.0.1] [torches]

Posted: Sat May 25, 2013 21:31
by BlockMen
Hi everyone,

this mod adds 3D torches to Minetest in two different styles; by default in Minetest style (flames are animated textures).
The second style is Minecraft like, so flames are "animated" by using particles

Minetest styled:
Those torches use the same textures as the 2D torch, so its fully compatible with Texture Packs. By default ceiling torches
are removed and cannot be placed aswell. You can change this behavior by adding "torches_enable_ceiling = true" to your minetest.conf
Furthermore this style is more server traffic friendly, so it is enabled by default

Minecraft styled:
Those torches have a non-animated texture and needs to be supported by Texture Packs (currently most don't support this mod).
"Animation" is done like in Minecraft with particles, which cause (in the current implementation in the Minetest engine)
some amount of traffic and can cause lags at slow connections. The rate and distance when particles are send is configurable
in the first lines of "mc_style.lua". Enable this style by adding "torches_style = minecraft" to your minetest.conf. Note that
the ceiling setting is ignored with this style.

Notice:
Both styles convert existing torches to the new style. Keep in mind that by default ceiling torches get removed !

Depends:
default

Download:
Version 3.0.1: Download (Minetest 0.4.12 and later)
Spoiler
]Version 2.1: [url=hhttps://github.com/BlockMen/torches/releases/download/2.1/torches-2_1-BlockMen.zip]Download[/url]
Version 2.0: Download
Version 1.3.2: Download
Version 1.3: older Version
Version 1.2: older Version
Version 1.1: older Version
Version 1.0: older Version
License:
LGPL 2.1 (Code) and CC-BY 3.0 (Textures and Meshes/Models)

Other:
Repository: on Github

Please give Feedback and ideas for improvement

Posted: Sat May 25, 2013 21:33
by Inocudom
http://forum.minetest.net/viewtopic.php?id=3021
The link above leads to a previous attempt to create 3D torches for Minetest. Maybe it's lantern could prove to be useful?

Posted: Sat May 25, 2013 21:39
by BlockMen
Inocudom wrote:http://forum.minetest.net/viewtopic.php?id=3021
The link above leads to a previous attempt to create 3D torches for Minetest. Maybe it's lantern could prove to be useful?
There are one or two more mods that have 3D torches, but none has particles flames, which have IMO alot benefits and also look IMO better.

And this mod will just have torches, nothing else ;)

Posted: Sat May 25, 2013 21:46
by Evergreen
Another amazing mod BlockMen! :D

Posted: Sun May 26, 2013 12:43
by BlockMen
Evergreen wrote:Another amazing mod BlockMen! :D
thanks.

--

Update: Version 1.1

Changelog:
- Torches on wall dont drop when node under it is digged
- Torches drop directly when not placed on floor or wall
- fixed different other placing bugs

Posted: Sun May 26, 2013 14:17
by babe223
http://forum.minetest.net/viewtopic.php?id=3021
My mod has animation of fire so no particle of smoke nor his '-'

Posted: Thu Jun 20, 2013 14:31
by AndrOn
These torches are regularly dropping torches items in my world, don't know why. (awesome mod by the way ;)

Posted: Thu Jun 20, 2013 18:23
by BlockMen
AndrOn wrote:These torches are regularly dropping torches items in my world, don't know why. (awesome mod by the way ;)
Are the torches dropping "themself" or do they stay and drop items? What version do you use (Minetest and mod)?

Posted: Thu Jun 20, 2013 18:59
by rubenwardy
Nice!

Posted: Fri Jun 21, 2013 14:37
by MaxCZ
NNNNNNNNNNNNNNNNNNNNNNNNNNNiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiccccccccccccccccccccccccccccceeeeeeeeeeeeeeeeeee

Posted: Fri Jun 21, 2013 21:42
by LionsDen
I really like the torches mod. :)

I do have one problem though. I can't place the torches on ceilings. They fall off right away. Placing torches on ceilings, upside down, is the most common way I use torches so it's a little bit of a pain for me. That is the only downside I have seen to the mod so far.

Great work. :)

Posted: Sat Jun 22, 2013 08:24
by BlockMen
LionsDen wrote: I do have one problem though. I can't place the torches on ceilings. They fall off right away.
Its a feature, not a bug ;)

Posted: Sat Aug 10, 2013 17:21
by CalumMc
Sometimes I see a torch raining dropped items directly under it, resulting in many items. Also if a player places a torch on a door, it actually destroys part of the door. In addition, this mod takes no notice of protection systems, leaving a mess of torches in my spawn. Is there a solution to these problems besides removing the mod? Thanks

Posted: Sun Aug 18, 2013 14:18
by BlockMen
CalumMc wrote:Sometimes I see a torch raining dropped items directly under it, resulting in many items. Also if a player places a torch on a door, it actually destroys part of the door. In addition, this mod takes no notice of protection systems, leaving a mess of torches in my spawn. Is there a solution to these problems besides removing the mod? Thanks
Currently i have no idea what is causing this issues, so i guess removing is currently the best solution...

Posted: Fri Sep 06, 2013 16:54
by BlockMen
Update. Version 1.2 released

--

accidentally i removed this post, sry

Posted: Wed Oct 09, 2013 07:12
by falsegrayburger
Great mod

Posted: Sun Nov 17, 2013 20:54
by Johnyknowhow
Great,
More minecraftest,

Posted: Tue Jan 14, 2014 09:31
by Markov
Can you just edit textire to model for default torch? It'll be better!

Posted: Tue Jan 14, 2014 14:15
by BlockMen
Markov wrote:Can you just edit textire to model for default torch? It'll be better!
I don't like like the default texture, so my answer is: no.

Posted: Thu Jan 16, 2014 05:21
by gsmanners
Is there a way to make this work without the add_particle? I'm not sure, but I think having lots of particles in a really huge cavern would make the game lag a bit.

Posted: Thu Jan 16, 2014 13:32
by BlockMen
gsmanners wrote:Is there a way to make this work without the add_particle? I'm not sure, but I think having lots of particles in a really huge cavern would make the game lag a bit.
Well, you can try out if limiting helps. I made a dev-branch on github where flames are only spawned when a player is near torch (13 block by default).

https://github.com/BlockMen/torches/tree/dev

Posted: Thu Jan 16, 2014 14:00
by PilzAdam
BlockMen wrote:They have "real" flames
Wouldnt that harm my computer?

Posted: Thu Jan 16, 2014 14:21
by Evergreen
PilzAdam wrote:
BlockMen wrote:They have "real" flames
Wouldnt that harm my computer?
In fact, wouldn't that burn down your house?

Posted: Thu Jan 16, 2014 14:54
by BlockMen
PilzAdam wrote:
BlockMen wrote:They have "real" flames
Wouldnt that harm my computer?
Hmm...guess why I put the word "real" in quotation marks.

But be a man and try out if they harm your computer ;)

Posted: Thu Jan 16, 2014 23:28
by gsmanners
BlockMen wrote:Well, you can try out if limiting helps. I made a dev-branch on github where flames are only spawned when a player is near torch (13 block by default).

https://github.com/BlockMen/torches/tree/dev
Thanks. I'll give that a shot.