William758 / ContentDisabler

0 stars 0 forks source link

CreateSkillConfig can brick game loading when supplied a skill with invalid name #2

Open harbingerofme opened 1 year ago

harbingerofme commented 1 year ago

https://github.com/William758/ContentDisabler/blob/fb904c23b5280181ed8a655a1984feaf9e26f259/ContentDisablerPlugin.cs#L367

I don't think the particular skill was well formatted, but the user reported that disabling the content disabler allowed their game to load again.

I've included their log and configuration file here.

com.TPDespair.ContentDisabler.zip

William758 commented 1 year ago

I've made it so that all invalid characters are removed from a name before creating a config entry.