[PTR Bug] Error in importing settings

I have been using the workshop for several hours now and I have found a bug.
When trying to import my settings the game would refuse to import and the workshop error box would appear in the chat menu, but there was nothing in it.
After about 20 minutes of debugging I found the error to be in the Settings { Heroes { General }}} area. I have a condensed snippet here

settings {
heroes
	{
		General
		{
// THE PROBLEM LINES!
			Damage Dealt: 500%
			Health: 10%
// END PROBLEM LINES

			Genji
			{
				Damage Dealt: 500%
				Deflect: Off
				No Ammunition Requirement: On
				Primary Fire: Off
				Secondary Fire: Off
				Swift Strike: Off
				Ultimate Ability Dragonblade: Off
			}

			Torbjörn
			{
				Deploy Turret: Off
				No Ammunition Requirement: On
				Overload: Off
				Quick Melee: Off
				Ultimate Ability Molten Core: Off
				Weapons Enabled: Forge Hammer Only
			}

			enabled heroes
			{
				Genji
				Torbjörn
			}
		}
	}
}

The issue appears to be the
Damage Dealt: 500%
Health: 10%

Those were just general health and damage modifications under all heroes. It appears that this makes the compiler (assuming it’s called that) error but have no output in the error message.

1 Like

Thanks for the report! As a workaround, change your Health to 11%.

In the meantime, I’ll work on getting the error messages to show up and figuring out why math broke.

3 Likes