Image Search

"Image Search" describes the process which runs when an image is requested and no image is yet assigned. For characters, location, places and items this process runs once after creation. For interactions this process runs every time they are triggered.
An image is chosen by comparing given tags (including features, outfits etc.) and the tags of an image (.idata).

There are three kinds of tag evaluation:

  • Suggested Tags are considered fitting tags.
  • Required Tags are considered fitting tags, but also have to be present for an image to be considered. (See Image Tag Alias)
  • Avoid Tags are not allowed to be present for an image to be considered.
    For every fitting tag present the score is increased and for every fitting tag missing decreased slightly. In most cases 100.0 is the highest possible score. The image with the highest score is chosen, if multiple images have the same score a random image is chosen.