domuspopus / overwatch-4v4-all-heroes

Reballanced and improved Overwatch 4v4 All Heroes mode.
0 stars 0 forks source link

Make faux abilities work during round end slow-mo phase and pre-game #9

Closed domuspopus closed 9 months ago

domuspopus commented 9 months ago

Players seem to keep trying to Icicle Grapple during round end and it's unfun that all that is disabled during it. Maybe move cleanup procedures and IsRoundActive=false trigger to ~3 seconds after the win/draw happens.

domuspopus commented 9 months ago

Maybe add FauxAbilitiesEnabled flag in addition to IsRoundActive.

domuspopus commented 9 months ago

Not quite possible currently. Between rounds slow-mo phase disallows spawning dummy bots. This could in theory be fixed by ditching default round end events (Disable Build-in Game Mode Completion) and implementation our own system, however that is a heavy undertaking with many things and potential issues to consider across all so far implemented rules. Such a thing would also fix https://github.com/domuspopus/overwatch-4v4-all-heroes/issues/4.