A random palette generator (i'd say work in progress but not sure if i'll ever improve it because so far it fit my needs)
It generates .pcx files usable in knp/tgf/mmf ( so far tested only in mmf2 though)
and .act files usable in photoshop
Also contains source code (VC 6) if anyone wants to tinker around with it
I made it because i got tired of using the knp and tgf palette for spriting and i'm way too lazy to manually put together a palette
Comments
Interesting idea, but why is
Interesting idea, but why is the number of shades for each color being randomized? That seems a bit counter-intuitive for me.
Also, I think it should try to sort the colors by hue - would make the end result look a bit more organized.