[Mod] Flamethrower [flamethrower]

Post Reply
ericksmerick
Member
Posts: 19
Joined: Mon Sep 10, 2012 09:52

[Mod] Flamethrower [flamethrower]

by ericksmerick » Post

I had an idea for this and did not see one already so I went ahead and made a flamethrower. If you have an idea to make it better feel free to speak up.

I went ahead and made the flame look a little nicer. So it looks better than in the screenshot pictures now.
I now added light to the fire entity.
Image

Image

Image
video:
http://www.youtube.com/watch?v=JnB7O9I3 ... e=youtu.be

mod download link:
http://www.fileden.com/files/2008/7/8/1 ... hrower.zip

license:
Everyone is free to use this in anyway they wish , WTFPL is in full effect. feel free to take it make it better and share it again!
Last edited by ericksmerick on Wed Oct 31, 2012 03:43, edited 1 time in total.

Alfino
Member
Posts: 32
Joined: Sun Sep 16, 2012 12:11

by Alfino » Post

DM Eh..Flamethrower fireball +1

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

by Josh » Post

Cool. Now we have a way to burn down trees other than using flint & steel :)

User avatar
GJH105775
Member
Posts: 106
Joined: Thu Sep 27, 2012 16:11
Location: Ohio, USA
Contact:

by GJH105775 » Post

Great. +1
Check out my mod xtrablocks, has some different types of marble that you can build with or mine at different depths

I am not here regularly as I just kind of pop in and out. If you want to find me I'll be on quadcopterforum.com helping with multirotor builds and spending other's money haha.

http://i10.photobucket.com/albums/a119/ ... hicons.jpg

User avatar
terminalerror
Member
Posts: 33
Joined: Tue Oct 30, 2012 22:46
Location: The Sar-Chasm

by terminalerror » Post

Great mod. Could you increase napalm stacking? For example, you can have 999 napalms in one stack instead of just 99. Torching trees is that fun, after all.
Last edited by terminalerror on Tue Oct 30, 2012 23:00, edited 1 time in total.
ERROR[main]: ModError: Failed to load and run a sarcastic remark.

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

by cornernote » Post

Can you make a chicken launcher? I was going to make one but haven't had the time.

ericksmerick
Member
Posts: 19
Joined: Mon Sep 10, 2012 09:52

by ericksmerick » Post

since the first version i have changed the flame to be better and added light to the flames.

ericksmerick
Member
Posts: 19
Joined: Mon Sep 10, 2012 09:52

by ericksmerick » Post

I have changed stack max to 999

User avatar
terminalerror
Member
Posts: 33
Joined: Tue Oct 30, 2012 22:46
Location: The Sar-Chasm

by terminalerror » Post

Thanks! Keep this mod rolling!
ERROR[main]: ModError: Failed to load and run a sarcastic remark.

User avatar
Nightfighter
Member
Posts: 39
Joined: Sat Oct 06, 2012 11:01
Location: in a alien world

by Nightfighter » Post

woo! new weapon cool!+1
my mods: Concrete Invisiblocks
more coming out soon
mods are cool!!

User avatar
Likwid H-Craft
Member
Posts: 1113
Joined: Sun Jan 06, 2013 14:20
Location: Lost in Crypt

by Likwid H-Craft » Post

I Before I do this...
Can I change the model to, what say a real flamethrower? I like to make it so before I do, so is it ok I do so erick?
My Domain's/others:
http://likwidtest.hj.cx/ (Not Done)

Matsetes
Member
Posts: 70
Joined: Tue Sep 11, 2012 23:36

by Matsetes » Post

I tried it with more trees mod, but when burning a big tree it lags terribly and it blocks all the interactions...
Burning little things is no problem... Can you make it lighter?

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

by jojoa1997 » Post

Matsetes wrote:I tried it with more trees mod, but when burning a big tree it lags terribly and it blocks all the interactions...
Burning little things is no problem... Can you make it lighter?
this mod doesn't create the lag. it is the tons of fire that you have created that causes the lag.
Coding;
1X coding
3X debugging
12X tweaking to be just right

Captain_AuXiL
Member
Posts: 26
Joined: Fri Feb 01, 2013 09:44

by Captain_AuXiL » Post

So what's the recipe?

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

by Topywo » Post

If there's no recipe in the first post, you can open the init.lua in the mod-folder (sometimes craft.lua or so).

-----recipes
minetest.register_craft({
output = 'flamethrower:napalm',
recipe = {
{'default:wood', 'default:wood', 'default:wood'},
{'default:wood', 'default:wood', 'default:wood'},
{'default:wood', 'default:wood', 'default:wood'},
}
})
minetest.register_craft({
output = 'flamethrower:flamethrower',
recipe = {
{'default:steel_ingot', 'default:iron_lump', 'default:iron_lump'},
{'default:steel_ingot', '', 'default:iron_lump'},
{'default:steel_ingot', '', 'default:iron_lump'},
}
})

You might like cornernote's (ingame) craft guide:

http://forum.minetest.net/viewtopic.php?id=2334

User avatar
Likwid H-Craft
Member
Posts: 1113
Joined: Sun Jan 06, 2013 14:20
Location: Lost in Crypt

by Likwid H-Craft » Post

Im, making inpovments on this, mod and I will make sure it built off of, some other craft way.

Plus the texture is no more, I was thinking use a model if I can find out how upload it in code.
My Domain's/others:
http://likwidtest.hj.cx/ (Not Done)

User avatar
ray8888
Member
Posts: 266
Joined: Sun Jan 01, 2012 16:40
Location: de,lo woods

by ray8888 » Post

this is cool going to test it +1
fuck off

Captain_AuXiL
Member
Posts: 26
Joined: Fri Feb 01, 2013 09:44

by Captain_AuXiL » Post

Topywo wrote:If there's no recipe in the first post, you can open the init.lua in the mod-folder (sometimes craft.lua or so).

-----recipes
minetest.register_craft({
output = 'flamethrower:napalm',
recipe = {
{'default:wood', 'default:wood', 'default:wood'},
{'default:wood', 'default:wood', 'default:wood'},
{'default:wood', 'default:wood', 'default:wood'},
}
})
minetest.register_craft({
output = 'flamethrower:flamethrower',
recipe = {
{'default:steel_ingot', 'default:iron_lump', 'default:iron_lump'},
{'default:steel_ingot', '', 'default:iron_lump'},
{'default:steel_ingot', '', 'default:iron_lump'},
}
})

You might like cornernote's (ingame) craft guide:

http://forum.minetest.net/viewtopic.php?id=2334
ty. sorry if i annoy people with my inquiries.

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

by Topywo » Post

Captain_AuXiL wrote: ty. sorry if i annoy people with my inquiries.
No problem. Just ask. Others who are afraid of annoying people can learn from your questions.

acridstone
Member
Posts: 14
Joined: Sat Mar 02, 2013 06:53

by acridstone » Post

please use github.

User avatar
sfan5-bot
Member
Posts: 34
Joined: Thu Mar 28, 2013 11:19
Location: /usr/bin/python2.7

by sfan5-bot » Post

[EE] No Dependencies found


Please fix these Mistakes and report this post, a moderator will delete it
If you believe I have made a Mistake contact sfan5

Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests