[Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesecons]

ABJ
Member
 
Posts: 2344
Joined: Sun Jan 18, 2015 13:02
GitHub: ABJ-MV
In-game: ABJ

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by ABJ » Mon Aug 22, 2016 13:40

 

User avatar
JoshMars
Member
 
Posts: 103
Joined: Sat May 17, 2014 23:24
In-game: rubber UbuntuJosh

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by JoshMars » Mon Aug 29, 2016 16:55

I made a hidden door using pistons, player detector, delayers, etc...
Was looking for something like this but couldn't find, so I thought I'd share my solution:
Image
 

User avatar
benrob0329
Member
 
Posts: 1192
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
In-game: benrob03

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by benrob0329 » Mon Aug 29, 2016 17:35

I made something similar a while back, BTW try pulling both the piston and the door blocks back by adding another row of pistons.
 

User avatar
programmingchicken
Member
 
Posts: 537
Joined: Sat Apr 18, 2015 02:20
GitHub: ProgrammingChicken
IRC: gamer chicken
In-game: gamerdude

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by programmingchicken » Mon Aug 29, 2016 17:59

benrob0329 wrote:I made something similar a while back, BTW try pulling both the piston and the door blocks back by adding another row of pistons.

Lag usually says no to that on my computer
I'm bold. I'm sarcastic. I'm PChicken.
 

Nekrofage
Member
 
Posts: 35
Joined: Mon Oct 17, 2016 21:12
GitHub: Nekrofage

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by Nekrofage » Sun Oct 23, 2016 15:00

Hi,

In my Lua mod, I use this code:
minetest.set_node({x=pos.x + 2, y=pos.y, z=pos.z }, {name="mesecons_switch:mesecon_switch"})

But I have this error:
ERROR[Server]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (-3,3,-71) (block (-1,0,-5))

How to resolve this error?

(I can add the Mesecons Switch in my inventory)

Thank you.
 

User avatar
Jeija
Member
 
Posts: 686
Joined: Fri Dec 23, 2011 21:46

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by Jeija » Sun Oct 23, 2016 15:14

Use "mesecons_switch:mesecon_switch_off" instead of "mesecons_switch:mesecon_switch".
 

Nekrofage
Member
 
Posts: 35
Joined: Mon Oct 17, 2016 21:12
GitHub: Nekrofage

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by Nekrofage » Sun Oct 23, 2016 15:40

Yeah !!!
This is the good node name : mesecons_switch:mesecon_switch_off !!

Thank you Jeija ! ;-)
 

KittyCakes
Member
 
Posts: 40
Joined: Tue Aug 30, 2016 21:10
GitHub: CandyKitty
IRC: PinkKitty
In-game: PinkCat or KittyCakes

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by KittyCakes » Thu Oct 27, 2016 18:40

What do I name the folder? I now you need to rename it but what do I rename the folder?
MINETEST
 

User avatar
Jeija
Member
 
Posts: 686
Joined: Fri Dec 23, 2011 21:46

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by Jeija » Thu Oct 27, 2016 18:58

You don't need to rename it, mesecons is not just a mod, but a "modpack", so you can name it whatever you want. Just place it in the "mods" folder and you should be good. If you still feel like renaming it, I usually just call it "minetest-mod-mesecons".
 

User avatar
Baryhobal
Member
 
Posts: 12
Joined: Tue Nov 01, 2016 15:33
In-game: Baryhobal

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by Baryhobal » Fri Nov 04, 2016 10:31

Here is a triple piston made by me.
Attachments
triple_piston.we
(56.22 KiB) Downloaded 134 times
Sorry if my english isn't good.
I love making mesecon mechanisms. If you want a system, just tell it me and I try to make it.
 

User avatar
Wuzzy
Member
 
Posts: 2161
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by Wuzzy » Fri Dec 09, 2016 22:28

Relevant news for Mesecons:

viewtopic.php?f=18&t=16007

This is relevant because the note block can play the fire sound.
I'm creating MineClone 2, a Minecraft clone for Minetest.
I made the Help modpack, adding in-game help to Minetest.
 

User avatar
Jeija
Member
 
Posts: 686
Joined: Fri Dec 23, 2011 21:46

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by Jeija » Sat Dec 10, 2016 06:42

