SlenderFox

Results 9 issues of SlenderFox

![Glass](https://user-images.githubusercontent.com/36467674/127243001-de8bfeee-aa54-4c02-99b7-6cf6a47dbd29.png) It looks like the mod is attempting to connect the textures but failing because it thinks they are 16x and not 32x

The settings json will need to be updated to account for this.

After creating a workshop custom setting you can then specify the default values in customGameSettings.json, however the values this outputs are wrong. customGameSettings.json: ![image](https://github.com/ItsDeltin/Overwatch-Script-To-Workshop/assets/36467674/8538a306-8139-4dd6-a7be-e54176c422aa) Produces this output: ![image](https://github.com/ItsDeltin/Overwatch-Script-To-Workshop/assets/36467674/6e60651f-da1a-4c26-a116-e002a857b47a) customGameSettings.json: ![image](https://github.com/ItsDeltin/Overwatch-Script-To-Workshop/assets/36467674/87add951-6ae4-4de1-8270-38f2889b2f39)...

needs validation

Attempting to set the player variable on a filtered array of players yields the error "No variable by the name of 'variable name' exists in the current scope." e.g. ```...

bug
compiler

Modifying the ultimate generation for a specific hero's ultimate produces incorrect output. The name of the ultimate is enclosed in parenthesis when it should not be. This affects all heroes....

bug
lobby settings

The custom game setting "Score to Win" in "Modes:All" outputs % trailing the value when it is not needed and causes an error. customGameSettings.json: ![image](https://github.com/ItsDeltin/Overwatch-Script-To-Workshop/assets/36467674/3b11ef60-fef3-4ad5-903b-ff0e2bb93c9b) Output: ![image](https://github.com/ItsDeltin/Overwatch-Script-To-Workshop/assets/36467674/2358438f-9716-431f-a106-83ca19f5bd87) Expected: ![image](https://github.com/ItsDeltin/Overwatch-Script-To-Workshop/assets/36467674/281eb298-1248-4023-aa2b-887b7890a82d)

bug
lobby settings

The custom settings json file does not have a projectile gravity setting for Baptise. Trying to decompile a custom game with modified projectile gravity on Baptiste fails. The custom game...

bug
lobby settings

As title states, decompiling an action with a double not throws an error. ![image](https://github.com/ItsDeltin/Overwatch-Script-To-Workshop/assets/36467674/e5e46aca-8bcb-446b-90da-8cebeba5974b) Example rule ^ Here is the error message ``` An exception was thrown while decompiling: System.InvalidOperationException:...

bug
decompiler

Decompiling the action "Wait(0.016, Restart When True)" results in "MinWait(WaitBehavior.RestartWhenTrue);", however MinWait has no parameters.

bug
decompiler