Overwatch-Script-To-Workshop icon indicating copy to clipboard operation
Overwatch-Script-To-Workshop copied to clipboard

[Bug] Decompiler will print general hero settings in the wrong group.

Open gabehxd opened this issue 5 years ago • 3 comments

image image This is was created from the decompiler using v2 B.

gabehxd avatar Dec 10 '20 01:12 gabehxd

Should be:

"General": {
    "General": {
        "Movement Speed": 120.0
    },
    "Ana": {
        ...
    }
},
"Team 1": {
}

The first 'General' is the team, the second 'General' is the general hero settings. I can see how this is counter-intuitive, I'm open to moving the general hero settings to the parent section or renaming the first one to 'All Teams'

ItsDeltin avatar Dec 10 '20 18:12 ItsDeltin

I can move it for my project but I think this should be updated so it does fall in line with what the decompiler outputs which the screenshots are a copy of.

gabehxd avatar Dec 10 '20 20:12 gabehxd

The decompiler outputs general hero settings in the first General level, which is not currently supported by the compiler (v2-beta.14)

CactusPuppy avatar Apr 03 '21 00:04 CactusPuppy