Thanks for notifying me, Wuzzy. Since this is not very urgent, I have created a GitHub Issue to discuss this topic. Do you happen to know what the difference between the old and new fire sounds even is?
 

captpete
Member
 
Posts: 37
Joined: Fri Nov 25, 2016 03:02

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by captpete » Wed Dec 21, 2016 23:20

I would like to make a portcullis. I tried using sticky pistons and they do move the fence up and down (using solarpanel) but not adjacent connected fences. Anybody know how to move a line of [anything] up and down?

screenshot_20161221_180533thm.png
piston down initialy
screenshot_20161221_180533thm.png (111.71 KiB) Viewed 4142 times

screenshot_20161221_180545thm.png
piston up
screenshot_20161221_180545thm.png (113.87 KiB) Viewed 4142 times

screenshot_20161221_180627thm.png
piston down again (weird)
screenshot_20161221_180627thm.png (113.79 KiB) Viewed 4142 times
 

User avatar
Linuxdirk
Member
 
Posts: 497
Joined: Wed Sep 17, 2014 11:21
GitHub: dsohler
In-game: Linuxdirk

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by Linuxdirk » Fri Dec 23, 2016 11:09

Place a piston below anything in that line.
 

captpete
Member
 
Posts: 37
Joined: Fri Nov 25, 2016 03:02

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by captpete » Sat Dec 24, 2016 15:47

This is a Portcullis - I can't place a piston other than shown at the ends. The center MUST have nothing under it. The pix is an example only. The line is actually 5 fences across and 2 up. Pistons are placed under the 2 end fences. The goal is to have the portcullis raised during the daytime and down at night hence the solar panel.
 

captpete
Member
 
Posts: 37
Joined: Fri Nov 25, 2016 03:02

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by captpete » Sat Dec 24, 2016 17:12

OK, here is what I've come up with so far (using a NOT gate):
screenshot_20161224_115951.png
Day - portcullis up
screenshot_20161224_115951.png (365.07 KiB) Viewed 4142 times

screenshot_20161224_120100.png
Night - Portcullis Down
screenshot_20161224_120100.png (318.47 KiB) Viewed 4142 times


Can anybody improve on this?
 

Hybrid Dog
Member
 
Posts: 2460
Joined: Thu Nov 01, 2012 12:46

by Hybrid Dog » Sun Dec 25, 2016 10:12

You could use sticky block.
By the way, mods can make nodes fall like sand even if they're not in group falling. Imagine a bomb which makes all nodes in radius beginning from bottom fall down, so only a heap is left.
 

captpete
Member
 
Posts: 37
Joined: Fri Nov 25, 2016 03:02

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by captpete » Tue Dec 27, 2016 18:12

I am using sticky pistons - I don't see how a sticky block would help unless there is a sticky fence which I don't see (or other similar-type like iron bars, etc.). I certainly can't do a line fence-stickyblock-fence-stickyblock-fence-stickyblock-fence-stickyblock-fence, takes up too much space and looks ugly. If I'm mistaken about how sticky blocks work please enlighten me.

Minimum block space is 3 block-widths (road width) with raise/lower mechanism above, max is 5 block-widths with raise/lower mechanism at the end positions. - all occupied by fence, iron bars, etc.. I really would like a 2 block-height with a push/pull 2 block-height (the minimum walk-through height) but I understand sticky-pistons have a 1 block-height for push/pull inherently designed into them, thus the fence-gate work-around under the portcullis, annoying but workable. I would prefer to put everything underground but that doesn't seem to be an option. The current version of the portcullis works - I'm just asking if anyone has an improvement on it OR can make the original concept (my first post) work by putting the mechanism underground with pistons AT THE ENDS ONLY. People don't seem to understand what I'm saying and I am VERY clear in my communications. Do you understand what a portcullis is? What it does? Can you build a better version? Pictures/description/diagram/schematic please.
 

Hybrid Dog
Member
 
Posts: 2460
Joined: Thu Nov 01, 2012 12:46

by Hybrid Dog » Tue Dec 27, 2016 18:32

Sorry, l don't know a way to build it using default mesecons without overly bloating the place with mesecons nodes.
 

User avatar
benrob0329
Member
 
