Page 56 of 58

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

PostPosted: Sat Apr 30, 2016 14:13
by Serh Arien
Gerald wrote:
Serh Arien wrote:Hi everyone,
I just want to know if it possible to set a block in a position with the command block ?
And to "delete" it with the command block to

Thanks :)


A command block does the same as typing commands in chat.
I think you need worldedit to have block changing commands.



So it's possible ( with WE)

The goal is the player press a buttom, who will activate the command block.

The player musn't do anithing with the chat

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

PostPosted: Sat Apr 30, 2016 14:24
by Gerald
Serh Arien wrote:
Gerald wrote:
Serh Arien wrote:Hi everyone,
I just want to know if it possible to set a block in a position with the command block ?
And to "delete" it with the command block to

Thanks :)


A command block does the same as typing commands in chat.
I think you need worldedit to have block changing commands.



So it's possible ( with WE)

The goal is the player press a buttom, who will activate the command block.

The player musn't do anithing with the chat


It should work.
If the sort of the block is unimportant you can also use the ghoststone.
Moreover, just moving blocks can be done using pistons.
If you really need a special block and want it to appear and disappear completly, you can use worldedit. Command to select an area: //fixedpos set1 x y z //fixedpos set2 x y z

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

PostPosted: Sun May 01, 2016 20:06
by Serh Arien
[/quote]

It should work.
If the sort of the block is unimportant you can also use the ghoststone.
Moreover, just moving blocks can be done using pistons.
If you really need a special block and want it to appear and disappear completly, you can use worldedit. Command to select an area: //fixedpos set1 x y z //fixedpos set2 x y z[/quote]

As i don't know if you understood exactly what i want to do, their is an exemple : ( go to 1'05'') the iron bar
: https://www.youtube.com/watch?v=dmTbhrm6Abs

In fact, i can't do what i want with piston i NEED it invisible :D

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

PostPosted: Tue May 03, 2016 23:02
by Gerald
Serh Arien wrote:
As i don't know if you understood exactly what i want to do, their is an exemple : ( go to 1'05'') the iron bar
: https://www.youtube.com/watch?v=dmTbhrm6Abs

In fact, i can't do what i want with piston i NEED it invisible :D


I have another idea: the technic:constructor can place and remove 4 blocks in a row. Just use one constructor per level.

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

PostPosted: Wed May 04, 2016 19:41
by Serh Arien
Then, i have to download the technic mod?

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

PostPosted: Wed May 04, 2016 21:45
by Gerald
Serh Arien wrote:Then, i have to download the technic mod?

Yes.

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

PostPosted: Tue May 10, 2016 16:11
by Serh Arien
Gerald wrote:
Serh Arien wrote:Then, i have to download the technic mod?

Yes.



Ok ok, i tried it but as you can see, i don't have enaught place to the mesecons
salle du tresor bon.png
salle du tresor bon.png (410.1 KiB) Viewed 3192 times


thanks for your helped

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

PostPosted: Tue May 10, 2016 22:09
by Gerald
Serh Arien wrote:Ok ok, i tried it but as you can see, i don't have enaught place to the mesecons
salle du tresor bon.png


thanks for your helped


The place is a problem. Ghoststone, Pistons and Constructor drop out, because of appearance.

Commandblocks + Worldedit will still work.

Another idea are gate controllers:
https://forum.minetest.net/viewtopic.php?f=9&t=9897&hilit=gate+controller
You will have to use multiple ones to close the door step by step.

Finally, you can use commandblocks and a command defined in an own mod.
Important methods:
-minetest.register_chatcommand("command", data)
-minetest.set_node(pos, node)

Iron bars can be a problem, because they will not connect correctly depending on the method you will chose.

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

PostPosted: Wed May 11, 2016 12:21
by Serh Arien
Gerald wrote:
Serh Arien wrote:Ok ok, i tried it but as you can see, i don't have enaught place to the mesecons
salle du tresor bon.png


thanks for your helped


The place is a problem. Ghoststone, Pistons and Constructor drop out, because of appearance.

Commandblocks + Worldedit will still work.

Another idea are gate controllers:
https://forum.minetest.net/viewtopic.php?f=9&t=9897&hilit=gate+controller
You will have to use multiple ones to close the door step by step.

Finally, you can use commandblocks and a command defined in an own mod.
Important methods:
-minetest.register_chatcommand("command", data)
-minetest.set_node(pos, node)

