StargateInvasion / SGI

Stargate Invasion is a mod for Sins of a Solar Empire.
85 stars 43 forks source link

TXT to BIN #115

Closed NLArmy closed 4 years ago

NLArmy commented 4 years ago

Converting all ENTITY, MESH, PARTICLE and BRUSHES files to Binary to improve performance in next updates?

eljeffeg commented 4 years ago

We will not be doing that on the GitHub repository as we need them in plain text to easily modify and code them. It also prevents the git compare from seeing what has changed on each commit as binaries don't diff on the site. I think the binary improves load performance, but not sure it does anything for overall game performance. If you would like it bin'd, we do so with the upload to Moddb.com - however, we only update that periodically on major updates. You can also bin the files yourself if you'd like, there is a script convert.py that can easily bin the entire mod. It's what I use for the moddb distribution.