Overwatch: Execute (ItsZen_EXE's Custom FFA) + 1 sources
Hey there!
This project was made as a hobby of mine, with a goal to fundamentally change major gameplay aspects, and balance the game for a FFA deathmatch mode.
This is years of just learning code and playing around in the workshop. Sorry if there are bugs, I try my best haha
This is VERY, VERY WIP right now, as I have recently done a major re-code of the entire mode, and intend to implement everything in a again manually, as a major rewrite/cleanup. Lots and lots of things are missing, so they will not be mentioned here yet.
Credits
This code is basically a gutted version of the Overwatch 2 Community Patch by the Elo Hell Workshops Discord members on behalf of Paris Eternal, which can be found at https://workshop.codes/2TEBR. As such, credits are in order:
Overwatch 2 Community Patch [OWL Edition]
Overwatch: Execute Patch Notes - April 5th, 2022
As this is a heavily gutted version of another mode's codebase, note that there may be bugs introduced that are unknown so far, and the mode is extremely far from feature finished.
These patch notes below cover only the main content implemented thus far. They are not a definitive list of things to come, they are things I am either working on, or have already finished implementing myself.
I want to reiterate however that this is indeed a gutted version of the work that was put into the Overwatch 2 Community Patch which was lead by CactusPuppy. I want to stress this, as I could not do this as I have without their help as well as the rest of the Elo Hell Discord. I'm extremely thankful for their support and for allowing me to use said code. There is still a lot of left over code and files that are unused right now, but I will be sorting through all of it in order to make sure things are properly credited, and that I dont needlessly waste space in the code.
General
- Gamemode is set to FFA Deathmatch only. Using other modes may and will break the game's code, causing many bugs (mostly visual hopefully)
- All player's movement speed has been increased to 109%
- All respawn timers have been reduced to 80%.
Tanks
No changes so far/have yet to implement changes back into mode after major re-code
Damage
Ashe
The changes to B.O.B. are to keep her ultimate in line with other ultimates in the mode, as well as make it slightly easier to balance around her kit.
- Knockback against enemies greatly reduced **(NOT IMPLEMENTED YET AS OF APRIL 5TH 2022, IS INCOMING VERY SOON)**
- Added new effect on top of previous: Double Barreled
- After firing a shot, Ashe can press the ability button again to fire another shot for a short time
- Effect lasts for 3 seconds
- Enters full cooldown when Double Barreled's effect wears off (ie. when used or when the timer runs out)
- Second shot has increased knockback, allowing Double Barreled to do slightly more knockback than the ability previously did in the live game, even though the second shot is (presumably) at a longer range.
- No longer gains ult charge when B.O.B is active
Widowmaker
It's worth noting that this ability definitely needs tested in-game still, and balanced accordingly. Currently the damage and other values match Venom Mine's as closely as possible. This definitely will need to be nerfed eventually, however requires more testing.
- Replaced with ability: Venom Coat
- Upon use, your next shot will apply a venom-mine like effect to any player hit.
- Missing this shot will remove the coating.
- After a short timer (8s currently), the coating will remove itself if not used.
- Once the coating shot has been used OR if the coating timer runs out, the ability will go on cooldown.
Supports
Ana
- Ability Added on top of previous effects: Concussive Dart
- Activated when Sleep Dart hits a target or wall within 4m of Ana.
- Applies a rocket-jump like knockback to Ana
- Explosion has knockback falloff from the center
- Ana tries to maintain some horizontal momentum from the jump until she lands, allowing further horizontal movement while making it more of a commitment
Sources
This post utilizes other codes either in part or in full. This could be because they remixed them, used parts of them, were inspired by them, or other reasons.