Skip to content

Releases: phrayse/VAS-File-Architect

v2.2.0

24 Feb 02:52
78bcab7

Choose a tag to compare

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

21 Feb 06:04

Choose a tag to compare

What's Changed

  • v2.0.0 Add bbox clustering for image grouping by @phrayse in #1
  • v2.1.0 enforce unique mask names by @phrayse in #2

Full Changelog: v1.0.0...v2.1.0

VAS File Architect v1.0.0

27 Nov 10:06
4b9b2f0

Choose a tag to compare

What's in this release:

  • VAS File Architect.exe: A standalone executable for Windows users. No Python installation required.
  • Source Code: All .py files 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.xml and script.asl files based on mask attributes.
  • Compilation of assets into a VAS archive for use with auto-splitting tools.

Getting Started:

  1. Download VAS File Architect.exe for a quick start or the source code if you prefer using Python.
  2. 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.