[Mod] Fire [0.1.2] [fire]

User avatar
neko259
Member
Posts: 805
Joined: Sun Jun 19, 2011 06:51

[Mod] Fire [0.1.2] [fire]

by neko259 » Post

Spreading fire, matches and bombs!
Mod developers can use the burn function in their mods to make fire and blow_up function to make explosion. Look in the api.lua code.

Caution!!! The more bombs you put together nearby, the bigger explosion you get. I don't recommend you putting more than 4 bombs together, this can cause lags and serious destruction.
If you're going to make a big explosion, don't use the match exactly on the bomb or you will die. Make a 'road' of flammable materials to the bomb from your position. The fire will spread slowly (if you make it with wood) or fast (leaves) and come to the bombs :)

0.1.2
Updated to the new API. Changed some textures.
Needs 0.4.dev-20120122-1.
Implemented SMOKELESS variable. If you don't want the mod to create laggy smoke, go to init.lua and change SMOKELESS to true.
https://bitbucket.org/neko259/fire/down ... .2.tar.bz2

Repo (changelog at the wiki):
https://bitbucket.org/neko259/fire/overview
Old versions downloads:
https://bitbucket.org/neko259/fire/downloads
Thanks to Figec for textures.

Crafting
Match:
Image
Match box:
Image
Image
Bomb:
Image
(that's mese, not gold :)

Screenshots:
Image

TODO
Lighter.

Licence
GPLv3
Last edited by neko259 on Mon Mar 26, 2012 04:52, edited 1 time in total.
s3tuPDfUv2IyvXHzPmE31MQvnWULv1zj

User avatar
neko259
Member
Posts: 805
Joined: Sun Jun 19, 2011 06:51

by neko259 » Post

Please wait, there's one bug :(
s3tuPDfUv2IyvXHzPmE31MQvnWULv1zj

User avatar
neko259
Member
Posts: 805
Joined: Sun Jun 19, 2011 06:51

by neko259 » Post

neko259 wrote:Please wait, there's one bug :(
Fixed.
s3tuPDfUv2IyvXHzPmE31MQvnWULv1zj

User avatar
Hackeridze
Member
Posts: 310
Joined: Thu Nov 03, 2011 13:35

by Hackeridze » Post

Good thing, but waiting for depending on material.flammability
My game: RTMG
GENTOO USER

User avatar
neko259
Member
Posts: 805
Joined: Sun Jun 19, 2011 06:51

by neko259 » Post

Hackeridze wrote:Good thing, but waiting for depending on material.flammability
Sure thing. And I have too much damage from fire, I'll lower it in future.
s3tuPDfUv2IyvXHzPmE31MQvnWULv1zj

sfan5
Moderator
Posts: 4095
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

by sfan5 » Post

You stole my Idea
BTW:Nice mod
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

User avatar
neko259
Member
Posts: 805
Joined: Sun Jun 19, 2011 06:51

by neko259 » Post

sfan5 wrote:You stole my Idea
BTW:Nice mod
I can add API for creating fire in some node and you'll use it if you like.
s3tuPDfUv2IyvXHzPmE31MQvnWULv1zj

sfan5
Moderator
Posts: 4095
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

by sfan5 » Post

neko259 wrote:
sfan5 wrote:You stole my Idea
BTW:Nice mod
I can add API for creating fire in some node and you'll use it if you like.
Good Idea! +1
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

User avatar
MrThebuilder3
Member
Posts: 104
Joined: Sat Nov 19, 2011 18:26

by MrThebuilder3 » Post

cool now an easier way to get rid of the huge jungles from your nature mod;)

User avatar
neko259
Member
Posts: 805
Joined: Sun Jun 19, 2011 06:51

by neko259 » Post

MrThebuilder3 wrote:cool now an easier way to get rid of the huge jungles from your nature mod;)
I've made it exactly for this purpose :3
And yes, nature is not so fast for now. Don't kill young trees please :)
s3tuPDfUv2IyvXHzPmE31MQvnWULv1zj

