Wallpaper engine PKG extractor/TEX to image converter
wallpaper-enginetex-decompiler
주요 지표
스타 성장
스타
3.6k
포크
289
주간 성장
—
이슈
17
1k2k3k
2019년 3월2020년 5월2021년 8월2022년 11월2024년 2월2025년 4월2026년 7월
README
RePKG
Wallpaper engine PKG unpacker/TEX converter, written in C#.
PKG and TEX formats reverse engineered by me.
Feel free to report errors.
Features
Extract PKG files
Convert PKG into wallpaper engine project
Convert TEX to image
Dump PKG/TEX info
Commands
help - shows those commands, use help "extract" and help "info" to see options for them
extract - extracts specified PKG/TEX file, or files from folder
-o, --output (Default: ./output) Output directory
-i, --ignoreexts Don't extract files with specified extensions (delimited by comma ",")
-e, --onlyexts Only extract files with specified extensions (delimited by comma ",")
-d, --debuginfo Print debug info while extracting/decompiling
-t, --tex Convert all TEX files into images from specified directory in input
-s, --singledir Should all extracted files be put in one directory instead of their entry path
-r, --recursive Recursive search in all subfolders of specified directory
-c, --copyproject Copy project.json and preview.jpg from beside PKG into output directory
-n, --usename Use name from project.json as project subfolder name instead of id
--no-tex-convert Don't convert TEX files into images while extracting PKG
--overwrite Overwrite all existing files
info - Dumps PKG/TEX info
-s, --sort Sort entries a-z
-b, --sortby (Default: name) Sort by ... (available options: name, extension, size)
-t, --tex Dump info about all TEX files from specified directory
-p, --projectinfo Keys to dump from project.json (delimit using comma) (* for all)
-e, --printentries Print entries in packages
--title-filter Title filter
Examples
Simply extract PKG and convert TEX entries into images to output folder created in current directory