Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

If a file name has Un, it will be removed and 8 Un will be added to the end. Tagging will still work but the 8 Un will remain at the end of the file (before the checksum).

The regex is faulty for a few things. Mostly between skin and hair colors. Adding pale blue skin will tag blue skin and blue hair. Black_Gray will add black and gray etc. The existing (?<!izes) do not work either. Apparently ?<! works for prefixes while ?! for suffixes. 

Adding a number for the amount of pictures with the current filters on would be nice.

at first I thought you meant the string "8 Un" but then I tested it

"Un Un Un Un Un Un Un Un"

Wow, I am really curious how that even happens


I'll look this over and get back to you

Fixed in 1.99

The "Un" thing was weird.  The result of old code that was supposed to be removed