-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdescription.txt
31 lines (23 loc) · 953 Bytes
/
description.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
In my opinion, there is one big issue with wiring. You can’t really SEE what is actually going on. Everything happens instantly once you flip the switch. This isn’t a big deal if you just want to build simpler door mechanisms or traps, but when you have a huge chain of logic gates, things will quickly become rather confusing… To resolve this problem, I have created MechScope, a TModLoader mod that can pause and visualize the wiring execution process.
For more information, please visit the terraria forums.
Default hotkeys:
Toggle - NumPad1
Step - NumPad2
Auto-step - NumPad3
Settings - NumPad5
Thanks to yfdyzjt for porting the mod to tModLoader 1.4.
Version history:
v1.0
- First release
v1.1
- Mod Browser release
- Fixed unloading and other minor bugs
v1.2
- Improved UI
v1.3
- Improved UI
- Fixed multiplayer crashes
- Fixed Harmony unloading
v2.0
- Ported to tModLoader 1.4
- Removed dependency on Harmony