View Single Post
06-24-15, 04:16 PM   #11
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
I'm pretty sure it could be done tho, lets say in CurseClient/Minion you set the language you want to use your addons, then the client comments out every other language files from the toc or even don't even download those files, just like how the nolib strip works:

Toc Code:
  1. #@no-lib-strip@
  2. # embeds.xml
  3. #@end-no-lib-strip@

It would not just speed up the download processes and save a fuckloads of traffic, but remove a lot of clutter and even slightly speed up the addon loading process.

Last edited by Resike : 06-24-15 at 04:18 PM.
  Reply With Quote