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
2019-01-27 02:32:06 +04:00
2018-12-19 03:17:21 +04:00
2020-03-30 17:38:58 +04:00
2018-09-06 10:26:43 +04:00
2019-03-20 13:31:14 +04:00
2018-11-04 15:52:22 +04:00
2018-09-22 02:50:05 +04:00
2018-09-06 10:26:43 +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
2018-10-25 16:46:58 +04:00
2018-10-30 23:47:11 +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-26 22:33:08 +04:00
2019-03-31 17:26:06 +04:00
2018-12-19 03:17:53 +04:00
2019-01-27 02:27:21 +04:00
2019-02-25 12:55:00 +04:00
2018-09-27 18:21:52 +04:00
2019-03-31 17:22:32 +04:00
2019-02-02 04:56:00 +04:00
2020-03-30 17:26:15 +04:00
2018-12-02 19:39:06 +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-09-27 18:24:25 +04:00
2020-03-30 17:27:51 +04:00
2018-10-30 23:50:46 +04:00
2019-01-23 05:59:24 +04:00
2020-03-30 17:28:18 +04:00
2019-01-23 06:00:06 +04:00
2018-12-19 03:19:18 +04:00
2018-09-11 17:46:59 +04:00
2018-09-11 17:46:15 +04:00
2018-08-20 14:40:18 +04:00
2019-03-31 17:23:08 +04:00
2019-01-23 05:59:02 +04:00
2020-03-30 17:29:28 +04:00
2018-10-30 23:51:59 +04:00
2018-10-27 09:57:01 +04:00
2019-03-20 13:50:04 +04:00
2018-09-23 03:54:04 +04:00
2019-03-30 18:45:18 +04:00
2018-11-23 07:03:36 +04:00
2020-03-30 17:30:12 +04:00
2020-03-30 17:38:12 +04:00
2019-03-20 13:33:25 +04:00
2019-01-27 02:28:21 +04:00
2018-10-03 17:54:47 +04:00
2019-02-25 12:55:46 +04:00
2020-03-30 17:32:08 +04:00
2018-11-17 00:39:49 +04:00
2020-03-30 17:32:31 +04:00
2019-01-28 19:23:51 +04:00
2019-03-30 18:48:14 +04:00
2018-11-23 08:31:24 +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-11-17 00:40:38 +04:00
2018-09-02 09:34:26 +04:00
2018-12-02 19:37:30 +04:00
2018-12-23 14:31:24 +04:00
2019-03-12 03:24:28 +04:00
2019-03-20 13:35:07 +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-09-10 18:16:04 +04:00
2018-12-02 19:38:13 +04:00
2018-09-12 15:27:04 +04:00
2019-03-31 21:39:39 +04:00
2019-03-20 13:35:42 +04:00
2018-10-07 08:58:06 +04:00
2019-04-21 00:51:00 +04:00
2019-03-20 13:36:04 +04:00
2018-10-18 22:59:56 +04:00
2018-09-27 18:25:12 +04:00
2018-12-29 22:24:34 +04:00
2018-09-10 18:17:22 +04:00
2018-11-17 00:42:44 +04:00
2019-03-04 04:03:22 +04:00
2018-12-19 03:45:17 +04:00
2020-03-30 17:35:16 +04:00
2019-01-27 02:28:47 +04:00
2020-03-30 17:35:55 +04:00
2018-10-09 14:41:13 +04:00
2018-11-01 23:54:07 +04:00
2020-03-30 17:38:58 +04:00
2018-09-05 14:03:12 +04:00
2019-03-11 10:40:58 +04:00
2019-02-25 13:02:49 +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
2018-10-28 16:46:58 +04:00
2020-03-30 17:36:24 +04:00
2019-03-30 18:41:27 +04:00
2019-03-04 04:01:53 +04:00
2018-10-25 16:54:16 +04:00
2019-02-25 13:05:58 +04:00
2018-08-09 08:42:25 +04:00
2019-01-05 21:51:04 +04:00
2018-12-23 14:30:01 +04:00
2018-11-07 10:09:21 +04:00
2021-05-25 22:44:41 -04:00
2019-04-21 00:21:52 +04:00
2018-09-13 20:51:30 +04:00
2018-10-30 23:48:44 +04:00
2018-09-22 02:01:26 +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-10-30 23:51:33 +04:00
2018-08-09 08:03:22 +04:00
2018-12-29 22:25:16 +04:00
2018-09-05 14:05:31 +04:00