ItsDeltin / Overwatch-Script-To-Workshop

Converts scripts to Overwatch workshops.
207 stars 24 forks source link

[BUG] decompile error while decompile the setting of doomfist #458

Closed Erythritee closed 9 months ago

Erythritee commented 10 months ago

I encountered an error in the program while decompiling the following piece of code: The error occurs at the word "charge" Perhaps this error could be due to the new updates in OW2? version:v3.7.8

settings
{
    heroes
    {
        Team 1
        {

            Doomfist
            {
                Movement Gravity: 70%
                Power Block Charge Rate: 10%
                Power Block Cooldown Time: 85%
                Rocket Punch Knockback Scalar: 90%
                Ultimate Generation - Combat Meteor Strike: 70%
            }
        }
    }
}

And then I found this within an incomplete file:

{
  "Heroes": {
    "General": {
      "Doomfist": {
        "Power Block": null
      }
   }
}
Erythritee commented 10 months ago

This error also occurs when I add extensions. example:https://paste.ubuntu.com/p/QfBGMggckc/