Overwatch-Script-To-Workshop
Overwatch-Script-To-Workshop copied to clipboard
[Bug] Decompiler will print general hero settings in the wrong group.
This is was created from the decompiler using v2 B.
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'
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.
The decompiler outputs general hero settings in the first General level, which is not currently supported by the compiler (v2-beta.14)