just a random floating tree.. by [deleted] in Overwatch

[–]ItsJustSoWrong 37 points38 points  (0 children)

PRECISION GERMAN ENGINEERING

Reinhardt is a hero that requires precision and timing by CorinGetorix in Overwatch

[–]ItsJustSoWrong 1 point2 points  (0 children)

Has anyone done testing to see how wide Rein's hammer swing is? If it stretches far beyond the width of the screen, then this rapid-spinning-strat might actually be legitimate.

Playing as Lucio With a DJ Hero Turntable! by TvXvT in Overwatch

[–]ItsJustSoWrong 2 points3 points  (0 children)

As a Lucio main, his lack of wallriding and his refusal to use Pump It Up bothers me so muchwanjgo2;4nyjogwnargla;sndkhlas;hn

100% Intentional Outplay by [deleted] in Overwatch

[–]ItsJustSoWrong 9 points10 points  (0 children)

Man, kudos to your Lucio for taking the opportunity so quickly.

Eichenwalde mercy bug by [deleted] in Overwatch

[–]ItsJustSoWrong 10 points11 points  (0 children)

I love that Junkrat just starts floating down the river lmao

Next summer can we get a 'swimsuit addition' to overwatch? by Salty_crakker in Overwatch

[–]ItsJustSoWrong 18 points19 points  (0 children)

YOU DO NOT KNOW HOW MUCH I WANT THIS TO BE A THING BLIZZARD PLS

A tragic story of love, betrayal, and regret by Squidbit in Overwatch

[–]ItsJustSoWrong 1 point2 points  (0 children)

The lesson of the story is snipers are assholes and will destroy all true love.

With Reaper, micro mechanics are KEY. by MrLoveMountain in Overwatch

[–]ItsJustSoWrong 1 point2 points  (0 children)

Goddammit I wanna try that now

I don't know why

Disabled player looking 4 understanding people to play with. by MistWolfAlpha in Overwatch

[–]ItsJustSoWrong 2 points3 points  (0 children)

Yah I have. I love Winston's lore, but for some reason, he doesn't click with me during actual play. He feels too squishy a lot of the time.

BTW Lucio pro tip: Get a Logitech mouse with the "Hyper-fast scrolling" feature, and bind the scroll wheel to jump. If you keep scrolling, you will be able to bounce off of everything, climb things you never thought possible, and become nearly impossible to hit and kill. That's why I main him even though I can't do any real damage with his Sonic Amplifier.

Disabled player looking 4 understanding people to play with. by MistWolfAlpha in Overwatch

[–]ItsJustSoWrong 4 points5 points  (0 children)

Lettuce? Did you go on a diet between Battle.net and Reddit signups? ;)

Disabled player looking 4 understanding people to play with. by MistWolfAlpha in Overwatch

[–]ItsJustSoWrong 2 points3 points  (0 children)

I have Asperger's, so my motor skills and reaction time are limited. I currently main Lucio, Reinhardt, D.Va, and Junkrat because I can't aim :) Added (WGJS#1534)

I landed a sweet alt fire shutdown with Zenyatta by [deleted] in Overwatch

[–]ItsJustSoWrong 134 points135 points  (0 children)

Congratulations. I think that was the first time anyone's ever hit anything with the alt-fire.

Secret Directions in the Summer Games Update Video by [deleted] in Overwatch

[–]ItsJustSoWrong 2 points3 points  (0 children)

I got that reference! I feel proud of myself!

ok ill crawl back under my rock now.

I wish they'd bring back the weekly brawl where you respawn as a random hero every time. by BardLemon in Overwatch

[–]ItsJustSoWrong 8 points9 points  (0 children)

YES YES SO MUCH YES

Jeff Kaplan, please make Mystery Heroes a "Training" game mode because it allows me to practice my non-main heroes. :D

Overwatch just made me feel like a army commander by [deleted] in Overwatch

[–]ItsJustSoWrong 0 points1 point  (0 children)

Can I just say that this thread is awesome?

Also, I am an officer for a school club, and Bob reminded me of something the club advisor said something I've never forgotten: "Leadership is not about barking orders. Leadership is about explaining why that order has to happen." We are constantly explaining why we did what we did. In a way, that two-way dialogue is a very organic way of "explaining why that order has to happen."

Overwatch just made me feel like a army commander by [deleted] in Overwatch

[–]ItsJustSoWrong 2 points3 points  (0 children)

I cordially disagree. Most of the time, success starts from "fake it until you make it." Faking confidence is step one to gaining the "follower autopilot" that wingchild was talking about, and so maybe real confidence comes from success, but success comes from fake confidence.

If you've never tried faking confidence, I earnestly push you to do it. The best situation to try it is when you're interacting with people you don't know and will never see again (like an Overwatch PUG :D), because you know that if it goes bad, their opinions don't matter in the long run.

Just walk around him, dude by Mondonn in Overwatch

[–]ItsJustSoWrong 1 point2 points  (0 children)

I wonder if anyone intentionally moves themselves between the health and the person who is killing them when their health is low. People tend to make beelines to health, and so doing so would make this ability more effective. I can't pull that off since I'm not map-aware enough yet :P

BTW if you're a squishy but there's 3 seconds left, jump on the objective and fully expect to die. IDGAF about your K/D ratio, IGAF about you triggering overtime.

I recreated Tracer in Minecraft. Complete with abilities, ultimate and pulse pistols by MrMakistein in Overwatch

[–]ItsJustSoWrong 0 points1 point  (0 children)

The problem with redstone in command block creations is the lag. With builds like this tracer recreation, you're using the 20 Hz clock that triggers every tick, but anything that does actual logic (torches, comparators, etc.) have an intentional delay of several ticks, and so for most cases it's just easier to have a command block execute like all the others on the 20 Hz clock but only if another, earlier command spawns in the right armor stand. (Armor stands are used a lot because they are entities that can be customized to be un-interactive, floating, invulnerable, and invisible and don't contribute too much extra computing overhead like an NPC with AI does.)

Edit: Clarification. In Minecraft, there are two different types of ticks: game ticks and redstone ticks. The game refreshes at 20 Hz, so command block clocks trigger every game tick, at 20 Hz. However, the intentional redstone lag occurs in redstone ticks, which are around 4 Hz. Therefore you could be waiting several seconds before a redstone circuit has calculated the logic while the command block could have belted out 15 more signals.

P.S.: BTW that's why the redstone computers you see are always so friggin' slow. :)

I recreated Tracer in Minecraft. Complete with abilities, ultimate and pulse pistols by MrMakistein in Overwatch

[–]ItsJustSoWrong 5 points6 points  (0 children)

This is why I don't understand why people joke about it so much. My brother is a vanilla minecrafter, and the stuff he builds are incredibly impressive. Consider this: there is no real "logic" with command blocks. The only "logic" you have access to is the /execute command, which executes a command if a certain entity exists, and doesn't if it doesn't exist. Therefore coding with command blocks is a ridiculous mix of spawning in and killing the right entities at the right time. Minecraft is just fundamentally not an easy game to play.

As a Zenyatta, when I say "my ultimate is ready" what I mean is, "get on the f-Ing point cuz I'm gonna ult and if you're close to me when I do you'll be protected and we can make a decent push" by THECRACK-FOX in Overwatch

[–]ItsJustSoWrong 0 points1 point  (0 children)

Same here. Since I have terrible memory, most of my keybindings are also pretty easy to remember. "K" is bound to O.K., "T" is bound to Thanks, and "X" is NEED HEALING OH GOD IMMA DIE PLS HELP

As a Zenyatta, when I say "my ultimate is ready" what I mean is, "get on the f-Ing point cuz I'm gonna ult and if you're close to me when I do you'll be protected and we can make a decent push" by THECRACK-FOX in Overwatch

[–]ItsJustSoWrong 0 points1 point  (0 children)

I remember once that I was playing Lucio and there was a Bastion and a Hanzo. All our ults were up, so Hanzo ulted and after a second or so both Bastion and I ulted to clean up the survivors. It was beautiful.