Compression: Difference between revisions
Jump to navigation
Jump to search
Created page with "Terranigma uses a compression for most of the data. I re'ed it from the code and translated it to C code. So there won't be a real explanation on how it works. You can downl..." |
added TD download |
||
| Line 3: | Line 3: | ||
I re'ed it from the code and translated it to C code. So there won't be a real explanation on how it works. | I re'ed it from the code and translated it to C code. So there won't be a real explanation on how it works. | ||
You can download a tool with the source to decompress data from any given offset here | You can download a tool with the source to decompress data from any given offset [http://crediar.no-ip.com/td-v0.1-cred.rar here]. | ||
Revision as of 06:58, 11 April 2012
Terranigma uses a compression for most of the data.
I re'ed it from the code and translated it to C code. So there won't be a real explanation on how it works.
You can download a tool with the source to decompress data from any given offset here.