Hey Folks... trying to sort out how to be "self sustained" in terms of compiling and all that jaz... Something I am not quite getting is that when I go to build core it tells me "The referenced component 'PoeFilterParser' could not be found" just as an example. I've gone into the project properties and added the path directly to where the .dll resides for that reference but it doesn't seem to work. Anyone have any tips?
Im getting .csproj for plugin .git not found
.csproj for plugin tutorialtextures not found
when i try to compile and the hud doeesnt start any more.
What should i do?
i must be stupid or something but there is no way i can make this work, can someone please make a in depth guide how to use it, from the very beggining, installing the plugins and running it properly, program requirements, etc...i dont think im a noob with pc stuffs but there is no way i can make this work...PLEASE HELP. btw not running in steam...loader works i can open menu in game but when i try to compile the plugins i get an error saying that .csproj was not found, i can see the plugins in the menu but they just dont work, im using elitebar, healthbars, itemalert, pickit, preloadalert and stashie...help pls
Thanks for yor feedback, bro
For everybody:
I fixed unwanted clicks with the PickIt plugin (Octavius, Construct Metamorph device) – PickIt.rar
I hope my pull request will someday be merged to the original repo.
Also, if you are using Stashie put these lines to your filter (override area):
UPD:Code:Metamorph Organs: Rarity=Unique,ClassName=MetamorphosisDNA :Override Catalysts: Rarity=Normal,ClassName=StackableCurrency,BaseName^Catalyst :Override
Ah, I see that Stridermann fixed PickIt too about 5 hours ago. This is the same anyway![]()
Last edited by KeyboardWarrior; 12-18-2019 at 04:22 PM.
i missed that is there working plugin for atlas?
easiest solution is to use the compiled version from TehCheat Releases . TehCheat/PoEHelper . GitHub
If you like to compile it yourself, go ahead.
In this example the path for ExileAPI is: D:\PoE\EA (change for your needs)
Preparation/Installation (only once):
==========================
01) Install VS Studio 2019 with .NET-Desktopdevelopment
02) install git-software from
- Git - Downloading Package
03) create folder for your ExileApi/releases D:\PoE\EA
Download current release:
====================
01) downlaod latest release from
- Releases . TehCheat/PoEHelper . GitHub (recommended)
- or Releases . Qvin0000/ExileApi . GitHub (in case there will be a new build![]()
02) Extract release zip-file, rename folder to PoEHelper
03) copy folder to your ExileAPI-folder p. e. D:\PoE\EA
(so the path is D:\PoE\EA\PoEHelper inside there should be the current Loader.exe)
Get source code and prepare compilation:
===============================
01) open a command line (search cmd in windows) and type all of the following commands without quotes:
01a) "d:" (or your path)
01b) "cd PoE\EA" (or your folder)
01c) "git clone https://github.com/Qvin0000/ExileApi" (clones current version of source)
01d) "cd ExileAPI"
o1e) "mkdir Plugins"
01f) "cd Plugins"
01g) "git clone https://github.com/Qvin0000/ExileApiPlugins"
01i) "ren ExileApiPlugins Source"
01j) "cd Source"
01k) "del README.md .gitignore"
02) close command window if there was no error (else: restart and do exact these steps again (delete old folder s to be sure))
Compiling:
========
You can put any other plugin-Source you need in a subdirectory in your "ExileAPI\Plugins\Source"-Directory
01) in Windows Explorer go to directory "D:\PoE\EA\ExileAPI".
02) Double click "ExileApi.sln"
03) VisualStudio should start with the project
04) wait for the background tasks to be finished (ignore IntelliSense for NuGet if it is still running)
05) right click on Project "Solution 'ExileAPI'" in Solution Explorer (right)
06) Select "Manage NuGet-Packages for Solution"
07) Click "Restore" (top), do NOT update
08 close "NuGet-Solution"-Tab
09) In Toolbar switch from "Debug" to "Release"
10) In Menu choose "Build" then "Rebuild Solution"
Output :"========== Rebuild All: 19 succeeded, 0 failed, 0 skipped =========="
Start Poe. login, go to hideout, start Loader.exe from "D:\PoE\EA\PoeHelper".
Last edited by LOdddRi; 12-18-2019 at 06:01 PM.