ItsDeltin / Overwatch-Script-To-Workshop

Converts scripts to Overwatch workshops.
209 stars 26 forks source link

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

Open gabehxd opened 3 years ago

gabehxd commented 3 years ago

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

ItsDeltin commented 3 years ago

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'

gabehxd commented 3 years ago

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.

CactusPuppy commented 3 years ago

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