Based on my own example i found out that keeping the Characters folder clean is a pain. When i added /removed new girls I started getting characters in game with no pictures because i for example forgot to delete the rgirlsx file.
So i created a java tool that allows to manage the folder in a more friendly way than doing it manually in explorer.
Its a tool for my own use so dont expect any fireworks, the GUI is "functional" at best, no error handling, probably lots of bugs

If there is any interest i might develop it further.
It finds all the .girlsx and .rgirlsx files and checks if the picture folders are available for them.
Functionalities:- List all the .girlsx or .rgirlsx files
- Remove the specific .girlsx or .rgirlsx file- Remove the folder associated with the girlsx or .rgirlsx file- Both of the above at the same time !
- Has Auto cleanup option that first finds all girls with missing photos and (after confirmation) deletes them.Known bugs :
- Does not recognize if there are multiple girls defined in one file
- I found girls with links to scripts in them, cleaner doesn't deal with that. Will throw a null pointer exception and give you a filename.
Changelog:
v0.3
- Error popups now show the file that caused the problem along with the java error message.
- Protected the cleaner against more mistakes in .girls files
v0.2
-Added some bare bones error messages
-Fixed a silent bug whne the girls files were missing parameters.
Mega link v0.3:
Mega