Search results for query: *

  1. P

    Other Please overhaul the Chinese localization

    I had played Terraria in the 1.3 era. Translation back then had a few issues but generally fine. Recently I started playing 1.4 and I can't stand the Chinese translation anymore. Some terms that were fine in 1.3 have been changed and don't make any sense. For example, spike now becomes 斯派克...
  2. P

    PC New wiring items upon 1.4 update

    Some friends of mine and I have checked through changelog, Builder's workshop and source code and found a number of new wiring items. The process was manual so it's possible that we missed something. The wiki has been updating but have not yet reached many we have studied, so I decide to post...
  3. P

    Guide Teleporter-Weighted Pressure Plate Glitch

    It is (well?) known that developers have had 'fixed' the infinite-loop caused by teleporters connected to weighted pressure plates. However, the way the developers used is too naive so that another glitch arises. Let me show the glitch before explaining it. This thread is to explain why this...
  4. P

    PC [Guide] Block All Moon Lord's Attacks

    The video is raw without any editing. Some points you need to know before understanding this strategy: Projectile limit https://youtu.be/sNpcJyJKlV0?t=487 NPC limit https://youtu.be/M_dUk2aIAzs Old One's Army tricks https://youtu.be/c6uRNdyWanU?t=336 https://youtu.be/c6uRNdyWanU?t=597 Dummy...
  5. P

    Bad Apple Animation in Terraria

    It's not my creation, but I feel that I have to introduce it to everyone. https://www.bilibili.com/video/av46694445
  6. P

    Showcase [Showcase] Single-step comparator

    The idea is kind of brute-force. It takes O(n^2) tiles compared to O(n) taken by full adder, where n denotes the number of digits. In return, it compares two numbers in one step instead of O(n) steps. I'm not sure if it's useful considering its size and complexity.
  7. P

    Showcase [Showcase] A Significant Progress on Binary to BCD Decoder

    This thread follows from this thread. I'm still not satisfied with the 5*6 unit because there is space between logic gates. I dreamt of finding some logical expressions that can support a 4*5 unit, which is as compact as possible. I spent some days making no progress until today when I wrote a...
  8. P

    PC [Guide] An Idea On How To Make A Combinational Logic Circuit With The Least Logic Gates

    The idea came from this thread. The full adder by @ekinator surprised me quite a bit because I had always thought that the complexity of a single logic gate is too small to express the logic in a full adder. Then I began to think of the complexity of a single logic gate. I came up with some...
  9. P

    Showcase [Showcase] Some Compact Designs of Decimal Counters with 7-Segment Display

    7-segment display is not a new technique, but new techniques have to be involved to create compact counters. In this thread, I limit wiring within torch part to 4 tiles wide to make the display compact. All counters include a reset button. Not sure if I should include more details, but here you go.
  10. P

    Question [Question] Weird Mechanics of Dart Traps and Teal Pressure Plates

    I discussed with some other members about mechanics of dart traps and teal pressure plates. We had disagreements and I did some experiments to prove or disprove my views. However, it came out that none of us can explain what happened in the experiments. I'm working on another project so I'm not...
  11. P

    PC [Project] Build a Computer in Terraria!

    Hi, everyone! I've been working on this project for weeks, and recently since I saw the possibility that I could make it, I decided to post it to gather further ideas and suggestions. Perhaps you don't understand what is a computer, or why I want to build a computer. I would explain at once. I...
  12. P

    Showcase [Showcase] Random Access Memory

    Hi, everyone! I'm currently trying to build a computer in Terraria, of which RAM is an essential part.I got an RAM designed by another person before, but that RAM is too large and may not meet my needs, so I managed to build an RAM by myself. You can check how it works by an attached file or...
Back
Top Bottom