GameHelper: A light version of PoeHUD/Exile-Api menu

User Tag List

Page 82 of 351 FirstFirst ... 32787980818283848586132182 ... LastLast
Results 1,216 to 1,230 of 5265
  1. #1216
    OnurTest's Avatar Member
    Reputation
    2
    Join Date
    Jan 2021
    Posts
    44
    Thanks G/R
    22/1
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post

    EDIT: found the bug, fixed it. thx @OnurTest for posting the video explaining the issue.
    Thank you so much for fixes again sir but i think u ploaded wrong version It says ubuntu and i didnt see any .exe file. Cant open right now

    Edit: Anyway i just fixed my problem. Just downloaded the ubuntu version and took the exe file from the windows version. Now its working
    Last edited by OnurTest; 01-31-2022 at 05:27 PM.

    GameHelper: A light version of PoeHUD/Exile-Api
  2. #1217
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by OnurTest View Post
    Thank you so much for fixes again sir but i think u ploaded wrong version It says ubuntu and i didnt see any .exe file. Cant open right now

    Edit: Anyway i just fixed my problem. Just downloaded the ubuntu version and took the exe file from the windows version. Now its working
    re-uploaded.
    If I did not reply to you, it mean the question you are asking is stupid.

  3. Thanks OnurTest (1 members gave Thanks to GameHelper for this useful post)
  4. #1218
    datz's Avatar Active Member
    Reputation
    23
    Join Date
    Aug 2013
    Posts
    538
    Thanks G/R
    170/19
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    havent looked at an update for this since last league launch and u made this thread lol just updated and running The Desecrated Chambers the hud will randomly crash idk why but figured id let you know
    thanks again

  5. #1219
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by datz View Post
    havent looked at an update for this since last league launch and u made this thread lol just updated and running The Desecrated Chambers the hud will randomly crash idk why but figured id let you know
    thanks again
    Share the error.log file with me.
    If I did not reply to you, it mean the question you are asking is stupid.

  6. #1220
    guilhermera's Avatar Member
    Reputation
    2
    Join Date
    Sep 2019
    Posts
    21
    Thanks G/R
    28/0
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Is there something going on with Radar not showing names like waypoints, transitions, entrances etc?

    Also totems and tormented spirits not showing hp bar?

    * Edit1: I re-downloaded important_tgt_files and names seems to work now
    Last edited by guilhermera; 02-01-2022 at 05:13 AM.

  7. #1221
    GameAssist's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    98
    Join Date
    Apr 2010
    Posts
    349
    Thanks G/R
    55/83
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by guilhermera View Post
    Is there something going on with Radar not showing names like waypoints, transitions, entrances etc?
    the radar never showed any entity(like waypoints, transitions, entrances) text info, except for the names of the players, it seems.
    Obviously, you mean information that is taken from "important_tgt_files.txt" - just check its presence in the folder with the plugins: "your GO path"\Plugins\AutoHotKeyTrigger

  8. Thanks guilhermera (1 members gave Thanks to GameAssist for this useful post)
  9. #1222
    MPli's Avatar Member
    Reputation
    1
    Join Date
    Apr 2021
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i got the same problem, radar wouldnt show the names in important_tgt_files.txt anymore after recent update.

    is that only my problem?

    Edit: idk what happened, but it works perfectly rn.
    Last edited by MPli; 02-01-2022 at 09:38 AM.

  10. #1223
    madd123's Avatar Active Member
    Reputation
    22
    Join Date
    Jan 2018
    Posts
    46
    Thanks G/R
    14/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for this tool and another thanks for not encrypting dll with some shady shit, like many other people on non-opensource projects, so it even allows some developers write custom plugins for their own and use this as API.
    So I was messing around with it and my custom plugin and found out, that a lot of stuff marked as internal. Like for example whole utils for working with memory, or RemoteObjectBase has internal constructor, so if I want to check if entity has, for example WorldItem component, I can't inherit from RemoteObjectBase, need to do inherit from already existing component, since they are public.

    I understand, that you didn't mean this as api and i'm not demanding anything, just asking was there a reason for so many internals in memory work part and etc. I know, it can be easy bypassed by adding my assembly as friendly, but it requires to edit dll on each update. So hope one day there are will be less internals in your code.

    Thanks again for you hard work, will consider donation if tool will work on league start.

  11. #1224
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by madd123 View Post
    Thanks for this tool and another thanks for not encrypting dll with some shady shit, like many other people on non-opensource projects, so it even allows some developers write custom plugins for their own and use this as API.
    So I was messing around with it and my custom plugin and found out, that a lot of stuff marked as internal. Like for example whole utils for working with memory, or RemoteObjectBase has internal constructor, so if I want to check if entity has, for example WorldItem component, I can't inherit from RemoteObjectBase, need to do inherit from already existing component, since they are public.

    I understand, that you didn't mean this as api and i'm not demanding anything, just asking was there a reason for so many internals in memory work part and etc. I know, it can be easy bypassed by adding my assembly as friendly, but it requires to edit dll on each update. So hope one day there are will be less internals in your code.

    Thanks again for you hard work, will consider donation if tool will work on league start.
    Unlilke exileapi/poehud, the GameHelper doesn't allow plugins to read memory/create remote objects. This is a design decision. It gives certain benefits e.g. GH Core ensures that the memory is only read once, no matter how many plugin uses it. Also, GH Core ensures that the data it just read from the memory is always non-corrupted/up-to-date/already-parsed/ready once the plugin executes. makes plugin development a bit easy IMO (but that's just my personal preference).
    If I did not reply to you, it mean the question you are asking is stupid.

  12. Thanks armory236, madd123 (2 members gave Thanks to GameHelper for this useful post)
  13. #1225
    Keldonv7's Avatar Member
    Reputation
    3
    Join Date
    Feb 2013
    Posts
    75
    Thanks G/R
    1/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do u have any discord or anything so we could be notified when u will be able to push update on league launch?

  14. #1226
    arturino009's Avatar Contributor
    Reputation
    92
    Join Date
    Sep 2019
    Posts
    170
    Thanks G/R
    21/85
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Keldonv7 View Post
    Do u have any discord or anything so we could be notified when u will be able to push update on league launch?
    Probably just read this thread or a new one will be created

  15. #1227
    Keldonv7's Avatar Member
    Reputation
    3
    Join Date
    Feb 2013
    Posts
    75
    Thanks G/R
    1/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Theres no point in creating new thread and u need to actually manually check it out, last league i didnt even realized it was updated till i finished campaign. While getting ping on discord will let you know its up. I mean its fine either way, just asking Zaafar wont hurt.

  16. #1228
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    just check the first post (all linked files have version number on them) and compare it with what's running.
    gamehelper setting window title have version number on it as well. Hopefully in the future, we can implement auto-update feature.
    If I did not reply to you, it mean the question you are asking is stupid.

  17. #1229
    Joedkruse's Avatar Member
    Reputation
    1
    Join Date
    Dec 2021
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am a little confused by the original post. Will this tool require an update for 3.17 or will it be good to use exactly when the league starts?

  18. #1230
    cheatingeagle's Avatar ★ Elder ★
    Reputation
    1233
    Join Date
    Feb 2017
    Posts
    422
    Thanks G/R
    23/1080
    Trade Feedback
    8 (100%)
    Mentioned
    25 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by madd123 View Post
    Thanks for this tool and another thanks for not encrypting dll with some shady shit, like many other people on non-opensource projects, so it even allows some developers write custom plugins for their own and use this as API.
    So I was messing around with it and my custom plugin and found out, that a lot of stuff marked as internal. Like for example whole utils for working with memory, or RemoteObjectBase has internal constructor, so if I want to check if entity has, for example WorldItem component, I can't inherit from RemoteObjectBase, need to do inherit from already existing component, since they are public.

    I understand, that you didn't mean this as api and i'm not demanding anything, just asking was there a reason for so many internals in memory work part and etc. I know, it can be easy bypassed by adding my assembly as friendly, but it requires to edit dll on each update. So hope one day there are will be less internals in your code.

    Thanks again for you hard work, will consider donation if tool will work on league start.


    As an alternative to patching in the friend assembly, there's also Fody which allows a higher degree of manipulation, e.g. virtualizing all the methods/properties, which I use for unit-testing a project that has way too many classes to rewrite to be easily unit-testable.

  19. Thanks madd123 (1 members gave Thanks to cheatingeagle for this useful post)

Similar Threads

  1. "Light" Version of PoE HUD
    By deimudda69 in forum Path of Exile
    Replies: 41
    Last Post: 01-04-2020, 09:44 PM
  2. Replies: 34
    Last Post: 12-14-2019, 11:08 AM
  3. US version of TBC needed
    By Victor in forum World of Warcraft General
    Replies: 0
    Last Post: 01-16-2007, 05:08 AM
  4. Cracked version of Fraps?
    By Amedis in forum Community Chat
    Replies: 36
    Last Post: 12-04-2006, 12:00 AM
  5. new version of Studio
    By wrigley in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 12-02-2006, 06:35 PM
All times are GMT -5. The time now is 11:43 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search