[Mod] Meseconductors [meseconductors]

Post Reply
User avatar
rubberduck
Member
Posts: 505
Joined: Thu Feb 27, 2014 19:19
IRC: rbduck
In-game: rubberduck
Location: error 404 - location not found
Contact:

[Mod] Meseconductors [meseconductors]

by rubberduck » Post

Download: https://platen-software.de/sebastian/mi ... ors-v4.zip
Source: https://notabug.org/rbduck/minetest-meseconductors

license:
code GPL, art mostly CC0, see included README.md

depends on: mesecons, default, dye
recommends: technic

done since version 2: lots of bugfixes, more supported mods, added lamps and lights activated by mesecon-signals


this is a mesecons-conducting block mod, it adds a mesecon conducting version of different blocks
it supports a lot of blocks/nodes from other mods too, you can also disable the integration of various mods

you can hide the mesecon wires this way, you could even add mesecon-lamps on ceiling or wall and you don't need expensive meseblocks, recipes are less expensive.

currently supported mods for conducting nodes:
default, moreblocks, building_blocks (part of homedecor_modpack), glooptest, gloopblocks, quartz
moretrees, technic, ethereal, moreores, castle

this version has different lamps and lights that work with mesecons, there are mesecon-activated versions of existing light emitting nodes (for example the default meselamp or homedecors glowlights)

there is a setting if conducting (state on!) blocks are highlighted like meseblocks, but this is disabled by default.
Since Version 3 there is a setting: use_creative_inventory, default enabled. In future there will be some kind of crafting guide (extra node) showing the recipes.

the recipes have changed a bit, they are divided into groups (soft, wood, stone, block), nodes inside a group use the same type of recipe. you can view the recipes in the game (if the setting "use_creative_inventory" not disabled) or you can view it in crafting.lua



a few of the supported nodes
Image

lights /lamps added in version 0.3, some lights come from other mods, which only emit light, when they get a mesecon-signal

Image
Attachments
screenshot_meseconductors_2.png
screenshot_meseconductors_2.png (704.97 KiB) Viewed 947 times
screenshot_meseconductors_1.png
screenshot_meseconductors_1.png (558.95 KiB) Viewed 947 times
Last edited by rubberduck on Sat Sep 09, 2017 17:52, edited 8 times in total.
My game (not minetest): http://forum.freegamedev.net/viewtopic.php?f=22&t=6800

my mods: gold_and_gem, meseconductors

a penguin throws an apple through a window

sometimes i change my "forum location" via user control panel

User avatar
Hybrid Dog
Member
Posts: 2828
Joined: Thu Nov 01, 2012 12:46
GitHub: HybridDog

Re: [Mod]Meseconductors[meseconductors]

by Hybrid Dog » Post

rubberduck, l guess to fix the texture bug, you need to use table.copy() for the tiles of the original node, else you modify its tiles too, l guess the changed tiles only affect those nodes if they get redefined, e.g. via minetest.override_node

‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪

User avatar
rubberduck
Member
Posts: 505
Joined: Thu Feb 27, 2014 19:19
IRC: rbduck
In-game: rubberduck
Location: error 404 - location not found
Contact:

Re: [Mod]Meseconductors[meseconductors]

by rubberduck » Post

Hybrid Dog wrote:rubberduck, l guess to fix the texture bug, you need to use table.copy() for the tiles of the original node, else you modify its tiles too, l guess the changed tiles only affect those nodes if they get redefined, e.g. via minetest.override_node
thx, that fixed it. i start with making crafting recipes now, some can only be alloyed (when technic is installed)
My game (not minetest): http://forum.freegamedev.net/viewtopic.php?f=22&t=6800

my mods: gold_and_gem, meseconductors

a penguin throws an apple through a window

sometimes i change my "forum location" via user control panel

User avatar
rubberduck
Member
Posts: 505
Joined: Thu Feb 27, 2014 19:19
IRC: rbduck
In-game: rubberduck
Location: error 404 - location not found
Contact:

Re: [Mod]Meseconductors[meseconductors]

by rubberduck » Post

i updated this mod now, for more information see the first post.
My game (not minetest): http://forum.freegamedev.net/viewtopic.php?f=22&t=6800

my mods: gold_and_gem, meseconductors

a penguin throws an apple through a window

sometimes i change my "forum location" via user control panel

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]Meseconductors[meseconductors]

by azekill_DIABLO » Post

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

User avatar
rubberduck
Member
Posts: 505
Joined: Thu Feb 27, 2014 19:19
IRC: rbduck
In-game: rubberduck
Location: error 404 - location not found
Contact:

Re: [Mod] Meseconductors [meseconductors]

by rubberduck » Post

i updated this mod again, with more supported nodes and with light nodes that emit light when they get a mesecon-signal.
My game (not minetest): http://forum.freegamedev.net/viewtopic.php?f=22&t=6800

my mods: gold_and_gem, meseconductors

a penguin throws an apple through a window

sometimes i change my "forum location" via user control panel

User avatar
captpete
Member
Posts: 134
Joined: Fri Nov 25, 2016 03:02

Re: [Mod] Meseconductors [meseconductors]

by captpete » Post

Does not load on minetest-0.4.16-noluajit-win64 . Running Windows 10 Pro 64-Bit Version 1703. Mods: dreambuilder_modpack, display_modpack, handle_schematics, ambience, markers, mydoors, mccompat, xconnected (maybe some others).

Clean debug.txt attached as debug.zip since thr forum won't accept txt files.
Attachments
debug.zip
debug.txt
(2.23 KiB) Downloaded 77 times

User avatar
rubberduck
Member
Posts: 505
Joined: Thu Feb 27, 2014 19:19
IRC: rbduck
In-game: rubberduck
Location: error 404 - location not found
Contact:

Re: [Mod] Meseconductors [meseconductors]

by rubberduck » Post

i updated the mod and now it works for me
My game (not minetest): http://forum.freegamedev.net/viewtopic.php?f=22&t=6800

my mods: gold_and_gem, meseconductors

a penguin throws an apple through a window

sometimes i change my "forum location" via user control panel

Post Reply

Who is online

Users browsing this forum: No registered users and 25 guests