Releases: TMMarkus/AkinaRP-Clothes-Tool
v0.2.0 (Beta)
v0.1.1 (Beta)
Fixes
- Fixed several bugs with the generation of the YMT file. 🔧
v0.1 (Beta)
Features
- Now you can export "props" items. (May cause issues) 📤
⚠️ - Added a new context menu when right-clicking an item in the list, where you can open the folder where the file is located or delete it from the list. 📂🗑️
- Added new icons. 🆕🌟
- Added extra data in several exceptions. ℹ️
- Added a warning message with the file path for textures that are missing.
⚠️
Changes
- Removed unnecessary variables. ❌
- Commented out lines that are not currently being used. 💬
Fixes
- Fixed the highlight color on the clothes list. 🎨
- Fixed a bug that caused the component type to be misspelled when exporting the project, resulting in components other than JBIB and FEET not displaying correctly in-game. 🐛🔧
Known bugs
- Disabled the High Heels option (due to requiring better development). 🚫
v0.0.5 (Alpha)
Features
- Added TextBox to set the "High Heels" parameter height (Disabled temporally).
- Added system to deselect TextBoxes by pressing the "Enter" key.
- Added system to prevent the "High Heels" height TextBox from being empty, null or not following a specified numeric pattern.
- Rewriting prop exporting system (No full implemented).
- Rewrote YMT exporting system for components (Now High Heels work, but it's disabled temporally).
- New warning messages have been added.
- A loading bar has been added when importing files.
- The import speed of files has been significantly improved.
Changes
- Unnecessary functions have been removed.
- Some elements of the interface that were not displaying correctly have been fixed.
- Some warning messages have been restructured to avoid causing inconvenience.
Fixes
- Fixed a bug that caused the YMT file generation to fail.
- Fixed a bug that caused the IDs to become disorganized when opening a saved project.
- Fixed a bug that caused the "_u" items don't export correctly.
Known bugs
- For now, the option for "High Heels" Shoes are disabled temporally.
- Objects of the "prop" type cannot be imported or exported.
v0.0.4 (Alpha)
Features
- Added option to change the type of item (Disabled until the "props" are implemented).
- Added option to change the category of the item.
Changes
- Partially improved some UI components.
- Deactivated option "High Heels" until solving the problem with the export of YMT.
- Now the title which shows the version of the app is synchronized with the version of the file.
- Now you will get an error message if you try to import a "prop" type item.
- The icon for the "lowr" type components has been changed.
Fixes
- Fixed a bug that caused that when you imported a folder, when it found a file that is not ".ydd" it stopped looking for more files in the folder.
- Fixed a bug that causes the application to close when trying to change the ID of a garment after having previously deleted one.
- Fixed a bug which doesn't apply the mask to the shoes well.
- Fixed a bug that causes the alert message for component type "r" to be repeated multiple times.
Known bugs:
- Objects of the "prop" type cannot be imported or exported.
- Shoes that use "High Heels" are not exported correctly.
- Some "_u" type objects are not exported correctly (We think we have solved this error, but we haven't tried all types of clothing yet).
v0.0.3 (Alpha)
In this new update I have added essential functions.
- Added option to be able to change the ID/Position of the object
- Added a menu that appears when you click "All", "Male" or "Female" which allows you to import a file or an entire folder.
- The necessary libraries have been included in the repository.
Known bugs:
- Objects of the "prop" type cannot be imported or exported.
- Shoes that use "High Heels" are not exported correctly.
- Some "_u" type objects are not exported correctly (We think we have solved this error but we haven't tried all types of clothing yet).
v0.0.2 (Alpha)
In this new update I have focused on fixing certain annoying bugs.
I have to warn that there is currently a problem when exporting the shoes that use "High Heels", because the old code does not specify the height of the shoe so I have to rewrite all that part T_T
-
Now the shoes will not be automatically changed to "_r".
-
Fixed bug that causes that when you click the "Project" -> "New" button, the clothing editing window will not close.
-
Fixed bug that causes that it does not allow unchecking boxes.
-
Fixed bug when exporting clothing type "race _r" which did not put the proper propMask.
-
Removed unused dependencies.
-
Removed references to local dependencies that are now online.
v0.0.1 (Alpha)
First release of the app
The project has been updated to NET 7.0.
It is necessary to download NET 7.0 Runtime to be able to run this application.
Several errors from the old version have been fixed, including:
- Fixed an error that caused the right side of the screen to not be displayed when deleting an item.
- Fixed an error that randomly assigned the "_r" prefix to certain items.
- Fixed an error that did not warn if a field was missing.
- Fixed the generation of the "fxmanifest.lua" file, which previously generated incorrectly, but is now correct and updated.
New features have also been added, such as:
- Show only men or women.
- Add an item that is for both men and women.
- Detection of items that use reskin.
- Warnings (Missing output path, collection has no name...).
- When exporting the project, the program will now automatically create a folder and put the files inside.
- If you use uppercase letters or the "_" character, the program will automatically convert them to avoid errors.
New elements have been added to the interface:
- You can now see the position of the object in the list (In future updates, this will be editable).
- The category it belongs to (Shoes, Torso, Hair...).
- The "Build" button has been moved to the "Project" menu.
- The column names appear at the top of the list.
- Added checkbox to mark if the item is a "reskin" type.
- New "All" button at the bottom.
If you find any errors, please let me know in the "Issues" section :D