View Single Post
  #21  
Old 20-04-2017, 01:46
romulus_ut3 romulus_ut3 is offline
Registered User
 
Join Date: Dec 2014
Location: Bangladesh
Posts: 71
Thanks: 169
Thanked 13 Times in 12 Posts
romulus_ut3 is on a distinguished road
The tool can remain as it is, all I want is just an additional feature that'll save a simple log of the results found after scanning a directory category or mask wise.

Like files found under method files will be listed in the log like this:

Method compression:

(Full directory path isn't necessary either, just the path to all the files from the scanned folder's root is fine, like If I am scanning a folder named "ME" and it found "Method" files under BioGame/CookedPC/xxx.upk, Just the entry of all the files found under method)

Code:
Method:
Biogame/CookedPC/xxx.upk
Biogame/CookedPC/xxx1.upk
Biogame/CookedPC/xxx2.upk
This is fine. If implemented, just like Ash from Evil Dead said, "Groovy!" B)

The same goes for all the rest of the files found under different mask categories, like void, deflate, Solid and text.

Code:
Void
Game\Movies\xxxxxxxxx.bik
Game\Movies\xxxxxxxxx1.bik

Deflate:

Game\Sound\xxxxxxxxx.ogg
Game\Sound\xxxxxxxxx1.ogg

MSRSolid:

Game\Help\xxxxxxxxx.jpg
Game\Help\xxxxxxxxx1.jpg

Text:

Game\Docs\xxxxxxxxx.txt
Game\Docs\xxxxxxxxx1.ini

Last edited by romulus_ut3; 20-04-2017 at 01:58.
Reply With Quote