07th-mod / python-patcher

Mod Installer for the Higurashi and Umineko Games
151 stars 12 forks source link

Support relativeExtractionPath for normal downloads (not just mod options) in JSON #136

Closed drojf closed 3 years ago

drojf commented 3 years ago

For higurashi, some BGM and SE fixes are shared between chapters. The only way to ensure these files go to the right place is to specify the extraction folder in the JSON.

However, now that these fixes are installed by default, they shouldn't be mod options - so we need functionality to allow normal files to have specified extraction folders in the JSON

drojf commented 3 years ago

This was added in b5af0a23a8353d0d9af1b93163a11e01e359b6bf and is in the latest installer.

Note: the feature is currently not actually used in the installData.json, as we reverted that change in 955060f070ec95e3c1ceb04f31764e504e07fe08 so we could keep the BGM as a mod option. It will hopefully be restored later when BGM switching is added to the DLL.