Iron bars can be a problem, because they will not connect correctly depending on the method you will chose.



gate controller is a good idea to

For a mod, i can't do it because i don't know anithing about modding/codding...
Is their a place to ask it to someone

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

PostPosted: Thu May 12, 2016 15:12
by Serh Arien
Serh Arien wrote:
Gerald wrote:
Serh Arien wrote:Ok ok, i tried it but as you can see, i don't have enaught place to the mesecons
salle du tresor bon.png


thanks for your helped


The place is a problem. Ghoststone, Pistons and Constructor drop out, because of appearance.

Commandblocks + Worldedit will still work.

Another idea are gate controllers:
https://forum.minetest.net/viewtopic.php?f=9&t=9897&hilit=gate+controller


I try it and...
Thanks tou ! it work !
You will have to use multiple ones to close the door step by step.

Finally, you can use commandblocks and a command defined in an own mod.
Important methods:
-minetest.register_chatcommand("command", data)
-minetest.set_node(pos, node)

Iron bars can be a problem, because they will not connect correctly depending on the method you will chose.



gate controller is a good idea to

For a mod, i can't do it because i don't know anithing about modding/codding...
Is their a place to ask it to someone

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

PostPosted: Thu May 12, 2016 17:26
by Gerald
Serh Arien wrote:For a mod, i can't do it because i don't know anithing about modding/codding...
Is their a place to ask it to someone


I think there is no place like that. Moreover the mod i have in mind would be very specific and not very usefull to somebody else. I think the worldedit solution will be easier.

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

PostPosted: Thu May 12, 2016 19:38
by Serh Arien
Gerald wrote:
Serh Arien wrote:For a mod, i can't do it because i don't know anithing about modding/codding...
Is their a place to ask it to someone


I think there is no place like that. Moreover the mod i have in mind would be very specific and not very usefull to somebody else. I think the worldedit solution will be easier.


Tnaks for every things you did, gate conttroller work as i looked for.
You save the map !

( let me do a last request, do you know how to do a timer ? because i'm afraid that using delayer from mesecon should lag ( i need do use 120 of them...))
I didn't found anithing about it so i ask you)


Thanks you so much fo your help, i love you ;)

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

PostPosted: Thu May 12, 2016 21:57
by Gerald
Serh Arien wrote:( let me do a last request, do you know how to do a timer ? because i'm afraid that using delayer from mesecon should lag ( i need do use 120 of them...))
I didn't found anithing about it so i ask you)

Thanks you so much fo your help, i love you ;)


You can use a Mesecons:Luacontroller with something like the following code (i have not tested it):
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
Interrupt(1) --executes the programm every second
if (event.type == "on" and event.pin.name == "A") then --if signal at A
   port.b = true --start counting and show it
elseif (event.type == "interrupt" and port.b) then
   if (not mem.counter) then
     mem.counter = 0 --init
   end
   if (mem.counter == 120) then --if reaching 120 seconds
      port.b = false   --stop counter
      port.c = true     --send final signal
   else
      mem.counter = mem.counter + 1 --count up
   end
end

maybe the documentation is helpfull:
http://mesecons.net/luacontroller/

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

PostPosted: Sat May 14, 2016 21:58
by Serh Arien
Gerald wrote:
Serh Arien wrote:( let me do a last request, do you know how to do a timer ? because i'm afraid that using delayer from mesecon should lag ( i need do use 120 of them...))
I didn't found anithing about it so i ask you)

Thanks you so much fo your help, i love you ;)


You can use a Mesecons:Luacontroller with something like the following code (i have not tested it):
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
Interrupt(1) --executes the programm every second
if (event.type == "on" and event.pin.name == "A") then --if signal at A
   port.b = true --start counting and show it
elseif (event.type == "interrupt" and port.b) then
   if (not mem.counter) then
     mem.counter = 0 --init
   end
   if (mem.counter == 120) then --if reaching 120 seconds
      port.b = false   --stop counter
      port.c = true     --send final signal
   else
      mem.counter = mem.counter + 1 --count up
   end
end

maybe the documentation is helpfull:
http://mesecons.net/luacontroller/

Well it could be a good idea ( again ! ) but as i had say, i don't know anothing about codding, and i don't understand everything in mesecon website.

