Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

EdwoG
Copy link

@EdwoG EdwoG commented Sep 24, 2020

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
Copy link
Author

EdwoG commented Sep 24, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant