Kelsi
1797ffd280
feat(editor): add --info-pack-budget for per-extension WCP byte breakdown
Where --info-wcp shows file counts per category, this drills into
per-extension byte costs so users can spot what's bloating an
archive before shipping:
wowee_editor --info-pack-budget custom_zones/MyZone.wcp
WCP budget: custom_zones/MyZone.wcp
total: 47 file(s), 2.34 MB
ext count bytes KB share
.whm 4 1683456 1644.0 70.3%
.wob 3 451200 440.6 18.8%
.wom 12 163840 160.0 6.8%
.json 8 85120 83.1 3.6%
.woc 1 12672 12.4 0.5%
Sorted by bytes descending so the heaviest contributors surface
first. Useful for:
- Spotting accidental .glb/.obj inclusion in shipping packs
(`--pack-wcp` should run after `--strip-zone` to keep
derived outputs out)
- Capacity budgeting when targeting a max-pack-size
- Comparing pre/post compression ratios
Pairs with --info-wcp (counts), --list-wcp (full file list),
--diff-wcp (compare two packs), --info-pack-budget (this one,
byte costs).
Verified on a freshly-mvp-zone packed WCP: 6 files / 0.17 MB
correctly broken down (whm 84%, wot 14.9%, json 1.1%).
2026-05-06 17:38:28 -07:00
..
2026-05-06 06:49:51 -07:00
2026-05-05 03:47:03 -07:00
2026-05-05 06:35:37 -07:00
2026-05-05 06:35:37 -07:00
2026-05-06 09:57:37 -07:00
2026-05-06 07:12:04 -07:00
2026-05-06 01:41:53 -07:00
2026-05-05 10:21:14 -07:00
2026-05-06 08:37:19 -07:00
2026-05-06 03:01:09 -07:00
2026-05-06 07:38:50 -07:00
2026-05-06 10:15:00 -07:00
2026-05-06 08:03:57 -07:00
2026-05-06 10:12:45 -07:00
2026-05-06 10:13:56 -07:00
2026-05-05 12:58:11 -07:00
2026-05-06 07:56:26 -07:00
2026-05-05 03:47:03 -07:00
2026-05-06 10:01:36 -07:00
2026-05-05 09:45:00 -07:00
2026-05-06 04:48:30 -07:00
2026-05-05 13:33:28 -07:00
2026-05-06 08:24:51 -07:00
2026-05-06 04:13:03 -07:00
2026-05-06 08:04:44 -07:00
2026-05-05 04:10:46 -07:00
2026-05-06 08:53:45 -07:00
2026-05-06 17:38:28 -07:00
2026-05-05 07:10:29 -07:00
2026-05-05 03:47:03 -07:00
2026-05-06 09:56:55 -07:00
2026-05-06 04:27:22 -07:00
2026-05-06 09:56:03 -07:00
2026-05-05 16:42:41 -07:00
2026-05-06 09:56:03 -07:00
2026-05-05 12:48:50 -07:00
2026-05-06 06:47:43 -07:00
2026-05-05 16:31:13 -07:00
2026-05-06 09:53:07 -07:00
2026-05-06 06:46:58 -07:00
2026-05-05 03:47:03 -07:00
2026-05-05 16:42:41 -07:00
2026-05-06 07:58:56 -07:00
2026-05-05 15:42:35 -07:00
2026-05-06 06:29:26 -07:00
2026-05-06 01:40:05 -07:00
2026-05-06 07:41:58 -07:00
2026-05-05 13:39:53 -07:00
2026-05-06 08:01:23 -07:00
2026-05-05 03:47:03 -07:00
2026-05-06 07:03:02 -07:00
2026-05-05 16:01:29 -07:00
2026-05-06 07:05:13 -07:00
2026-05-05 15:52:59 -07:00