Releases: phrayse/VAS-File-Architect
Releases · phrayse/VAS-File-Architect
v2.2.0
What's Changed
- Removed external dependencies to numpy and sklearn because they quadrupled the filesize.
- Replaced dbscan with bfs because it was massive overkill.
- Separated docstrings into their respective functions.
- Switched docstrings to reST format because pycharm looks better.
by @phrayse in #3
Full Changelog: v2.1.0...v2.2.0
v2.1.0
VAS File Architect v1.0.0
What's in this release:
VAS File Architect.exe: A standalone executable for Windows users. No Python installation required.- Source Code: All
.pyfiles for those who prefer to inspect or run the tool directly from the source.
Key Features:
- Easy-to-use interface for selecting target directories.
- Automatic processing of PNG images to identify and crop non-transparent areas.
- Generation of
structure.xmlandscript.aslfiles based on mask attributes. - Compilation of assets into a VAS archive for use with auto-splitting tools.
Getting Started:
- Download
VAS File Architect.exefor a quick start or the source code if you prefer using Python. - Follow the instructions in the README for preparing your images and using the tool.
Feedback and Contributions:
Feedback and contributions are welcomed! Feel free to open issues, submit pull requests, or reach out by email or on Discord.
Thank you for trying out VAS File Architect, I hope it helps!
Note: This tool is released under the MIT License. Please refer to the LICENSE file in the repository for more details.