View previous topic :: View next topic |
Author |
Message |
Hatschi Master Cheater
Reputation: 2
Joined: 28 Jan 2010 Posts: 327
|
Posted: Fri Aug 01, 2014 7:49 am Post subject: CTCleaner - Slim your CT files |
|
|
It removes all dissect structure elements from any CT file (or multiple CT files = batch process). In many many cases these elements are not needed anymore but they increase the size of a CT file a lot.
You can either delete them manually via CE or use my tool. I had for example around 700 CT files and I don't felt very well to delete the structures from each CT file manually so I've created a tool.
It slimed down my CT folder from 370MB to 21MB only.
.NET Framework 4.5 required.
It is only compatible to newer CE tables (only tables that are stored as plain text). Older tables or none CT files will result in an 'Error', see result screenshot for an example.
Main:
Batch:
Result:
Virustotal.com:
https://www.virustotal.com/de/file/15ce35b60ffd6897704a0d99c3e89754a350b895170503e9ffd48da96b4f8cb5/analysis/1406894458/
Download:
http://www1.zippyshare.com/v/5402315/file.html
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 468
Joined: 09 May 2003 Posts: 25712 Location: The netherlands
|
Posted: Fri Aug 01, 2014 9:04 am Post subject: |
|
|
or structure dissect->file->delete all structures
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
Hatschi Master Cheater
Reputation: 2
Joined: 28 Jan 2010 Posts: 327
|
Posted: Fri Aug 01, 2014 11:25 am Post subject: |
|
|
Quote: | You can either delete them manually via CE or use my tool. |
My tool is especially useful if you want to batch process CT files.
|
|
Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 221
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Sat Aug 02, 2014 4:59 am Post subject: |
|
|
XMLStarlet Command Line XML Toolkit (http://xmlstar.sourceforge.net)
and this script:
Code: | @echo off
for /R %%I IN (*.CT) do (
xml.exe ed --inplace --delete /CheatTable/Structures "%%I"
)
pause |
_________________
|
|
Back to top |
|
 |
|