Zezombye / overpy

High-level language for the Overwatch Workshop with support for compilation and decompilation.
GNU General Public License v3.0
179 stars 27 forks source link

Constant Obfuscation uses values that are not present in game #251

Closed Suiranoil closed 3 years ago

Zezombye commented 3 years ago

Hi,

You are probably referring to the fact that, if you are compiling on live on the latest version, it includes the map Kanezaka and thus the workshop throws an error.

The fix for now is to revert to 6.7.0 or to manually replace map(Kanezaka) by Null in the output.

Suiranoil commented 3 years ago

thanks