Kazetsukai / onetech

Automated Crafting Guide for One Hour One Life
MIT License
31 stars 24 forks source link

process.js tries to parse all files in the data folders, including the cache files #70

Closed UncleGus closed 6 years ago

UncleGus commented 6 years ago

This is only an issue when pointing onetech at local data files, since these cache files are ignored by git, so won't be included when downloading the data.

Most data folders get cached by the client, server and editor into files called cache.fcz. These should be disregarded when processing data files.

ryanb commented 6 years ago

I'll make it filter out only *.txt and *.tga files, whichever it needs.