Modding Help is it possible to edit wiring so that i can place nodes anywhere?

Discussion in 'Starbound Modding' started by Shadowblitz16, Dec 1, 2018.

Tags:
  1. Shadowblitz16

    Shadowblitz16 Pangalactic Porcupine

    is it possible to edit the wire mechanic in the game to be able to place/remove/move wires at anywhere in the block grid?

    this would make wire placement a lot easier to read where the hell its coming from and going to

    for example instead of going like this..
    Code:
    0
     \
      \
       0
    it would be able to be place like this..
    Code:
    0 --- x
          |
          |
          0
    x being not a object input or output node but just a place the wire was locked
     
  2. Nexus Of Chaos

    Nexus Of Chaos Parsec Taste Tester

    with the current mechanics i can only think of making every tile an input and output node, which would be ridiculous and laggy
     
  3. Shadowblitz16

    Shadowblitz16 Pangalactic Porcupine

    that's too bad.
    I really think this would improve wiring a lot.
     

Share This Page