notablackbear / poe_qolV2

52 stars 34 forks source link

Using your own Filter quick explaination on The System (and improved RecipeBlocks) #53

Open EdwoG opened 4 years ago

EdwoG commented 4 years ago

Hi, here is a little quick explain for anyone who wants to get into the raw Lootfilter editing aswell as make your own Filter compatible with PoEQoL.

Also the RecipeBlocks.txt has bigger Textboxes, no Red Alerts Sounds, no beam and minimapIcons only on rings and amulets. Also ALL ITEMS even past ilvl 80 on all itemclasses. Was a little too much for me and also this wont work with updating the Filter. But for and anyone who doesnt cant update rn anyway like me, seems good. SO


if you dont care about any unidentified Rares, you can put the Chaos-Recipe-Blocks, necessary for the tool, inside your filter of choice right after the [[3000]] headline before anything else actually inside the category (not inside the table of content). Use STRG+F search for this. image

QUICK TUTORIAL


Every Filter is just a insane amount of Show- and Hide-blocks just like this:

Show SetBorderColor 255 0 0 SetFontSize 40 ItemLevel >= 60 Rarity = Rare Class "Amulets" SetTextColor 0 0 0 SetBackgroundColor 51 187 238 PlayAlertSound 16 300


Any line starting with " # " is just a comment and is ignored by PoE. You can make easy changes to color and sizes as you can see its just a number after a keyword. i. e. "SetFontSize" has a number attached used just like the Slider on filterblade.xyz which changes the Size of the Textboxes

Now when it comes to priority, the lower a Block is added, the less priority is has. That means that the first block will overrule every single other block. In the Neversink filter you can see the table of content right at the top after his plugs. There you can see the priority of rules. Dont forget that some of them are Hide-Blocks.

In terms of unidentified rares, it starts off with influence rares,Explicit Mod filtering (which is empty on high strictness), 6-Socket and 5-Link, few recipe's, crafting-bases and lastly our main category "RARE ITEMS" at [[3000]]. After that one in [[3400]] in will hide all remaining rares from itemlevel 65 to 75.

There is some leveling stuff later.


QuickDescription ImprovedRecipeBlocks.txt

EdwoG commented 4 years ago

damn it, ignore the readme updates, i didnt want those This could use some improvement but here is a base.