User avatar
MrThebuilder3
Member
Posts: 104
Joined: Sat Nov 19, 2011 18:26

by MrThebuilder3 » Post

;)

User avatar
MrThebuilder3
Member
Posts: 104
Joined: Sat Nov 19, 2011 18:26

by MrThebuilder3 » Post

could you make it so lava generated had those smoke particles?

u34

by u34 » Post

awsome mod...

User avatar
neko259
Member
Posts: 805
Joined: Sun Jun 19, 2011 06:51

by neko259 » Post

MrThebuilder3 wrote:could you make it so lava generated had those smoke particles?
Maybe, after I'll have an idea how to regenerate smoke every 4-5 seconds.
s3tuPDfUv2IyvXHzPmE31MQvnWULv1zj

User avatar
neko259
Member
Posts: 805
Joined: Sun Jun 19, 2011 06:51

by neko259 » Post

0.0.4 is out. Smoke, smoke everywhere!
s3tuPDfUv2IyvXHzPmE31MQvnWULv1zj

User avatar
neko259
Member
Posts: 805
Joined: Sun Jun 19, 2011 06:51

by neko259 » Post

Now smoke is only on fire starting and decaying because of great lags.
s3tuPDfUv2IyvXHzPmE31MQvnWULv1zj

User avatar
neko259
Member
Posts: 805
Joined: Sun Jun 19, 2011 06:51

by neko259 » Post

They made nParticle mod, so I had to hurry and rewrite my mod with entities (it's really right for generating smoke).
What will you say for that, Hackeridze? :D
s3tuPDfUv2IyvXHzPmE31MQvnWULv1zj

User avatar
neko259
Member
Posts: 805
Joined: Sun Jun 19, 2011 06:51

by neko259 » Post

I think I'll also implement fireplace that will restore hp of nearby players and stop nearby plants from growing (say hello to nature mod :)
s3tuPDfUv2IyvXHzPmE31MQvnWULv1zj

User avatar
neko259
Member
Posts: 805
Joined: Sun Jun 19, 2011 06:51

by neko259 » Post

Now working on bombs. Explosion radius would depend on the bomb count nearby.
s3tuPDfUv2IyvXHzPmE31MQvnWULv1zj

User avatar
neko259
Member
Posts: 805
Joined: Sun Jun 19, 2011 06:51

by neko259 » Post

Optimized fire and smoke. Implemented bombs and explosions. Wait for them in 0.0.7 :)
s3tuPDfUv2IyvXHzPmE31MQvnWULv1zj

User avatar
neko259
Member
Posts: 805
Joined: Sun Jun 19, 2011 06:51

by neko259 » Post

0.0.7 is out.
s3tuPDfUv2IyvXHzPmE31MQvnWULv1zj

User avatar
Hackeridze
Member
Posts: 310
Joined: Thu Nov 03, 2011 13:35

by Hackeridze » Post

What a fuck on the third screen?
My game: RTMG
GENTOO USER

User avatar
neko259
Member
Posts: 805
Joined: Sun Jun 19, 2011 06:51

by neko259 » Post

Hackeridze wrote:What a fuck on the third screen?
Emm, match box?
s3tuPDfUv2IyvXHzPmE31MQvnWULv1zj

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

by jordan4ibanez » Post

Hackeridze wrote:What a fuck on the third screen?
wow there man no need to swear..

and also..good job my friend.. you should do a "light version" and a " heavy version" of the mod..for people with better pc's!

or a check box in the menu for smoke on or off
hello, am program. do language in rust. make computer do. okay i go now.

User avatar
neko259
Member
Posts: 805
Joined: Sun Jun 19, 2011 06:51

by neko259 » Post

jordan4ibanez wrote:or a check box in the menu for smoke on or off
I can't do that. But I can make 2 versions: with and without smoke. I'll do so in the next release :)
s3tuPDfUv2IyvXHzPmE31MQvnWULv1zj

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests