Overwatch

Overwatch Dev Tracker




26 Apr

Comment

Wow, this is a lot of great feedback, please keep it coming! Dan and I are overwhelmed with the amount of enthusiasm for the feature, and we hope we can keep working with the community to make the Workshop a great tool for everyone.

As the requests here range from small to large, we’ll need some time to organize and prioritize the work. We’re currently working on improving stability and adding a few improvements. For instance in the next patch we’ve disabled the AFK timer when you’re in a custom game that has workshop scripting in it.

Obviously we can’t add everything on the list, so thank you for patience while we figure things out!

Post
    CaLee on Forums - Thread - Direct

Patch 1.36 Known Issues

  • Disclaimer: This is not a complete list of all currently tracked issues affecting this build of Overwatch, rather this is a targeted list of some known specific issues with this release.

WORKSHOP

  • AFK timer is active when editing scripts while in your Custom Game.
  • The scripting action Disable Build in Game Mode does not work in Team Deathmatch and CTF.
  • The scripting action Wait(Restart When True) displays a GUID instead of text.
  • Sometimes the Actions list displays three numbers after the decimal instead of two.
  • Workshop Inspector does not open when playing Wrecking Ball.

HERO GAUNTLET

Dorado

  • Players can see navigation lines during the start-game countdown.

Paris

  • Players can see navig...
Read more
Comment

Make sure you’re using the “Ongoing - Each Player” event and you’re passing in “Event Player” as the player to disable respawning for. If instead you’re using “Ongoing - Global” and “All Players”, the action will only get run once (assuming your condition list is empty) before anyone has actually joined the game, and new people who join won’t have their respawning disabled.


25 Apr

Comment

Apologies for the lost work, I know how frustrating it can be to have to implement everything a second time. We’re working on stabilizing the workshop so this kind of thing doesn’t happen in the future.

An autosave/recovery option is a really good idea, we had discussed something similar ourselves, as sometimes we also forget to save the scripts as a preset. Until then, I recommend saving early and saving often!

Comment

Providing damage amount is a fairly popular request, so we’ll definitely look into adding it. Thanks for the suggestion!

Comment

So this should be going out in the next patch on PTR, so please keep an eye on it. Keep in mind that we just patched in “Hero Gauntlet” on PTR, which won’t have this fix in it yet.

Post

Hi everyone!

It has been so amazing to see the awesome, creative game modes that have come out of the Workshop since we released it yesterday. For a while, we’ve been using Workshop to create a game mode called “Hero Gauntlet”, where you play through a set list of heroes in a deathmatch environment and the first player to get through the list of heroes wins. We noticed quite a few of you are making something similar, so we’re releasing Hero Gauntlet as both a preset and an Arcade card. We hope that you can use this as a base to build off for your own game modes. This mode also showcases some things you might want to use in your own scripts, like preloading heroes, which makes games load faster on all hardware.

We really hope you enjoy this game mode!

Post

Overwatch PTR Patch Notes – April 25, 2019

A new Overwatch patch is in development and now available for testing! To share your feedback or report any issues, please post in the PTR Feedback or PTR Bug Report forums.

Please note that the below patch notes only include changes currently available for testing on the PTR. While many of these changes may also be available on PlayStation 4 and Xbox One in a future patch, the PTR is PC-only and ...

Read more
Comment

We don’t let you enter custom strings yourself, but there are quite a few strings that you can combine to get you close.

If you have any suggestions on strings you think would be useful to yourself and others, please share them! We can definitely add more strings to the list we already have.

If you want to explain the rules to players of your game, there is a new “Description” field you can put your specific instructions in. Just look on the right side of the settings page inside Custom Game.

Comment

You can achieve an anti-heal effect by using “Set Healing Received” with a percentage of 0. (The “Fire Dome” preset does this.) Poison you can achieve with “Start/Stop Damage Over Time”, and Discord can be made with “Set Damage Received”.

Most of the numerical limits for Actions are there for a good reason, unfortunately. We know that there is a desire to make them more permissive, and we’ll keep monitoring the situation to see if there’s a way for us to change them without causing issues.

Comment

The best way currently is to perform a line-of-sight check (“Is In Line of Sight”) with a nearby position. If it fails, then there’s probably a wall between your start and end positions. You’ll want to ignore barriers when you do this.

Comment

We’ve had some issues with Last Text ID. I’ve fixed them internally, but I don’t think they’re in the latest patch for you guys just yet. You should get them tomorrow, hopefully.

Comment

We agree. We’ll look into removing the AFK timeout when you’re in a game that has workshop scripting in it.

Comment

Sorry to hear that you lost some work. Part of the reason for this PTR is to help identify and fix bugs just like the one you encountered.

We definitely look at these crashes so make sure to add as much info in the Error Reporter when you submit it. This is incredibly valuable to helping us fix these bugs.

Thank you for bearing with us as we make this feature even better!

Comment

One creator had the idea of just switching to the hero that you want to use the ability on:

Read more
Comment

Actually, I did find a bug with Last Heal/Damage Over Time. I’ve fixed it internally, and the fix will be available for you Friday-ish. Thanks for bringing it to my attention!

Regarding the variable before the game starts, the earliest chance you have to execute something is with the “Ongoing - Global” Event. Just set your variable as the first action. If you do this in the top rule, it’s guaranteed to execute before any other rule.

Regarding projectiles, there’s a lot more that we’d like to do with them, but for now, there isn’t a way to do what you’re asking, unfortunately.

Comment

I’ve identified the bug and have a fix internally. It will probably show up for you in Friday’s patch. Thanks for the report!

Comment

We’ve released an updated PTR that fixes “All Heroes”. Cheers!

Comment

Hey folks we released an updated version of the PTR that fixes “All Heroes”. Cheers!

Comment

In a nutshell, variables are there for you to store information such as number, a player, a location in the world.

I would also recommend utilizing the “Workshop Inspector”. https://playoverwatch.com/en-us/news/22938941/introducing-the-overwatch-workshop#debug

You can inspect the contents of variables using the inspector, and it will give you a better idea of...

Read more