Sourcehold icon indicating copy to clipboard operation
Sourcehold copied to clipboard

Tgx file issue

Open janso3 opened this issue 5 years ago • 1 comments

The tgx parser will encounter errors when parsing files from the data/gfx8/ directory.

janso3 avatar Jun 16 '19 18:06 janso3

Ok, so after playing with it for a while it seems to me that the parser is good and the problem is actually somewhere else - I even checked the parser implementation against this go implementation. For instance, if I place only files named campaign_map_england_10.tgx and campaign_map_england_08.tgx to the gfx8 folder, the parser fails on campaign_map_england_10.tgx. However, when I place only this one file there, it is parsed with no issues. I will try to have a look at that later.

FilipJanitor avatar Jul 02 '19 11:07 FilipJanitor