mesecons_x/README.md

64 lines
2.1 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-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-07-18 13:43:27 +02:00
- autowire tool (black)
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
- autodelete tool (red)
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.
- select tool (blue)
2020-07-18 13:55:22 +02:00
2020-07-18 13:43:27 +02:00
Selects the area. Left click selects pos1, right click selects pos2.
Left click on air removes selection.
- automove tool (yellow)
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.
- 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
Keep in ming that it's still work in progress.
TODO list:
- add support for multiple users (right now only one user can use the tools, everything is shared)
- add page and book to keep multiple circuits in one place
- improve algorithm for autoconnection of the wires when the circuit is moved