Ideas of Stadium and Custom Workshop

(Over The Storm) - Stadium [my overwatch gamemode before Stadium OW1]
I worked on Over The Storm for years making pretty good progress as a complete coding beginner to make a mode that was exactly like Stadium. I love that Blizzard finally decided to make a mode almost exactly like mine. (since OW1) (Code at the bottom)

I feel like Stadium was what OW2 was suppose to be. They should definitely bring this to PVE. I have not played any of the PVE simply because of the lack of what was promised in OW2. I feel like Stadium has the ultimate potential to bring OW2 back to being played especially if Blizzard starts to listening to the community.

When I was designing Over The Storm it was suppose to be play on words combining Heros of The Storm’s mechanics into overwatch but giving points based off of eliminations (originally it was damage and healing but this caused to much strain on the engine originally.) I combined both names to make something catchy and memorable for people to play. The only problem is its not finished and Since stadium has released I don’t know if I want to continue the project or not. However it can be a great resource for people who want to use its contents because it has a lot of cutting edge stuff I developed myself like custom abilities that use their own ability icons as well as a team level and stat system for players to use. [This is a free system for people to use. I don’t really need any credit because I just want the workshop community to improve their modes even if my crappy code gives people an idea on how to improve or tackle a problem better but they can play with it and see how I did certain things to get them to work. {weird work arounds that typically wouldn’t exist}]

I may use the original code to make a boss battle mode instead since stadium basically does what this game mode already does. I am not upset at all and actually happy Blizzard did this. The only thing I ask them to do now is expand Stadium to include all heroes and allow players to edit Stadium in workshop as well as include new workshop features and coding options with Stadium. Like Boss modes are the most popular in Workshop. Allowing players to design a 1 v 6 or 3 v 9 would be pretty crazy.

I wrote an old post a long time ago about this mode and I hope when / if they read it that it helped influence this decision to create stadium. Its funny because I designed Genji a triple jump and Kiriko a double jump ability that you can choose and they did the same thing which is really dope.

I hope that they expand the workshop and allow players to sponsor or be sponsored by blizzard. Meaning that you can make game modes that have more player accessibility. for example matchmaking and a tab like arcade where you can see player sponsored games where you don’t have to join a lobby to play their game but instead opens up a matchmaking que that lets you join like the other main modes. This could allow Workshop games to become more mainstreamed instead of joined from the custom games tab and prevents host abuse. If you are unable to find a game it can instead put you into a lobby under custom games and their should be showing a number of players looking for that specific game or show at least a probability of finding a match with that game mode. Stadium is game itself that makes overwatches gameplay much different almost similar to the game Paladins. Imagine how many other amazing games players would be able to enjoy with overwatch if they expanded the workshop. If Stadium brings back the Overwatch players than its just proof alone that expanding the workshop is a good idea.

Over The Storm Code: PYMYH
Original Creator: Layslegend4
Note: Unfinished and Buggy but useful utilities to help Developers.

if your trying to make your code public & get it out there, workshop.codes will be better than the official forums. you upload a code add a description supports markdown & direct HTML, also has a JSON based input to make Update Blocks that look like an official patch note, images, you can add a code snippet to it (not in the description i mean, snippets have their own segment on the post).

and on workshop.codes the post wont get lost from it just being older since it’ll be recommended to people and the more people who have seen it recently the more on fire points it’ll currently have which will (if high enough) put it into the top 3-9 (a block of 3, which can be scrolled twice) codes on display (its a pretty low bar the last few years ngl) also the main page everybody views first is just recent releases with another optional of recent updates as well which also shows recent releases because it counts as an update.

anyway just figured i would mention it in case you haven’t heard of the site given the fact neither of the 2 codes you provided for the mode has a workshop.codes page.
oh also when posting it you can give that post your email (it wont be public) and when its close to expiring it’ll send an email to the inputted email.

if you after information workshop.codes is also good at that, in the top left of the site on the codes page you’ll find 4 text; latest, on fire, wiki & editor… latest & on fire are just shortcuts to viewing codes filtered to the order of release / on fire points, editor is just ways to do workshop without being in-game.

and wiki as you could guess, is a wiki. it has tutorials, helpful bugs, basic information about EVERY action & condition & its editable by anybody. if you want to add a new page that you feel is needed you can, if you feel like a piece of information is outdated you can edit that page with a patch note of why (or leave it empty, dont matter much since the red/green highlights display whats changed in that patch).