mesecons_x/README.md

86 lines
2.7 KiB
Markdown
Raw Normal View History

2020-07-14 18:30:25 +02:00
mesecons_x by marek
2020-07-18 13:43:27 +02:00
2020-07-14 18:30:25 +02:00
Adds some new elements to Mesecons mod, to make it easier to build more complex circuits.
2020-07-27 12:14:47 +02:00
[Youtube](https://www.youtube.com/channel/UCohaNk7q3MfTdl5LwiTjB5Q)
2020-08-22 23:06:10 +02:00
2020-08-25 17:55:53 +02:00
[Discord](https://discord.gg/eGHkdQj)
2020-07-27 12:14:28 +02:00
2020-07-14 18:49:24 +02:00
![picture](https://gitlab.com/deetmit/mesecons_x/-/raw/master/picture.png)
2020-07-14 18:48:42 +02:00
2020-07-14 18:30:25 +02:00
2020-07-14 19:09:45 +02:00
New elements:
2020-07-18 13:53:55 +02:00
**Tools.**
2020-09-04 16:48:20 +02:00
- black tool
2020-07-18 13:55:22 +02:00
2020-07-18 13:43:27 +02:00
Creates wires automaticaly by selectin starting position (left click) and ending position (right click).
You can keep clicking right, to continue the wire. The wire will automaticaly bend and go over other wires
2020-07-18 13:59:23 +02:00
if possible. Click on other wire to connect to the existing wire.
2020-07-18 13:43:27 +02:00
2020-09-04 16:48:20 +02:00
If you select more than one block, then multiple wires will be created. If you select existing circuit, the
wires will be automatically connected to the existing blocks.
- red tool
2020-07-18 13:55:22 +02:00
2020-07-18 13:43:27 +02:00
Removes wires automaticaly. Left click is simple puch. Right click removes the entire wire
to the next junction.
If you click on a junction, it will delete all wires that goes out of the junction.
If you click on a gate, it will remove the gate and all adjacent (=connected) wires.
If you click right on the air, it will remove the selected area.
2020-09-04 16:48:20 +02:00
If you click right on a wire withing selection, it will remove the selection and all wires that are going out from the selection.
2020-07-18 13:43:27 +02:00
2020-09-04 16:48:20 +02:00
- blue tool
2020-07-18 13:55:22 +02:00
2020-09-04 16:48:20 +02:00
Selects the area. Left click selects pos1, right click selects pos2.
Left click on air uses the position of the player.
2020-07-18 13:43:27 +02:00
2020-09-04 16:48:20 +02:00
- yellow tool
2020-07-18 13:55:22 +02:00
2020-07-18 13:43:27 +02:00
Allows you to move circuit, or part of the circuit without disconnecting wires.
Left click moves to the left, right click moves to the right. You must face proper direction.
Use blue tool to select region.
2020-09-04 16:48:20 +02:00
IF you use up/down yellow tool, left always mean down, right click always means up.
- orange tool
Stacks the selected circuit. You can "undo" the stacking by clicking left mouse. Note, if you change the selection, "undo" is
not possible.
- white tool
Changes selection borders. Right click always means expand, left click always means contract.
2020-07-18 13:43:27 +02:00
- circuit (blue book)
2020-07-18 13:55:22 +02:00
2020-07-18 13:43:27 +02:00
Allows you to store your circuit, and paste it in other places.
Left click on air saves the circuit (selecion must be active).
Left click on block creates selection of the circuit.
Right click paste the circuit.
2020-07-18 13:53:55 +02:00
**Other elements.**
2020-07-18 13:43:27 +02:00
- 3 input logic gates: and, or, nand, nor
- latch and flipflop
- insulated xjunction
2020-07-18 13:53:55 +02:00
**Example**
2020-07-18 13:59:23 +02:00
This circuit was built in 60 seconds using circuit books.
2020-07-18 13:53:55 +02:00
![4bit](https://gitlab.com/deetmit/mesecons_x/-/raw/master/picture_4bit_incrementer.png)
2020-07-18 13:43:27 +02:00
2020-07-19 02:23:14 +02:00
2020-07-19 02:22:51 +02:00
2020-07-18 13:43:27 +02:00
TODO list:
2020-09-04 17:00:36 +02:00
- copy metadata while moving blocks
2020-07-18 13:43:27 +02:00
- add page and book to keep multiple circuits in one place
- improve algorithm for autoconnection of the wires when the circuit is moved
2020-07-19 02:22:51 +02:00
- load nodes before reading
2020-07-18 13:43:27 +02:00