1. Welcome to the Brawl website! Feel free to look around our forums. Join our growing community by typing /register in-game!

AWE World Edit

Discussion in 'MinecraftBuild' started by stuffjunk, Dec 3, 2015.

Thread Status:
Please be aware that this thread is more than 30 days old. Do not post unless the topic can still be discussed. Read more...
  1. stuffjunk

    stuffjunk Member

    Joined:
    May 17, 2015
    Messages:
    45
    Ratings:
    +39
    So, i have this fire station with trucks and redstone that flashes and the whole 9 yards. I plan to use it in a youtube series. But, Everytime i copy a truck and use //rotate and place it all the torches glitch out. Is there any way to stop this from happening besides disabling AWE world edit?
     
  2. 19kss

    19kss 18kss

    Joined:
    Jul 30, 2014
    Messages:
    1,850
    Ratings:
    +736
    remove the torches and replace them?
     
  3. pAggYDaRP

    pAggYDaRP Well-Known Member

    Joined:
    Jan 2, 2015
    Messages:
    1,333
    Ratings:
    +376
    I...don't think you can do anything about this...not sure though.
     
  4. jonthe445

    jonthe445 Member

    Joined:
    Nov 30, 2015
    Messages:
    70
    Ratings:
    +13
    Sadly there is nothing you can do. World edits clipboard copies position, not directional data. This problem is caused bc world edit does not record the redstones directional data, and it just places it in a set position. This is also the reason that things like trapdoors and angular log placement doesn't work. WE is a great tool, but awefly finicky. If you have any questions about redstone or world edit, let me know.
     
  5. stuffjunk

    stuffjunk Member

    Joined:
    May 17, 2015
    Messages:
    45
    Ratings:
    +39
    Normal world edit doesn't mess with the torches and all that. Just AWE..

    I wish we had the option to use /awe toggle.
     
  6. DeZilla

    DeZilla wat

    Joined:
    May 18, 2015
    Messages:
    224
    Ratings:
    +165
    best work around I can suggest is ask a builder to do the paste for you, we actually can toggle it off.

    For obvious reasons, we can't let normal players to toggle off AWE.
     
  7. Xelasi

    Xelasi Well-Known Member

    Joined:
    May 17, 2015
    Messages:
    1,026
    Ratings:
    +945
    Sometimes using flips instead of rotate works... but sometimes it still glitches.
    Vines are the worst, though.

    ¯\_(ツ)_/¯
     
  8. Phanta

    Phanta Well-Known Member

    Joined:
    Jan 1, 2014
    Messages:
    2,555
    Ratings:
    +997
    You can manually rotate torches by doing a trick with //replace, like so:
    Code:
    //replace redstonetorch:0 sponge
    //replace redstonetorch:1 redstonetorch:0
    //replace redstonetorch:2 redstonetorch:1
    //replace redstonetorch:3 redstonetorch:2
    //replace sponge redstonetorch:3
    
    Of course, this doesn't work too well if your torches are changing state while you do the worldedit or if you have torches adjacent to each other.

    ...what?


    EDIT: what if we disabled physics while an AWE operation was in progress?
     
  9. Xelasi

    Xelasi Well-Known Member

    Joined:
    May 17, 2015
    Messages:
    1,026
    Ratings:
    +945
    Phanta just gave me another idea.

    An easier (maybe not quicker, but much easier) way would be to replace torches with a really visibly obvious block before rotate, then go back and manually place the torches.

    An issue I've seen is that some torches disappear completely. At least this way you'll have torch locations marked.
     
  10. jonthe445

    jonthe445 Member

    Joined:
    Nov 30, 2015
    Messages:
    70
    Ratings:
    +13
    Haha, basically speaking, when you copy paste, WE won't copy the direction of blocks like redstone. You can use hex codes to adjust the placement after you paste, but WE will not copy paste the direction. This is due to the virtual "clipboard" as it is called. The clipboard does not record the hex data attached to the redstone direction.
     
  11. Xelasi

    Xelasi Well-Known Member

    Joined:
    May 17, 2015
    Messages:
    1,026
    Ratings:
    +945
    It does do directions. I can rotate and flip stairs no problem.

    It's just buggy with torches and vines.
     
  12. Phanta

    Phanta Well-Known Member

    Joined:
    Jan 1, 2014
    Messages:
    2,555
    Ratings:
    +997
    Of course it records "hex" data (which is actually called block metadata fyi). That's why wool colours persist and stairs are rotated during WE operations. I suspect sk89q just missed a certain case, or perhaps our WE version is outdated.

    I'll check later.
     
    • Agree Agree x 1
    • Winner Winner x 1
  13. jonthe445

    jonthe445 Member

    Joined:
    Nov 30, 2015
    Messages:
    70
    Ratings:
    +13
    Correct me if I am wrong, but it also struggle with redstone also correct? And I vaguely remember it bugging with stone slabs aswell? At least back when I used to build for servers I used to run into the problem of the redstone defaulting to its 4 directional phase, not the proper facing direction, and I think we had to reset any stone slabs positioned in the bottom half of the block hemisphere, but I don't remember for sure. I also noticed this issue with logs back when directional logs were new to the game, but that I assume was fixed pretty quickly.


    As I said "the hex data attached to the redstone direction", obviously it has to record some hex data other wise things like wool would never retain their color. Not to mention most all items have some sort of hex data, or metadata as you stated its called, but I just use hex data because most people don't know what meta data is XD.
     
  14. Xelasi

    Xelasi Well-Known Member

    Joined:
    May 17, 2015
    Messages:
    1,026
    Ratings:
    +945
    Redstone could be buggy as well. It's good to avoid redstone on the Build server because it causes lag.

    Metadata is a term commonly used within the Minecraft community.
     
    • Optimistic Optimistic x 1
  15. jonthe445

    jonthe445 Member

    Joined:
    Nov 30, 2015
    Messages:
    70
    Ratings:
    +13
    True that. When we have 100 plots with stupid little redstone circuits going, it is bound to cause some crazy lag. And I mean honestly how many players do you think are familiar with the term? Perhaps I am under estimating the amount.
     
  16. Xelasi

    Xelasi Well-Known Member

    Joined:
    May 17, 2015
    Messages:
    1,026
    Ratings:
    +945
    Actually, I think I'm just used to talking to Build team people. Most of the community doesn't have a word for it, they just yell out "what's the id for [insert block here]"

    Hex is usually specifically for hex codes. Meta data refers to any data describing data. For example, describing wool as red. 35 is wool. 35:15 would be red wool. Meta data for building includes hex, dec, and bit codes for minecraft.

    I guess "data value" is the overarching term, so I wasn't completely right. Here:
    http://minecraft.gamepedia.com/Data_values
    http://minecraft-ids.grahamedgecombe.com/faq

    Either way, doesn't really matter. I'm glad to see people interested in the more tedious aspects of building.
     
  17. Phanta

    Phanta Well-Known Member

    Joined:
    Jan 1, 2014
    Messages:
    2,555
    Ratings:
    +997
    "Hex", "dec", and "bit" stand for hexidecimal, decimal, and binary respectively. They're all references to the block's metadata, which is a number from 0x00-0x0F (or 0-15 in decimal).
     
    • Like Like x 1
    • Agree Agree x 1
  18. jonthe445

    jonthe445 Member

    Joined:
    Nov 30, 2015
    Messages:
    70
    Ratings:
    +13
    We're all arguing the same cause XD
     
    • Like Like x 1
  19. pAggYDaRP

    pAggYDaRP Well-Known Member

    Joined:
    Jan 2, 2015
    Messages:
    1,333
    Ratings:
    +376
    What the hell is wrong with "stuff" {d3rgps31}

    jk
     
Loading...
Similar Threads Forum Date
World Edit Issues MinecraftBuild Sep 28, 2020
Help World Edit Glitch MinecraftBuild Aug 16, 2020
Bad WorldEdit command MinecraftBuild Jul 5, 2020
Idea World Edit Navigation Commands MinecraftBuild Sep 12, 2018
world edit MinecraftBuild Jun 27, 2018
Thread Status:
Please be aware that this thread is more than 30 days old. Do not post unless the topic can still be discussed. Read more...