ItsDeltin / Overwatch-Script-To-Workshop

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

decompiling a game mode with custom settings will not include rules #172

Closed darmanilink closed 3 years ago

darmanilink commented 4 years ago

The target .del file only includes the import.

darmanilink commented 4 years ago

https://pastebin.com/y8M0qbuR

For a ready made test file

The full settings do not include the full rules either

By my testing this has to do with datacenter preferences.

ItsDeltin commented 4 years ago

Thank you! This will be fixed next release.

Polymathical commented 4 years ago

I'm not sure my fix is appropriate if the data center list changes. Is there support for a non-determinant value list?

Protowalker commented 4 years ago

I don't believe there is right now, but it should be possible to build in regex or something similar to the schema. Is anyone able to provide more examples so that any pattern matching can be more exhaustive?