Posts: 1192
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
In-game: benrob03

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by benrob0329 » Mon Jan 02, 2017 20:59

You could try having one fence come up from the ground, and one from the ceiling.
 

captpete
Member
 
Posts: 37
Joined: Fri Nov 25, 2016 03:02

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by captpete » Sun Jan 08, 2017 15:48

Thanks, that _would_ do the 2-Block space and underground "wiring" would be more aesthetically pleasing though vertical mesecon wires are an eyesore and I would need them to connect top and bottom pistons. I could try and hide them in the construction which _might_ make them too bulky though.
 

Minetest Sam
Member
 
Posts: 83
Joined: Sat Nov 14, 2015 09:26

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by Minetest Sam » Wed Jan 11, 2017 15:06

My try at the double piston door.
Attachments
screenshot_20170111_203155.png
screenshot_20170111_203155.png (252.8 KiB) Viewed 4142 times
screenshot_20170111_203142.png
screenshot_20170111_203142.png (416.82 KiB) Viewed 4142 times
 

User avatar
Baryhobal
Member
 
Posts: 12
Joined: Tue Nov 01, 2016 15:33
In-game: Baryhobal

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by Baryhobal » Sat Jan 14, 2017 15:14

You can do it more simply.
p = piston
b = block
d = delay

b d = 0 tick
p d = 2 + 1 ticks (not 3 ticks)
p d = 1 tick
Sorry if my english isn't good.
I love making mesecon mechanisms. If you want a system, just tell it me and I try to make it.
 

Cage
Member
 
Posts: 21
Joined: Mon Oct 24, 2016 21:07

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by Cage » Wed Feb 01, 2017 02:41

Does anyone know how to rotate movestones if so how to do it?
 

ABJ
Member
 
Posts: 2344
Joined: Sun Jan 18, 2015 13:02
GitHub: ABJ-MV
In-game: ABJ

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by ABJ » Wed Feb 01, 2017 11:52

use screwdrivers, they work on all blocks. or just rotate ur perspective :-)
 

Cage
Member
 
Posts: 21
Joined: Mon Oct 24, 2016 21:07

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by Cage » Wed Feb 01, 2017 19:57

Tried that, they only face North and South. The screw driver has no effect, and perspective does not change it either. I found a way to use them to create very large gates, but I need to be able to rotate them. Maybe it's a version that is out of date with the newest MineTest version.
 

Nore
Member
 
Posts: 468
Joined: Wed Nov 28, 2012 11:35
GitHub: Ekdohibs

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by Nore » Wed Feb 01, 2017 20:00

IIRC it is not the orientation shown that is important, but the position of the conductors next to it.
 

Cage
Member
 
Posts: 21
Joined: Mon Oct 24, 2016 21:07

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by Cage » Thu Feb 02, 2017 03:07

I realize the orientation is not important but I would like to rotate it for ascetic reasons. A wall of movestones facing East and West do not look as good as the North and South orientations. What I have done is create a 4X10 node gate using them. I works really well, but I would prefer to have the side without the glue showing. I know I could use ghoststones but it just doesn't look as good.
 

ABJ
Member
 
Posts: 2344
Joined: Sun Jan 18, 2015 13:02
GitHub: ABJ-MV
In-game: ABJ

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by ABJ » Fri Feb 03, 2017 15:13

Cage wrote:and perspective does not change it either.

no poop
 

User avatar
GreenDimond
Member
 
Posts: 460
Joined: Wed Oct 28, 2015 01:26
GitHub: GreenXenith
IRC: GreenDimond
In-game: GreenDimond

Re: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesec

by GreenDimond » Sat Feb 04, 2017 00:10

Cage wrote:I would prefer to have the side without the glue showing.

You do know there are normal movestones without glue, right?
I am Green. I tend to binge-post. "All of this over a 16x16 representation of a cartoon cat ?!?! what has this world come to..." -TenPlus1, 2017.
Diz mah mods! :D ↑ github.com/minetest/minetest_game/issues/1647#issuecomment-288134572 ↑
Sand Plus - Tac Nayn - Waffles - Coming Soon: Caverealms Plus
 

PreviousNext

Return to Mod Releases

Who is online

Users browsing this forum: No registered users and 17 guests

cron