33 lines
1.5 KiBLFS
Plaintext
33 lines
1.5 KiBLFS
Plaintext
Metadata-Version: 2.1
|
|
Name: WtFileUtils
|
|
Version: 0.0.2
|
|
Summary: A small example package
|
|
Author-email: IhaveSwordz <IhaveSwordz@gmai.com>
|
|
Project-URL: Homepage, https://github.com/IhaveSwordz/WtFileUtils
|
|
Classifier: Programming Language :: Python :: 3
|
|
Classifier: License :: OSI Approved :: MIT License
|
|
Classifier: Operating System :: OS Independent
|
|
Description-Content-Type: text/markdown
|
|
License-File: LICENSE
|
|
|
|
# WtFileUtils
|
|
A module with a set of file utils for extracting and viewing various warthunder file file types
|
|
|
|
for people finding this on PyPi (and on github aswell I guess) this is very much still a wip, not all planned files
|
|
exist nor are some of them built for module-like use
|
|
# Credits
|
|
alot of the code here was reverse engineered from the efforts of the people over at
|
|
https://github.com/Warthunder-Open-Source-Foundation
|
|
|
|
Without their efforts, I would have had to attempt to reverse engineer Gaijins source code over at https://github.com/GaijinEntertainment/DagorEngine
|
|
, which does not sound like a fun time, so thank you to them for their hard work
|
|
|
|
I also want to thank my friend xCykz who helped me brainstorm
|
|
|
|
# Notes
|
|
if you are looking for a blk / VROMFs unpacker, this is not the place to be. While this project can do so, it will
|
|
not have overhead for cli builtin. This project is more suited to be integrated into projects for VROMFs and blk support.
|
|
|
|
for a easy-to-use unpacker go look over at https://github.com/Warthunder-Open-Source-Foundation/wt_ext_cli
|
|
|