[Mod] Animated torches [20120621][animatedtorches]

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

[Mod] Animated torches [20120621][animatedtorches]

by VanessaE » Post

This simple mod uses a bit of code cobbled together from the default torches and from the recently-introduced animated lava to create proper, animated torches. All existing torches (wall, ceiling, floor) will be displayed with the new animated texture, but no nodes are being replaced. Inventory/wield image uses a frame from the on-floor texture. All textures by me (derived from a rendered torch and an actual burning flame).

As of 2012-09-02, this mod is part of the 'default' mod in minetest_game.

For those using older builds, this mod requires a build or git pull of Minetest dated June 17, 2012 or later, and the stuff below applies as before.

What it looks like:

Image

License: N/A
Download: N/A

(GIF, scaled up to make it more visible)
Last edited by VanessaE on Wed Nov 06, 2013 00:45, edited 1 time in total.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
InfinityProject
Member
Posts: 1009
Joined: Sat Mar 17, 2012 00:52
Location: World of Infinity, US

by InfinityProject » Post

Nice but sometimes glitchy. It sometimes has a texture with random red squares around it.

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

Update your copy of minetest - that glitch was fixed very recently.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
Neuromancer
Member
Posts: 964
Joined: Tue Jun 12, 2012 22:28
GitHub: Neuromancer56

by Neuromancer » Post

VanessaE wrote:Update your copy of minetest - that glitch was fixed very recently.
I'm pretty sure I'm using the latest git minetest-0.4.dev-20120606-win32.zip, but while the torch looks ok in my hand, when I place it, I get "unknown block"

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

You have to be using a copy from git, rather than the 20120606 build (believe it or not, it's too old :-) ).
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
Neuromancer
Member
Posts: 964
Joined: Tue Jun 12, 2012 22:28
GitHub: Neuromancer56

by Neuromancer » Post

VanessaE wrote:You have to be using a copy from git, rather than the 20120606 build (believe it or not, it's too old :-) ).
Thanks much. I've got it from git, but I'm assuming that the only way to do this is to compile it myself, right? (following the instructions in the readme ) Or is the latest compiled version also in git?

So close and yet so far. I fixed this error:
4>..\..\minetest\src\camera.cpp(252) : error C2065: 'M_PI' : undeclared identifier

Working on this one:
\Documents\GitHub\libvorbisfile.dll : fatal error LNK1107: invalid or corrupt file: cannot read at 0x2B8


Sorry for the noob questions. P.S. did you see the 3-D furniture created on the other languages forum yet? It looks awesome and something you might be able to use in your homedecor mod.
Last edited by Neuromancer on Mon Jun 25, 2012 19:15, edited 1 time in total.

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

I've seen it, but doesn't work too well for me (performance issues)
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

Josh
Member
Posts: 1146
Joined: Fri Jun 29, 2012 23:11
Location: Victoria, Australia

by Josh » Post

Very nice mod VanessaE maybe we could ask celeron55 if he could put this in the vanilla game & then add a flame sound to it!

User avatar
mrtux
Member
Posts: 141
Joined: Mon Jun 25, 2012 02:41
Contact:

by mrtux » Post

I like the idea of this mod! Great work! 8)
VanessaE, you make lots of great mods for Minetest, I find them very usable.
thanks doge

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

Thanks :-)
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

u34

by u34 » Post

awesome mod...

theniceguy
New member
Posts: 3
Joined: Sun Jul 15, 2012 02:01

by theniceguy » Post

Great mod, this mods should be merge with the minetest build!

User avatar
nyancrafter
Member
Posts: 14
Joined: Wed Jul 18, 2012 11:42
Location: Portugal

by nyancrafter » Post

hi there !
im kind of a noob in minetest, can anyone tell me what is a git pull ?
nyan nyan nyan :D

Temperest
Member
Posts: 651
Joined: Tue Nov 15, 2011 23:13
GitHub: Uberi

by Temperest » Post

Git is a version control system. "pulling" is an action wherein a local repository is updated with the changes from the remote repository (essentially). In this case, `git pull` refers to getting the source code directly from the MineTest repository and compiling it yourself, as opposed to using one of the binary builds occasionally provided at the MineTest development blog.

You can also use a nightly build available on the forums, most are recent enough to support this mod.
WorldEdit 1.0 released

The Mesecons Laboratory - the art of Mesecons circuitry
Latest article: Mesecons Basics.

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

minetest 0.4 is distributed from a site called github, using a transfer protocol and source code management system called git. A 'git pull' means to download the code from the github repository. "latest git" means to make sure the code you downloaded is the very latest revision (which is usually the case if you don't explicitly go looking for older revisions).
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
Neuromancer
Member
Posts: 964
Joined: Tue Jun 12, 2012 22:28
GitHub: Neuromancer56

by Neuromancer » Post

Feature Request: 64x64 animated torches alternative option. How hard would this be to do? I tried using Paint.Net to increase the size, but the colors blurred and it looked horrible. It would have to be done using your original technique I think.
Last edited by Neuromancer on Thu Aug 16, 2012 20:09, edited 1 time in total.

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

See my 64px photorealistic texture pack. 64px equivalents are present in there.

https://github.com/VanessaE/64px-realistic-textures
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
Neuromancer
Member
Posts: 964
Joined: Tue Jun 12, 2012 22:28
GitHub: Neuromancer56

by Neuromancer » Post

VanessaE wrote:See my 64px photorealistic texture pack. 64px equivalents are present in there.

https://github.com/VanessaE/64px-realistic-textures
Awesome! Thanks!

Blackthorne
Member
Posts: 78
Joined: Tue Aug 14, 2012 07:38

by Blackthorne » Post

Love this mod. It's simple, but effective. It's one of my default mods on my private world. Thanks! :D

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

As far as I'm concerned, everyone should install all my mods, especially animated torches :-)
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

Blackthorne
Member
Posts: 78
Joined: Tue Aug 14, 2012 07:38

by Blackthorne » Post

VanessaE wrote:As far as I'm concerned, everyone should install all my mods, especially animated torches :-)
I would agree. :D The torches just add this ambiance to everything. I'm still toying with your other mods, too.

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

I think so anyway :-)
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

I've submitted a request to celeron55's github repository to include this mod in the mainline game. It is now up to him to accept or refuse. :-)
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
Neuromancer
Member
Posts: 964
Joined: Tue Jun 12, 2012 22:28
GitHub: Neuromancer56

by Neuromancer » Post

VanessaE wrote:I've submitted a request to celeron55's github repository to include this mod in the mainline game. It is now up to him to accept or refuse. :-)
+1

User avatar
Gambit
Member
Posts: 453
Joined: Sat Oct 29, 2011 19:31
Location: United States

by Gambit » Post

If only inkscape could animate, then I could make an animated torch for MineToon.

I guess I'll have to do it the hard way then.
Current Projects: MineToon | PixelBOX
Gambit's Checkmate Server - 43.65.296.232 - port: 30001

Post Reply

Who is online

Users browsing this forum: No registered users and 39 guests