Filtration ♦ Item Filter Script Editor ♦ [ v1.2.2 ] ♦ Updated 2019-09-11
Nice changes. :) It also has the side effect of making the AV changes easily visible in OBS again.
"Nothing happened." - CharanJaydemyr, TheWretch
Sayya's Item Filter (updated for Ritual!) - http://www.pathofexile.com/forum/view-thread/1260712 |
|
I love this, thank you very much! I downloaded it yesterday and copied in my own filter I was working on. Very useful programme :)
| |
" No problem, happy to help out. I became less worried but way more confused once I saw it was just a display bug. Are you looking for feature requests for the filter creation side yet? |
|
Hey,
I recently tested out the 0.6 version and I quite liked it overall. I decided to implement some of it's features into my filter. Here's some feedback: - I really like the block groups - However, "stacked block groups" are bugged: " Displays the blog as a "Hide..." block. " This works on the other hand. Also, I'd love to see a F5 button. Filtration is a good way to test your filter, yet some (me) prefer editing in NotePad++. Providing a refresh button might be a good idea. The next issue is more of a personal problem: I don't like the fact that it removes tabulation and comments. Finally, maybe I missed it, but can sections be used as expandable blocks? That'd make the filter/search for the right line a lot easier. Still, nice work there. Cheers NeverSink Please don't PM me ingame with filter/guide questions, post them on the forum, after reading the FAQ. Last edited by NeverSink on Jul 6, 2015, 2:32:03 PM
| |
New Release 2015-07-06 - 0.7
♦ Completed the Theme Editor implementation - themes and theme components can now be fully controlled from within Filtration (see the Themes wiki page for more info). ♦ Added support for Disabled Blocks ♦ Removed the popup for colour/font/sound block items, these are now in a toggleable pane in the same location as the other block items. ♦ Fixed the ribbon context groups - including a fixing a bug that caused the toolbar to disappear when Filtration was maximised. ♦ The speaker icon for blocks with a Play Alert Sound block item is now clickable. ♦ Added Divination Cards to Classes and Base Types lookup lists. Jewels still not added (if someone wants to give me a list that'd be wonderful). This release is mainly an iteration on Theme support, for details of the changes please visit the Themes for Script Creators and Themes for Script Users wiki pages. For more information on Disabled Blocks see the Notes for Script Creators wiki page. Download: https://github.com/ben-wallis/Filtration/releases/tag/0.7 " I'm always open to requests, but my next focus now that I've got themes squared away is the "Loot Explosion Studio" module that I've got planned as I think that will have the most benefit to the most users. I'm thinking a completely user definable items database, sliders to determine the ratios of different kinds of items, and the most important thing - a big button that generates a random loot explosion with the currently loaded filter applied (with a dropdown to switch Themes for that filter). Things currently on my radar for the script creation/editing side of things btw: Drag/drop for blocks Multiple block selection so you can cut/copy multiple blocks at once Adding the Filtration window as a drop target so you can drag a filter/theme file into Filtration to load it. Adding Cut because Copy and Paste are getting lonely. A text editor where you can paste a filter script in and load it into Filtration (without having to save it as a file first). Creator of Filtration, a Path of Exile Item Filter Editor http://www.pathofexile.com/forum/view-thread/1287447 Last edited by AtomYcX on Jul 6, 2015, 2:35:16 PM
| |
" Nice, I'll test it right away Please don't PM me ingame with filter/guide questions, post them on the forum, after reading the FAQ.
| |
" HYPEEE! Thanks for doing gods work. | |
" If you have multiple blocks with the same Block Group, all of them will take on the Action (Show/Hide) of the last one in the script. This is because Block Groups by design are used to toggle Show/Hide for multiple Blocks at once so having mixed Show/Hide within a Block Group makes no sense. " Good idea - I'll probably implement the FileSystemWatcher class which will allow Filtration to be notified that an external program has modified the script, and then provide a popup asking if the script should be reloaded (the same way it works in Notepad++). Added to the todo list. " Unfortunately that's a design decision that had to be taken early on in Filtration's development. Because every Block is stored as an object (a list of which makes up a Script), there's no "place" to store comments in between blocks. I've tried to provide somewhat of a middle-ground however with Sections (comment blocks - although they're restricted to a single line), and Block Descriptions (a comment directly above the Show/Hide line for a block will be loaded as the Block Description). The Notes for Script Creators wiki page on the Filtration GitHub has these features documented. " They can't currently - this is something I might add in the future, but it has quite a lot of overhead. It would involve each Block having to have a "Owned by Section" property, which would have to be kept up to date when a Block is moved in/out of a Section within the Block Editor. Thanks for the feedback, it's certainly appreciated! Creator of Filtration, a Path of Exile Item Filter Editor
http://www.pathofexile.com/forum/view-thread/1287447 | |
Not sure if this is possible or even desirable to change, but when closing Filtration by the red X in the corner with a script open with unsaved changes, the user is not prompted to save first. Otherwise, lovely as per usual. I really like the addition of disabling blocks.
Edit: also, it would be nice if the block preview updated dynamically as you change things instead of requiring you to switch to another block first. Edit again: the enable/disable block feature seems inconsistent. While all blocks work fine with the ribbon enable/disable, only the first block displays the toggle icon regardless of which block is selected.
Screenshot
"Nothing happened." - CharanJaydemyr, TheWretch Sayya's Item Filter (updated for Ritual!) - http://www.pathofexile.com/forum/view-thread/1260712 Last edited by SayyadinaAtreides on Jul 6, 2015, 3:40:35 PM
|
|
" Shouldn't be difficult, added to the todo list. " What do you mean? When you add/change colour block items the preview updates automatically. Unless I'm missing something? " That's actually because the Enable/Disable icon only exists on the "Regular Block Items" view and not the "Appearance Block Items" view. I thought I'd get away with fixing it later before anyone brought it up, apparently not :P Creator of Filtration, a Path of Exile Item Filter Editor
http://www.pathofexile.com/forum/view-thread/1287447 |