maxton / GameArchives

A C# library for reading several video game archive formats, and a sample file explorer.
GNU Lesser General Public License v3.0
95 stars 20 forks source link

Fixed parts loading for FSG archives #22

Closed PikminGuts92 closed 5 years ago

PikminGuts92 commented 5 years ago

Another FSG developed game, Sing Party on Wii U, is split into 23 parts. Current implementation was limited to searching for 10 parts. I've increased that limit to 1000. It appears to load and extract all files without issue.

maxton commented 5 years ago

LGTM!