KospY / BasSDK

Official SDK for the VR game "Blade & Sorcery"
https://store.steampowered.com/app/629730/Blade_and_Sorcery
114 stars 67 forks source link

Export skips over catalogs in `Mods` folder. #63

Open loukylor opened 11 months ago

loukylor commented 11 months ago

In the SDK code, the exporter attempts to export catalog jsons, however it only checks files within the default directory and completely skips any catalogs in the mods folder. I believe this line is responsible for this. Is this intentional? Or should it have also checked the mods folder?