blockout22 / OverwatchVisualScripting

Write Overwatch Scripts using node based scripting
MIT License
14 stars 1 forks source link

Per-Hero Settings Feature Request #5

Open Neuffexx opened 3 weeks ago

Neuffexx commented 3 weeks ago

I am trying to Port my game mode into the scriptor, but it heavily relies on a specific hero being available. I noticed that on the Left hand menu there is a hero settings section, but that only encompases the All hero settings.

It would be great if settings for All heros ( + enable / disable toggles) would be exposed. Unless they already are available somewhere else and I just havent found it yet?

blockout22 commented 3 weeks ago

I've added those changes for you a880696 which lets you toggle which heroes should be enabled or disabled

Neuffexx commented 3 weeks ago

Great thank you. Additionally, would it be possible to add the hero unique settings? I am not sure how consistent overwatch is with the options for each hero and therefore how easy this would be to do, but it would be great if this could be added in a manner similarily to the Mode specific settings:

image_2024-06-13_132103812

javaw_gPONKDrVLD

image

blockout22 commented 3 weeks ago

Yeah it's easy enough to add but would it be worth adding since all those hero settings can be changed in the workshop scripts?

Neuffexx commented 3 weeks ago

True enough, it was simply a suggestion to be able to edit everything within the same place.