- Jul 10, 2020
- 963
- 2,578
- 324
Not really. Modding one sprite sheet per character is significantly easier and less error prone than hundreds of individual files. Honestly, I'm tempted to stitch everything back into sprite sheets just for my own sanity, to make updates and compressing faster, to save space, and to increase performance.Sounds like the dev wanted to make things easier for modders whilst sacrificing optimization?
Instead of a single load call and saving the entire file in memory, right now there are thousands of file load calls to the various files. Enough such that they probably exceed the file cache of nwjs, causing a lot more disk thrashing.