about 4 years ago - DanReed-11233 - Direct link

Hey everyone, Zach and I have been hard at work on several new Workshop features for 1.45. Our focus for this patch has been quality-of-life features for creators as well as performance improvements. Many of these changes are based on user feedback, so keep those suggestions coming!

These Workshop changes are active right now on the 1.45 Public Test Realm (PTR). Because of several optimizations to the core Workshop execution engine, we’re particularly interested in cases where existing Workshop creations work differently (or not at all) in 1.45. For that reason, we encourage creators and players of Workshop modes to test as many existing game modes as possible on the PTR . Existing Workshop codes were copied from the live game to PTR this morning. Please let us know if there is anything we need to fix! The sooner you let us know, the more likely that we’ll be able to fix any bugs before 1.45 is released.

Of course, we’ve added a lot more than optimizations, so we invite creators to head over to the PTR and give them a try!

You can read about the new Workshop features in the patch notes, but here’s a quick summary:

  • Three new Workshop maps (for Custom Games)
  • Copy-paste support for the entirety of your Custom Game settings (not just Workshop)
  • Optimizations (reduced server load) for flow control and variable manipulation actions
  • Loops without Waits
  • Comments for individual actions and conditions
  • Script Diagnostics Panel (detailing how close to the size limits your scripts are)
  • New flow-control actions (If, Else If, Else, While, End, For Global Variable, For Player Variable)
  • Subroutines
  • And more!
about 4 years ago - DanReed-11233 - Direct link

Thanks for the codes! We may have questions for you, so please check back over the next day or so.

about 4 years ago - DanReed-11233 - Direct link

We’ve identified and fixed several bugs pertaining to variables, flow control, hero abilities, and the editor. Our next step is to test the codes that everyone has been posting to ensure that we’ve fixed them. We hope to push these changes to PTR within a few days. I’ll keep you guys updated.

about 4 years ago - ZachMetcalf-1561 - Direct link

As Dan posted here: New 1.45 PTR build, we have a new 1.45 build currently up on the PTR. This new update should fix many issues you all have been encountering. Please test your creations here and let us know if you still encounter any issues!

about 4 years ago - ZachMetcalf-1561 - Direct link

This first thing you should do is make sure you don’t have any infinite loops! That is a potential risk along with the new features that have been added (we’ll be making a post regarding that soon). Besides that, if you think there’s an actual issue that’s reproducible, feel free to upload your script and we can look into it!

about 4 years ago - ZachMetcalf-1561 - Direct link

There’s a post coming very soon that should be helpful. Stay tuned!