Jaxe-Dev / PublisherPlus

Provides extended options for publishing mods to the Steam Workshop.
5 stars 16 forks source link

1.3 Update #6

Closed legodude17 closed 3 years ago

legodude17 commented 3 years ago

Updated the mod to 1.3, which meant I needed to change how it inserted itself into the mod upload process. It seems that a new class was added to 1.3: Dialog_ConfirmModUpload, which replaced using Dialog_MessageBox.CreateConfirmation. The new method I used is to patch the constructor of Dialog_ConfirmModUpload to replace the confirmAction with one that opens this mod's upload workflow.