Greengroove/GG-LootFilter

WARNING IF YOU EDIT THE FILTER WITH FILTRATION

Closed this issue · 1 comments

Filtration currently doesn't support "Identified True" statement. The app will delete this statement when you edit the filter. You have to manually add it back after you edit the filter.

To fix this:

  • Save the filter you edit with a new name (Save as) just in case.

  • Open the new file and find (Ctrl+f) the section "RARE ITEMS - IDENTIFIED ITEMS" or "RARE IDENTIFIED ITEMS" (without quotations).

  • Copy and replace the entry with this code.

    # Any identified rare item. Should also show any Corrupted item.                #
    Show # ON RECOMMENDED - identified rare items
        Rarity = Rare
        Identified True
        SetTextColor 215 25 0 255 # identified items text
        SetBackgroundColor 0 0 0 155 # Lesser items
        SetFontSize 23
    
  • In the version 2.4.2b and up you also have to do the same for a second entry.

  • Find (Ctrl+f) the section "MAGIC IDENTIFIED ITEMS" (without quotations).

  • Copy and replace the entry with this code.

    # Any identified magic item. Should also show any Corrupted item.                #
    Show # ON RECOMMENDED - identified magic items
        Rarity = Magic
        Identified True
        SetTextColor 0 200 255 255 # identified magic items text
        SetBackgroundColor 0 0 0 155 # Lesser items
        SetFontSize 23
    

The author is aware of this issue. Hopefully it should be fixed with the next release.
Till then this is an extra step to do when customizing with Filtration.

I don't want to remove this option from the filter because it can help a lot with some new sextant mods and Warband drops I am sorry for this inconvenience. The Sextant update is still relatively recent and it brought quite a few things to the "world of loot".

If you have any troubles customizing you can ask me anything here or on the forum thread.

ben-wallis/Filtration#34

This issue has been fixed in filtration 0.15!

Get the new version:
https://github.com/ben-wallis/Filtration/releases