hi,
I still use this program a lot, and I think this might be a useful feature:
-make a checkbox named "Ignore file extension" to parse all files in working directory regardless of their extension (When I use this program, only the needed files can be found there anyway)
I extracted my paletted graphics from my wad and they come with .lmp extension. As such, Textures Creator refuses to recognize them as images.
I know it is possible to convert lmp to a true image format, but this would be a convenient feature without the need to make an unnecessary conversion.
Maybe disable "Don't add image if it's size is smaller than scaled size" when the ignore file extension checkbox is ticked in. (so the program won't try to analize files as images errorously for their size)
This is also useful to make the program more effective, since you don't need to parse the files at all when you are scaling by factor (knowing the filenames are enough)
Another maybe useful feature:
Ability to import a txt file containing a list of names to be processed. When using this list, only factor scaling is allowed. This is useful so you don't need the actual files to generate the textures lump.
The txt file is simple, just containing the names for the textures lump generation:
- Code: Select all • Expand view
TROOA1
TROOA2
TROOA3
FATTA2A8
And another
Ability to set offset. Useful for a bunch of same sized sprites for example (my usage is 35FPS weapons, so given the same image size, the offset stays the same for all images as well).
Thanks for your time and effort!