ExileAPI Plugin Auto Update menu

User Tag List

Results 1 to 3 of 3
  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 Plugin Auto Update

    Hello community,

    the latest version in my ExileAPI fork ships with a plugin AutoUpdate feature. This thread is meant to provide a "Guide" for using this feature and for plugin developers who want to make sure their plugin is compatible.


    USER:
    1. Download the latest Release from my ExileAPI fork: Releases . Queuete/ExileApi . GitHub
    2. The currently used AutoUpdate settings can be seen in the "PluginAutoUpdate" Tab in the HUD main settings (press f12). Furthermore you can deactivate the whole feature or the update process for single plugins in there. The configuration for existing plugins can be changed here (expecially the github url, if you like to use a different fork of the same plugin)
    3. Adding a Plugin is currently not supported in the settings menu (this will most likely change in the future). Therefore you need to edit the updateSettings.json file. To add a new plugin simply copy the configuration of one of the existing plugins, adapt it and add it to your list. The file needs to be in valid JSON format, this can be checked here: JSONLint - The JSON Validator
    One regular mistake is having a trailing "," at the end of the list. The list needs to end WITHOUT a ","!

    When you want to change a plugin URL you may need to delete the folder in the Source and Compiled folder.

    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.

    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.

    I want to keep a list with (working) plugins here aswell, if you look for ideas you may find them here:
    - DevTree, GitHub - Queuete/DevTree: Plugin vor ExileApi. Base taken from https://github.com/Qvin0000/ExileApiPlugins
    - HealthBars, GitHub - Queuete/HealthBars
    - MinimapIcons, GitHub - Queuete/MinimapIcons: Plugin vor ExileApi. Base taken from https://github.com/Qvin0000/ExileApiPlugins
    - IconsBuilder, https://github.com/Queuete/IconsBuilder
    - Stashie, https://github.com/Craere/Stashie
    - BuffUtil, https://github.com/Queuete/BuffUtil
    - BasicFlaskRoutine, https://github.com/Queuete/BasicFlaskRoutine
    - AutoQuit, https://github.com/Queuete/AutoQuit
    - PreloadAlert, https://github.com/Queuete/PreloadAlert
    - DeliriumSpawnerHighlight, https://github.com/Queuete/DeliriumSpawnerHighlight
    - PickIt, (my simplyfied version)https://github.com/Queuete/PickIt, https://github.com/DetectiveSquirrel/Pickit
    - HighlightedItems https://github.com/ravand1990/HighlightedItems


    PLUGIN DEVELOPER:
    When you are new you may want to check out the Github repository on "How to set up a developer version" this will currently ship with a bunch of plugins in which you can see how plugins are handled.
    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


    Feel free to add information on Plugins in the thread, for example if you want them added to the list or they are not working (yet) with the update feature. If you are the "original owner" of one of the listed plugins and want your repository added to the list please reach out to me.

    Best Regards,
    Queuete
    Last edited by Queuete; 04-17-2020 at 04:12 AM.

    ExileAPI Plugin Auto Update
  2. Thanks poemain01, noneyatemp (2 members gave Thanks to Queuete for this useful post)
  3. #2
    piggottrichard's Avatar Member
    Reputation
    2
    Join Date
    Jul 2011
    Posts
    59
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i think this is a great addition to the base HUD could you also include pickit please

  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 piggottrichard View Post
    i think this is a great addition to the base HUD could you also include pickit please
    You can definitly add my simplyfied version of it without any problems: GitHub - Queuete/Pickit. On how to add it see "USER 3." in the first post.
    This version always picks up everything. IngameItem filters do the "heavy lifting" on deciding which items to pick and they are way easier and better to customize. If you really want the full version it should work aswell, but I have not tried it this is the repository: GitHub - DetectiveSquirrel/Pickit

Similar Threads

  1. Best Wow Realmlist Changer (+ Auto Update)
    By Sikas in forum WoW EMU Programs
    Replies: 1
    Last Post: 01-09-2012, 06:26 AM
  2. ComputerShutdown (+ Auto Update)
    By 8803286 in forum Programming
    Replies: 1
    Last Post: 08-23-2011, 08:13 PM
  3. How to make an auto updater! For noobs :)
    By EmiloZ in forum Programming
    Replies: 4
    Last Post: 03-27-2009, 03:54 PM
  4. [Question] Zygor auto update?
    By svampus in forum World of Warcraft General
    Replies: 0
    Last Post: 02-20-2009, 09:53 PM
  5. Auto Update of WoW
    By StefanSon in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 02-13-2008, 05:08 PM
All times are GMT -5. The time now is 04:30 PM. 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