Salanto / AO2-CharIniMaker

Partially functional char.ini editor
GNU General Public License v3.0
2 stars 3 forks source link

Recongizing emotes in a folder and making a basic .ini off of that #5

Open Yakkak opened 1 year ago

Yakkak commented 1 year ago

Excuse my garbage title, I have a more specific feature request regarding the ability to make a base .ini using a collection of existing images/emotes within a folder. The program currently relies on the user to manually input/change lines on an ini, and while it's incredibly robust compared to opening it up in notepad, a feature I'd greatly appreciate would be a feature for the program to open a folder, see the various images and automatically create a basic .ini based on what's there.

I don't mind if it isn't super robust, but the ability to automatically create an ini based on what emotes/images are there, then adjust/clean up the result would dramatically improve the workflow of creating folders in general.

Salanto commented 1 year ago

The tool has no way to determine emote context, order, what preanim belongs where, etc. Unless you have an idea how that is supposed to work in detail, its a no from me.

Crystalwarrior commented 5 months ago

Charmaker.py python script I made already does this so it could be as simple as making a reimplementation of it in the program https://github.com/Crystalwarrior/AO2-Scripts/blob/master/charmaker.py

Otherwise the current workflow for @Yakkak would be to first generate a char.ini using the charmaker.py script and then use AO2-Charmaker afterwards