The code don't work so i'll ask it in the good topic :)

Thanks you again for every thing you did

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

PostPosted: Mon May 16, 2016 21:48
by Emon
Italian version available here.

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

PostPosted: Fri May 20, 2016 16:16
by Lejo
I have a problem mesecons_doors don't work with the new Version I make a problem topic with some more Problems.
How I can fix the Error with the doors?

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

PostPosted: Mon May 23, 2016 00:36
by benrob0329
Update to the latest vertion of Mesecons.

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

PostPosted: Tue May 24, 2016 06:35
by amadin
Vertical mesecon must be wall mounted as sign for using on walls and ceiling in house. I can't place vertical mesecon on wall from floor to ceiling as conductor because vertical mesecon is not wall mounted and it spoils the appearance of the room.

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

PostPosted: Fri Jun 24, 2016 12:56
by kosmonautik
How can I run it in Linux Ubuntu? How have I to rename the folder? Thanks.

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

PostPosted: Fri Jun 24, 2016 15:35
by kosmonautik
How can I run it in Linux? How I have to rename the folder? Thanks

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

PostPosted: Fri Jun 24, 2016 19:26
by Nathan.S
It shouldn't matter what it is called, as it is a modpack, but I'd rename the folder to mesecons anyway.

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

PostPosted: Sat Jul 23, 2016 17:00
by krokoschlange
I foun a bad bug which causes minetest to crash when stuff from mesecons appears in the inventory when searching for it or go on the page where you find it. I removed all files from minetest and installed mesecons again but the bug remains... I did not use any other mod and different worlds but it didn't help.
debug.txt shows nothing special:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
2016-07-23 18:52:05: WARNING[Main]: BanManager: creating C:\games\Minetest\bin\..\worlds\any\ipban.txt
2016-07-23 18:52:05: WARNING[Main]: NodeDefManager: Ignoring CONTENT_IGNORE redefinition
2016-07-23 18:52:05: ACTION[Main]:         .__               __                   __   
2016-07-23 18:52:05: ACTION[Main]:   _____ |__| ____   _____/  |_  ____   _______/  |_
2016-07-23 18:52:05: ACTION[Main]:  /     \|  |/    \_/ __ \   __\/ __ \ /  ___/\   __\
2016-07-23 18:52:05: ACTION[Main]: |  Y Y  \  |   |  \  ___/|  | \  ___/ \___ \  |  | 
2016-07-23 18:52:05: ACTION[Main]: |__|_|  /__|___|  /\___  >__|  \___  >____  > |__| 
2016-07-23 18:52:05: ACTION[Main]:       \/        \/     \/          \/     \/       
2016-07-23 18:52:05: ACTION[Main]: World at [C:\games\Minetest\bin\..\worlds\any]
2016-07-23 18:52:05: ACTION[Main]: Server for gameid="minetest" listening on 0.0.0.0:51993.
2016-07-23 18:52:14: ACTION[Server]: singleplayer [127.0.0.1] joins game.
2016-07-23 18:52:14: ACTION[Server]: singleplayer joins game. List of players: singleplayer

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

PostPosted: Sun Jul 24, 2016 06:44
by krokoschlange
Well yesterday nothing seemed to help but now it works again. I really don't know why. I just waited.

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

PostPosted: Sat Aug 20, 2016 15:17
by miloszs
THIS IS THE BEST MOD IN MINETEST!!!!!!!!

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

PostPosted: Sat Aug 20, 2016 15:39
by ABJ
No. Somewhere there may be a better mod. Stop with the over hype.

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

PostPosted: Sat Aug 20, 2016 15:48
by miloszs
this is the best

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

PostPosted: Sat Aug 20, 2016 16:29
by ABJ
No. This is an awesome mod, no doubt, but this doesn't have to be the best.
Wait, why did I even start this silly argument in the first place? Stupid me!

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

PostPosted: Sat Aug 20, 2016 17:49
by miloszs
so, what mod is the best?

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

PostPosted: Sun Aug 21, 2016 09:36
by ABJ
We still don't know. Also, read the italic text. I may have to consider the possibility that this is, but surely there are even more pushed forward mods.

PostPosted: Sun Aug 21, 2016 18:34
by Hybrid Dog
miloszs, there's a programmable robot:
https://github.com/HybridDog/simple_robots

It could get support for remote control (with digiline sender).