Author Topic: Techtree - finding unused files  (Read 747 times)

softcoder

  • MegaGlest Team
  • Battle Machine
  • ********
  • Posts: 2,238
    • View Profile
Techtree - finding unused files
« on: 15 March 2011, 15:44:43 »
For good measure I added another commandline option to the techtree and faction validators so now you can see a list of files that are NOT used by your techtree or faction using:

Code: [Select]
./glest.bin -validate-techtrees=megapack
To automatically delete this files you add this option:

Code: [Select]
./glest.bin -validate-techtrees=megapack=purgeunused
Please send your feedback and let me know if there are bugs.