Files
GARbro-crskycode/ArcFormats
Robert Jordan 3f5795a5e0 implemented '.zt' archives.
Add CatSystem2 `.zt` extension archive format (*CatSystem2 pack file*).

* Usage: Extras/export pack files for CatSystem2 - often used to save wallpapers, wav files, or other extras to the user's computer.
* Tag: `ZT/PACK` (chosen over *just* `ZT`, based on the devkit tool name: `ztpack.exe`, which also describes it as a *"pack file"*).
* Extension: `*.zt` (found in `export.int` archive).
* Signature: No file signature of any kind, immediately starts with an entry structure. A lot of sanity checks have been added.
* Hierarchic: Yes, although this is rarely used, and CS2's implementation is rather buggy.
    * Buggy enough that Frontwing gave up and started putting zip files **into** zt files!
	* The specification at least, is still well defined.
* Archive layout is the standard offset-next approach seen in other CS2 formats. But there's two offset-next fields, one for subdirectory entries, and one for the next flat (current) directory entry.
    * Folders have their own entries, which are what point to child file entries.
2021-05-25 22:44:41 -04:00
..
2019-03-11 10:44:00 +04:00
2018-10-27 09:55:52 +04:00
2018-09-06 10:26:43 +04:00
2019-03-20 13:31:14 +04:00
2018-12-29 22:26:45 +04:00
2018-12-02 19:33:48 +04:00
2019-03-31 17:23:25 +04:00
2018-10-07 08:53:52 +04:00
2018-12-19 03:18:41 +04:00
2019-03-23 19:40:47 +04:00
2018-09-01 06:17:27 +04:00
2021-05-25 22:44:41 -04:00
2018-10-27 09:59:18 +04:00
2019-04-21 00:20:16 +04:00
2019-03-31 17:26:06 +04:00
2019-01-27 02:27:21 +04:00
2019-02-25 12:55:00 +04:00
2018-12-31 15:27:50 +04:00
2018-11-07 12:17:32 +04:00
2018-11-10 22:21:45 +04:00
2018-10-30 23:50:46 +04:00
2019-01-23 05:59:24 +04:00
2018-09-11 17:46:59 +04:00
2018-09-11 17:46:15 +04:00
2019-03-31 17:23:08 +04:00
2019-01-23 05:59:02 +04:00
2018-10-27 09:57:01 +04:00
2019-03-30 18:45:18 +04:00
2018-11-17 00:39:49 +04:00
2020-03-30 17:32:31 +04:00
2020-03-30 17:33:16 +04:00
2018-11-23 06:16:26 +04:00
2020-03-30 17:34:16 +04:00
2018-09-02 09:34:26 +04:00
2018-12-02 19:37:30 +04:00
2019-03-12 03:24:28 +04:00
2019-02-25 12:56:04 +04:00
2018-10-09 14:36:18 +04:00
2018-08-09 08:43:11 +04:00
2018-12-02 19:38:13 +04:00
2019-03-31 21:39:39 +04:00
2019-04-21 00:51:00 +04:00
2019-03-20 13:36:04 +04:00
2018-09-27 18:25:12 +04:00
2018-12-29 22:24:34 +04:00
2018-11-17 00:42:44 +04:00
2018-12-19 03:45:17 +04:00
2019-01-27 02:28:47 +04:00
2018-10-09 14:41:13 +04:00
2018-11-01 23:54:07 +04:00
2018-11-23 06:01:04 +04:00
2018-09-14 00:32:23 +04:00
2018-12-23 14:33:48 +04:00
2019-02-25 13:04:02 +04:00
2020-03-30 17:36:24 +04:00
2019-02-25 13:05:58 +04:00
2018-08-09 08:42:25 +04:00
2021-05-25 22:44:41 -04:00
2019-04-21 00:21:52 +04:00
2019-01-01 19:40:03 +04:00
2019-01-01 19:40:24 +04:00
2019-01-01 19:40:03 +04:00
2018-09-05 13:20:49 +04:00
2018-12-29 22:25:16 +04:00