OpenSWE1R / swe1r-tools

A collection of tools to work with files of the 1999 Game "Star Wars Episode 1: Racer"
GNU General Public License v2.0
21 stars 6 forks source link

Dump textures as new texture information is found #22

Open JayFoxRox opened 6 years ago

JayFoxRox commented 6 years ago

Currently, out_textureblock.py will first collect all texture information, and only start dumping textures once all XML files have been parsed. This should be changed so it immediately starts output. This will feel more responsive and aid with debugging bugs in the tools, as we can get results quicker.