retreev / PangLib

Series of tools to interact with Pangya PC MMO game files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add optional exception handling to parsing loop

pixeldesu opened this issue · comments

If there are structures that differ from general format (like *.apet and *.bpet) we might run into exceptions that interrupt full parsing of the file until we implement proper parsing of that filetype and it's special structures.

We should add an option to parse a file continously, effectively handling an exception that comes up.