Path of Exile discussion

15 readers
1 users here now

Welcome to pathofexile-discuss, an alternative to https://reddit.com/pathofexile.


Patch Timeline (PDT)

Exilecon Announcement Livestreams: July 28-29th

3.21 Ends: Mid-August (Predicted)


Stash tab sales usually occur every 3 weeks.


Path of Exile Discord!

Path of Exile Trading Discord


Rules


Community Communication


Useful Links


Related Communities

founded 2 years ago
MODERATORS
26
 
 

I tried doing https://kbin.social/m/[email protected] but I get "The magazine from the federated server may be incomplete. Browse more on the original instance."

Follow by it saying "empty" with no post.

27
28
1
Announcing PoeFilterX V3.19 release! (pathofexile-discuss.com)
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 
 

This is a pretty huge one for me folks, after a few months of work I finally managed to get PoeFilterX to the point of where I wanted it, enabling the absolute most critical of features I have been hoping to get working since I first started this project.

I am pleased to announce the release of V3.19 of PoeFilterX!

(Technically its 3.19.3, because hey a couple minor bugfixes were part of the release cycle, sue me!)

You can check the whole project out here, to start: https://github.com/SteffenBlake/PoeFilterX

But what I would like to start with is answering a couple basic questions folks often ask when I put out a release

Whats this?

PoeFilterX is a command line tool you use to compile a "FilterX" project (consisting of many files) into a Path of Exile .filter file.

You can check out the github link above for all the details on how to do that, and all the wild features poefilterx supports!

Is this meant to replace FilterBlade?

God no, it's an entirely different sort of target demographic and FilterBlade's work is amazing!

At it's core, PoeFilterX is a tool meant for folks who want really granular and fine control of their filters, and who much prefer working with the command line and coding their stuff rather than fiddling with a web UI. So, primarily Programmers are the types of folk who are gonna be excited about this tool.

Don't get me wrong, FilterBlade as a website is extremely slick, its gorgeous, and it's powerful. But there's just inherent limitations to a web ui. Browsers are slow, and clunky, and UIs simply just can't handle every possible combination of peoples wants and needs.

So for the types of crazy people (like me) who want something way faster, slicker, and granular that lets them dig super deep into custom functionality, this is where PoeFilterX really shines.

Is this a Filter? I dont get it

This is common, this is a tool for making filters, not a filter itself, HOWEVER, I also have put up my own personal loot filter made with PoeFilterX here! It's fairly unrefined and still needs polishing but it serves as a really good demo / template for showing off the capability of PoeFilterX.

https://github.com/SteffenBlake/pixxel-filter

New Features

So lets dig into the big new features I am extremely excited to share with everyone!

Easier installation via NPM

No more need for awkward installer programs and whatnot, PoeFilterX now has an NPM wrapper bootstrapped up that is super easy to use!

If you have NPM installed right now, installing poefilterx is now as easy as:

npm install -g git+https://github.com/SteffenBlake/PoeFilterX-NPM

.json variable injection

So PoeFilterX already supported from v1 onwards variable injection, however you could only inject via Environment Variables and Command Line arguments. I thought this was good enough but, turns out, there's actually some serious issues you run into if you have really big environment variables set in windows.

I won't go into details but... lets just say really big enviro variables are not a great option for our use case here.

Enter, json variable injection!

You can now add and reference .json files in your projects via the using statement, the same way you can using .filterx files and .fss files

The .json files do have to follow the very specific template of strictly being a dictionary of arrays.

For more info on Json Variable Injection, check out the wiki section here: https://github.com/SteffenBlake/PoeFilterX/wiki/Code-Guide#usings-1

Package Management via NPM!

This is the next big one, you can now reference poefilterx files (.fss, .filterx, and .json) from an NPM package installed to your project!

Doing so is super easy, you just use the @ symbol which effectively is a shortcut to <project-root>/node_modules/

This is without a doubt my feature I am most excited about, as it has huge implications for the community. Individuals can now create modular poefilterx tools that folks can install into their projects and consume from.

Here's some great examples!

  • A creator's pack of style sheets, allowing you to install their pre-fab style sheets to use in your project

  • "Packs" of shorthand/shortcut variables in .json files that are handy for referencing. Tired of having to manually type out the same base types for items in multiple filter blocks? This can fix that!

  • And of course, any other handy NPM middleware tooling you could want to use. Gulp, API parsing, data loading to generate json files, etc

And on that note I created this super handy NPM package you can install and use, right now, for loading data from poe.ninja and parsing it out into a poefilterx compatible .json file!

https://github.com/SteffenBlake/pixxel-ninja-parser

Easy project bootstrapping!

Setting up your project is pretty easy now with the new init command, simply just open up the terminal to where you wanna make a new project and just execute poefilterx init and the wizard will ask for your project name and will initialize a basic template project for you lickity split!

Thanks for reading!

If you wanna try all this out, the wiki has a tonne of useful info right here!

https://github.com/SteffenBlake/PoeFilterX/wiki

We have a Discord!

You can also join the PoeFilterX discord here, if you wanna hit me up with any specific questions or wanna talk about development

https://discord.com/invite/fmHqU3yza3

Found a bug?

You can report any bugs you find regarding PoeFilterX here:

https://github.com/SteffenBlake/PoeFilterX/issues

29
 
 

Unironically, I feel like this is the way to go with the fediverse. It takes the best parts of the old internet's forums and the best part of the new internet. I hope more communities go this way instead of just being created on lemmy.ml or lemmy.world.

30
 
 

Emmitt, MultiplicityPOE, Fenrils, riffautae, livejamie, jwfiredragon, Swimmer249, Craftarc

31
 
 

The new PoE2 logo removed the faces of the 3 primary attribute classes that were used in the old PoE and PoE2 logos, any theories on what these new symbols are?

32
 
 

I loved the PoE subreddit and r/pathofexilebuilds, but I didn't manage to check r/pathofexilebuilds before it went private. Anyone know if there's a Lemmy community specifically dedicated to PoE builds?

33
1
Questions Thread (pathofexile-discuss.com)
submitted 2 years ago by [email protected] to c/[email protected]
 
 

Questions Thread

This is a general question thread

Remember to check the community wiki first.

You can also ask questions in any of the questions channels under the "help" category in our official Discord.

The idea is for anyone to be able to ask anything related to PoE:

  • New player questions
  • Mechanics
  • Build Advice
  • League related questions
  • Trading
  • Endgame
  • Price checks
  • Etc.

No question is too big or too small!

We encourage experienced players to sort this thread by new.

To people who answer questions: You guys are the best! Keep making the community great!

34
35
1
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 
 

Hi Ya'll,

MultiplicityPOE here, I help run the POE Discord and POE subreddit

With reddit.com/r/pathofexile and other subreddits going dark due to Reddit's API Changes, it made sense to me to have an alternative platform to post on, possibly just during this window, but maybe beyond, who knows

To see a read only copy of the Poe subreddit check here: https://pathofexile-discuss.com/post/2061

As for rules, just be kind and generally talk about PoE. There's a separate board here for discussing reddit stuff

Hope ya'll enjoy it!

-- Multiplicity

PS: If the site is broken in any way, feel free to contact me on the PoE Discord server, by opening a modmail or DMing me directly from the server