JoshuaMKW / pyisotools

python library for working with Gamecube ISOs (GCM)
GNU General Public License v3.0
18 stars 9 forks source link

Opening Root folders made by Dolphin fails because of no .config.json #3

Closed NerduMiner closed 2 years ago

NerduMiner commented 2 years ago

In a case when a root filesystem is made from an iso via Dolphin, it doesn't normally create a .config.json file and thus the file will either have to be created manually or the iso has to be extracted from pyisotools first. If the original iso cant be sourced for extraction, would it be possible for pyisotools to generate a config.json from an existing root folder?

JoshuaMKW commented 2 years ago

Yes, I'm aware of this bug and it will be fixed soon hopefully. I'm busy doing a rewrite for pyisotools, so for now simply making an empty file named .config.json in the root/sys folder should do the trick