ExileAPI Release menu

User Tag List

Page 1 of 72 1234551 ... LastLast
Results 1 to 15 of 1079
  1. #1
    Queuete's Avatar Elite User
    Reputation
    549
    Join Date
    Dec 2019
    Posts
    284
    Thanks G/R
    118/486
    Trade Feedback
    0 (0%)
    Mentioned
    47 Post(s)
    Tagged
    0 Thread(s)

    ExileAPI Release

    Hello community,

    LatestVersion Queuete/ExileApi

    Getting Started

    As any other fork you should run poe as a limited user when using this tool. https://www.ownedcore.com/forums/mmo...ited-user.html (Run PoE as a limited user)
    Download the latest Release from my ExileAPI fork: Releases . Queuete/ExileApi . GitHub and run the "Loader.exe" file.

    If you run into any problems please read the Troubleshooting section in this post, the last point (Nothing worked) tells you what to do if the section did not solve your problem.
    Questions which ignore this message will be ignored by me.



    Plugins

    The Release will come with a default list of plugins. When you first start the Loader.exe those will be downloaded, compiled and loaded in the hud.

    In case something wont happen as you expect, please take a look into the Log (F12 -> Core -> Show Log window). There could be some error messages which are useful when you seek help from other community members.

    If you want to change the config files of a plugin make sure you do your changes in "Plugins/Compiled/PluginName". Changes in the Source folder will be overwritten on start up.

    Add New

    1. F12 (open main menu), Go to "PluginAutoUpdate"
    2. Change the settings as you desire e.g. Add a new plugin or change the source url of an existing plugin
    3. F12 (save settings), Restart Loader.exe

    Switch to specific version

    1. F12 (open main menu), Go to "PluginAutoUpdate"
    2. Deactivate the auto update functionality of the plugin you want to pin to a specific version
    3. Enter the Commit Sha (40 characters) of the version you want to use in the textbox below the plugin url (this field is only changeable when you have done step 2)
    4. F12 (save settings), Restart Loader.exe


    Disclaimer: Due to the nature of a auto plugin functionality this will run code downloaded from repositories on your pc. You should not use repositories from owners you dont trust. Running PoeHelper as admin will increase the risk.


    Plugin List

    Default
    Working:
    - HealthBars, GitHub - Queuete/HealthBars
    - MinimapIcons, GitHub - Queuete/MinimapIcons
    - IconsBuilder, https://github.com/Queuete/IconsBuilder
    - PreloadAlert, https://github.com/Queuete/PreloadAlert
    - SimplePickIt, GitHub - Queuete/SimplePickIt
    - SimpleStashie, GitHub - Queuete/SimpleStashie
    - SimpleHotkeyChain, GitHub - Queuete/SimpleHotkeyChain
    - BasicFlaskRoutine, https://github.com/sychotixdev/BasicFlaskRoutine / https://github.com/IlliumIv/BasicFlaskRoutine

    ?:
    - Stashie, https://github.com/Craere/Stashie

    Extras
    - DevTree, GitHub - Queuete/DevTree
    - MiscInformation, https://github.com/IlliumIv/MiscInformation
    - HighlightedItems https://github.com/ravand1990/HighlightedItems
    - CoPilot https://github.com/totalschaden/copilot
    - MineDetonator https://github.com/mm3141/MineDetonator
    - Terrain https://github.com/mm3141/Terrain
    - GemUp https://github.com/ElRatto/GemUp by @dirkbach666
    - PickIt https://github.com/vadash/Pickit
    - EliteBar GitHub - Queuete/EliteBar -> if you experience hud lag, disable EliteBar, its most likely the cause

    For more plugin ideas you may want to look here: ExileApi/Plugins/Source at master . IlliumIv/ExileApi . GitHub

    Troubleshooting

    1. The Hud wont start.
    - Windows 10 is the only supported system
    - download and install .NET 4.8 runtime https://dotnet.microsoft.com/downloa...-web-installer
    - turn of your firewall and antivirus and try again. (Thanks @bobTheBuilder69)
    - make sure the 64x PoE client is already running
    - make sure you use the standalone client (NOT Steam, NOT Epic Launcher, NOT Taiwan, NOT Tencent)
    - make sure you have VC++ Redistributable Runtime installed (https://support.microsoft.com/en-us/...al-c-downloads) (Thanks @snowhawk)

    2. The Hud stopped working and presents an error when trying to start it.
    - check if your config/settings.json file got corrupted. If thats the case you can replace the content with the config/dumpSettings.json file or completly delete it (then default settings will be generated).

    3. There are visual offsets in rendering minion dots and everything other.
    Windows Display options -> Scale and layout -> set to 100%
    If that one does not work: Right Click Loader.exe > Properties > Compatibility > Change high DPI settings > Override high DPI scaling behavior > Application
    (Thanks @Unknown_B)

    4. MinimapIcons wont work.
    - The IconBuilder plugin needs to be activated aswell.
    - Change the Map Zoom slider in Poe -> Options -> UI -> Map Zoom (Thanks @JustRandomPlayer)

    5. AutoQuit wont work.
    You need to run the hud as admin for it to work.

    6. PickIt and Stashie are very slow.
    Check which Windows 10 version you are using. Win10 2004 is slow, reverting back to Win10 1909 solves this. (Thanks @uumas)

    7. The Hug laggs, especially MinimapIcons and HealthBars
    Probably one of your other plugins is very performance intense. Currently EliteBar is often the problem.

    8. The Hud and SlimTrade wont work together
    Slimtrade has the option to show a Config Button on the screen for easy configuration. If you disable the config button then the focus does not get stolen. (Thanks @Smartillian)

    Nothing worked
    Make a post with a detailed error description. Post the full error log (PoeHelper/Logs/Verbose-[date].log)
    -> Posts about problems which dont do this will be ignored by me.


    FAQ

    1. How can I support this project?
    The best way is to contribute as a developer.
    Other options are currently not available. My ExileApi fork will stay OpenSource and therefore completly free.

    2. Can you add Plugin xyz?
    You can do this yourself. Click on "PluginAutoUpdate" in the main menu (F12).
    After you added your plugins press close the main menu (press F12 again, thats important to save the changes) and afterwards restart the Hud.

    3. I want to learn to change offsets.
    The tools used mostly are Cheat Engine, ReClass.NET and potentially Ghidra. Get yourself familiar with at least one of the first 2 tools and try to comprehend some already updated offsets. The easiest example is the current/max life, mana and ES of a character.
    There are some tutorials on youtube which may help you understand the basics. Example: https://www.youtube.com/watch?v=YaFlh2pIKAg


    Plugin Developer

    When you are new you may want to check out the Github repository on "How to set up a developer version". This also describes how to add plugins into your developer version and compile them yourself.
    https://github.com/Queuete/ExileApi/...ster/README.md

    1. If you have any external dependencies, which are not included in ExileAPI, put them in a folder called "libs" in your source. This folder needs to be at the same level as your .csproj file.
    2. Static files (e.g. config or image files) either need to be generated in code (see Stashie) or placed in a folder which is copied by the updater.
    Possible folder names which are copied: Dependencies: "libs", "Libs", "lib", "Lib". Other static files: "settings", "Settings", "config", "Config", "images", "Images", "img", "Img", "static", "Static"

    To automate the process of adding your external dependencies you can use "(post) build events"
    In your Solution explorer right click the plugin project -> Proeperties -> Tab Build Events -> Post-build event command line.
    Example: copy "$(TargetDir)Dependency.dll" "$(ProjectDir)libs\Dependency.dll"

    https://docs.microsoft.com/de-de/vis...p?view=vs-2019

    Best Regards,
    Queuete
    Last edited by Queuete; 08-27-2022 at 05:06 PM.

    ExileAPI Release
  2. #2
    Aoooooooo's Avatar Active Member
    Reputation
    27
    Join Date
    Aug 2020
    Posts
    52
    Thanks G/R
    27/15
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Great Work

  3. Thanks Queuete (1 members gave Thanks to Aoooooooo for this useful post)
  4. #3
    Queuete's Avatar Elite User
    Reputation
    549
    Join Date
    Dec 2019
    Posts
    284
    Thanks G/R
    118/486
    Trade Feedback
    0 (0%)
    Mentioned
    47 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aoooooooo View Post
    Great Work
    Quite a few of the offset changes were from your pn, Thanks!

  5. #4
    miracle1's Avatar Active Member
    Reputation
    37
    Join Date
    Jun 2014
    Posts
    261
    Thanks G/R
    107/30
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Minimap icons works, flasks works(partially, using all charges at once). Thanks.
    Last edited by miracle1; 07-24-2021 at 05:15 AM.

  6. #5
    wolfis's Avatar Member
    Reputation
    5
    Join Date
    Mar 2018
    Posts
    57
    Thanks G/R
    4/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    erm so the trojan warning is a false positive?

  7. #6
    Senotin's Avatar Member
    Reputation
    2
    Join Date
    Oct 2017
    Posts
    23
    Thanks G/R
    61/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for your work, guys!

  8. #7
    wolfis's Avatar Member
    Reputation
    5
    Join Date
    Mar 2018
    Posts
    57
    Thanks G/R
    4/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    windows defender keeps trying to quarantine

  9. #8
    PinkiPan's Avatar Active Member

    Reputation
    55
    Join Date
    Jan 2008
    Posts
    491
    Thanks G/R
    0/4
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nvm .
    Last edited by PinkiPan; 07-24-2021 at 06:55 AM.

  10. #9
    DarKO19919's Avatar Member
    Reputation
    2
    Join Date
    Feb 2021
    Posts
    2
    Thanks G/R
    1/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Beast "craicic chimeral" and "craicic vassal" often shown in preload alert, but they are not on the map

  11. Thanks Queuete (1 members gave Thanks to DarKO19919 for this useful post)
  12. #10
    satbuster's Avatar Member
    Reputation
    11
    Join Date
    Oct 2017
    Posts
    69
    Thanks G/R
    19/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Radar and flasks work great for an initial release. Virus scanners, as usual, are suspicious of the loader.

    Many thanks as always. You're awesome.

  13. #11
    satbuster's Avatar Member
    Reputation
    11
    Join Date
    Oct 2017
    Posts
    69
    Thanks G/R
    19/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bummer that MineDetonator doesn't work yet

  14. #12
    Pff's Avatar Member
    Reputation
    1
    Join Date
    Jan 2020
    Posts
    13
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by satbuster View Post
    Radar and flasks work great for an initial release. Virus scanners, as usual, are suspicious of the loader.

    Many thanks as always. You're awesome.
    Radar? where and how

  15. #13
    Queuete's Avatar Elite User
    Reputation
    549
    Join Date
    Dec 2019
    Posts
    284
    Thanks G/R
    118/486
    Trade Feedback
    0 (0%)
    Mentioned
    47 Post(s)
    Tagged
    0 Thread(s)
    PreloadAlert and IconBuilder got an update.

    IconBuilder skipped quite a few entities -> not every monster had an icon on the map.

    For fellow plugin developers: Before the update IconBuilder used the EntityAdded method which makes totally sense. We only need to add an Icon to a entity once so this seems to be the right place. Sadly quiite often the entity is not "ready" when added to the EntityList. This results in errors when trying to read the entity which is skipped then.
    To combat this behaviour the builder now loops all entities and generates an icon if the entity currently has none. This is a lot more performance intense, therefore this is only done on every xth (settings, default = 10) tick.

    Originally Posted by DarKO19919 View Post
    Beast "craicic chimeral" and "craicic vassal" often shown in preload alert, but they are not on the map
    This should be fixed, thanks for the report.

    Originally Posted by Pff View Post
    Radar? where and how
    He probably is talking about MinimapIcons + IconsBuilder or Terrain. (All linked in the first post)

  16. Thanks levelmax, Senotin (2 members gave Thanks to Queuete for this useful post)
  17. #14
    pwndbymeh's Avatar Active Member
    Reputation
    27
    Join Date
    May 2010
    Posts
    175
    Thanks G/R
    18/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is copilot working for you guys?

  18. #15
    Queuete's Avatar Elite User
    Reputation
    549
    Join Date
    Dec 2019
    Posts
    284
    Thanks G/R
    118/486
    Trade Feedback
    0 (0%)
    Mentioned
    47 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wolfis View Post
    erm so the trojan warning is a false positive?
    Yes. There is no change compared to the 3.14 state. WindowsDefender and others potentially pick this up. The code is open source so if you dont trust my releases you can totally compile it yourself. (No offence taken if you decide to compile it yourself, trusting random guys from the internet usually is not the best idea and I am just one of them to you )

Page 1 of 72 1234551 ... LastLast

Similar Threads

  1. [Release] ExileAPI 3.14 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 532
    Last Post: 07-24-2021, 04:37 AM
  2. [Release] ExileAPI 3.13 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 606
    Last Post: 04-17-2021, 06:22 AM
  3. [Release] ExileAPI 3.12 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 492
    Last Post: 01-16-2021, 07:30 AM
  4. ExileAPI Fork 3.11 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 256
    Last Post: 09-20-2020, 02:49 PM
  5. ExileAPI Fork (with Release)
    By Queuete in forum PoE Bots and Programs
    Replies: 231
    Last Post: 06-22-2020, 05:19 PM
All times are GMT -5. The time now is 12:21 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search