[mod] Cleanup fire [unknownburn]

Post Reply
bell07
Member
Posts: 604
Joined: Sun Sep 04, 2016 15:15
GitHub: bell07

[mod] Cleanup fire [unknownburn]

by bell07 » Post

This mod is a request of my daughters, some old worlds are crufted by unknown nodes because I disabled some mods in the meantime. The code is based on "antifire" mod, but with logic to try to restore the landscape by placing similar to nearly existing nodes, not just remove the unknown nodes.
Image
Image
No warranty, please take a backup before you try to "restore" your old worlds,

How to use: 1) get the "unknownburn:flint" from creative inventory, 2) use it on unknown nodes, 3) wait

License: LGPL-2.1
Mod dependencies: none
Code+Download: https://github.com/bell07/minetest-unknownburn
Attachments
screenshot_20170206_222312.png
screenshot_20170206_222312.png (316.95 KiB) Viewed 709 times
screenshot_20170206_221924.png
screenshot_20170206_221924.png (302.33 KiB) Viewed 709 times
Last edited by bell07 on Tue Feb 07, 2017 13:26, edited 1 time in total.

User avatar
octacian
Member
Posts: 597
Joined: Mon Dec 21, 2015 22:18
GitHub: octacian
IRC: octacian
In-game: octacian
Location: Canada

Re: [mod] Cleanup fire [unknownburn]

by octacian » Post

Nice! Great job, I've always wanted a mod like this.
MicroExpansion, Working Computers, All Projects - Check out my YouTube channel! (octacian)
I'm currently inactive in the Minetest community! So if I don't respond, that's why.

User avatar
TumeniNodes
Member
Posts: 2941
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes
IRC: tumeninodes
In-game: TumeniNodes
Location: in the dark recesses of the mind
Contact:

Re: [mod] Cleanup fire [unknownburn]

by TumeniNodes » Post

Oh man.... I am definitely trying this out!

I have removed a lot of parts of Minetest, and had already been pretty far into it by the time someone reminded me I could use the subgame feature so it did not affect the actual game and make my old worlds literally unplayable....

If this works as explained.... I shall build a shrine dedicated to you :D
A Wonderful World

User avatar
D00Med
Member
Posts: 949
Joined: Sat Feb 07, 2015 22:49
GitHub: D00Med
Location: Australia...somewhere

Re: [mod] Cleanup fire [unknownburn]

by D00Med » Post

oh cool, this looks really handy
Look! I have a signature :]
My subgame: viewtopic.php?f=15&t=14051#p207242

bell07
Member
Posts: 604
Joined: Sun Sep 04, 2016 15:15
GitHub: bell07

Re: [mod] Cleanup fire [unknownburn]

by bell07 » Post

For information: I did some adjustments in air/water priorizations and now I am really happy with the result. If you tried an early version (tonight) please update the mod, copy the world back from backup and try it again.
Please let me know your impression about the result and your opinion if the mod is ready for the release section.

User avatar
mahmutelmas06
Member
Posts: 367
Joined: Mon Mar 02, 2015 13:10
GitHub: mahmutelmas06
IRC: mahmutelmas06
In-game: masum

Re: [mod] Cleanup fire [unknownburn]

by mahmutelmas06 » Post

can u add a command or something else to make it for all.
for exmp - unknowburn all- will change all unknown nodes at once.
My Mods:

Beverage

bell07
Member
Posts: 604
Joined: Sun Sep 04, 2016 15:15
GitHub: bell07

Re: [mod] Cleanup fire [unknownburn]

by bell07 » Post

All at once does not work.The world can be infinite, and even you do not have much unknown nodes, all nodes needs to be checked. :/
On contrary, there is a limitation to burn max 30 nodes in check radius to avoid performance issues. Some burning nodes are waiting till enough known nodes are nearly to decide which one it should become. If you think nothing happens, go with "noclip" in the dirt bellow. ;-) Maybe you have some "unknown ores" that are in transformation for now.

bell07
Member
Posts: 604
Joined: Sun Sep 04, 2016 15:15
GitHub: bell07

Re: [mod] Cleanup fire [unknownburn]

by bell07 » Post

This mod is abadoned for now. The last version attached to this post.
The mod was working for a world and needs adjustments for the second one.
In the meantime my "mods collection" is stable so I do not need such mods anymore.

For people searching for such mods, the beter way is just to create aliases:
1. Create a folder "mods/compat" and file mods/compat/init.lua
2. Adds aliases entries to the init.lua like

Code: Select all

minetest.register_alias('technic:slab_granite_1', 'stairs:slab_granite')
That's all. All unknown 'technic:slab_granite_1' (unknown) are now replaced by known 'stairs:slab_granite'
Attachments
unknownburn.zip
(684.34 KiB) Downloaded 76 times

Chem871
Member
Posts: 999
Joined: Sat Aug 19, 2017 21:49
GitHub: Chemguy99
In-game: Chem Nyx
Location: My Basement's Attic

Re: [mod] Cleanup fire [unknownburn]

by Chem871 » Post

Aliases only work changing an unknown node/item to a known node/item, right?
What is SCP-055?

bell07
Member
Posts: 604
Joined: Sun Sep 04, 2016 15:15
GitHub: bell07

Re: [mod] Cleanup fire [unknownburn]

by bell07 » Post

Aliases only work changing an unknown node/item to a known node/item, right?
If the node/item is known, an warning appears the alias could not be created because item registered. The alias does not directly repace anything in the world, but the unknown nodes/items are visible and usable as the aliased node/item. So the aliases should be defined as the affected world exists.
The second way is to declare LBM's to replace nodes in the world, but this does not work with items.

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: [mod] Cleanup fire [unknownburn]

by azekill_DIABLO » Post

That just an awesome idea.
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests