View Single Post
  #66  
Old 22-02-2022, 09:32
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,178
Thanks: 284
Thanked 1,377 Times in 620 Posts
Masquerade is on a distinguished road
TearDownDecrypt.NET
  • Decryption tool for TDE files found in the game TearDown.
Code:
[External compressor:TearDownDecrypt.NET]
header    = 0
solid     = 0
packcmd   = {compressor} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = {compressor} $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
  • You don't need to use it with FreeArc. Since it's non-solid, it's just as good, if not better, to run it standalone with a batch file.
Code:
TearDownDecrypt.NET.exe <encrypted file> <decrypted file>
TearDownDecrypt.NET.exe <decrypted file> <encrypted file>
Thanks to lyhyl for some code used in this project.
Attached Files
File Type: 7z TearDownDecrypt.NET.7z (2.4 KB, 27 views)

Last edited by Masquerade; 22-02-2022 at 12:14.
Reply With Quote
The Following 2 Users Say Thank You to Masquerade For This Useful Post:
Gehrman (23-02-2022), M4CKD0GE Repacks (01-03-2022)