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

User Tag List

Page 122 of 351 FirstFirst ... 2272118119120121122123124125126172222 ... LastLast
Results 1,816 to 1,830 of 5265
  1. #1816
    egerszu's Avatar Member
    Reputation
    1
    Join Date
    Apr 2018
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I must be missing some crucial step. I select the window, but there are no messages. It does not matter which window I choose. I also tried with Chrome.
    Logging is turned on, all message is selected.

    GameHelper: A light version of PoeHUD/Exile-Api
  2. #1817
    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 egerszu View Post
    I must be missing some crucial step. I select the window, but there are no messages. It does not matter which window I choose. I also tried with Chrome.
    Logging is turned on, all message is selected.
    get x64 version of that software.
    If I did not reply to you, it mean the question you are asking is stupid.

  3. #1818
    egerszu's Avatar Member
    Reputation
    1
    Join Date
    Apr 2018
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    get x64 version of that software.
    Thanks, got it working. Unfortunately, the controller did not produce any messages. I was able to see mouse and keyboard events.
    Is it possible, that it is communicating through some driver or something?

  4. #1819
    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 egerszu View Post
    Thanks, got it working. Unfortunately, the controller did not produce any messages. I was able to see mouse and keyboard events.
    Is it possible, that it is communicating through some driver or something?
    hmm, weird, no idea what else to do.

    maybe if I have a controller and also by using this: XINPUT_GAMEPAD (xinput.h) - Win32 apps | Microsoft Docs
    I can figure it out.


    I do have a concern why spy++ couldn't capture anything. Maybe, that means sending msges to POE wouldn't be enough.



    also, can Auto HotKey application do it? maybe if I can see how that application does it, I can also do it.


    EDIT: Looks like not something possible to do.
    Last edited by GameHelper; 03-16-2022 at 05:03 PM.
    If I did not reply to you, it mean the question you are asking is stupid.

  5. #1820
    egerszu's Avatar Member
    Reputation
    1
    Join Date
    Apr 2018
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    hmm, weird, no idea what else to do.

    maybe if I have a controller and also by using this: XINPUT_GAMEPAD (xinput.h) - Win32 apps | Microsoft Docs
    I can figure it out.


    I do have a concern why spy++ couldn't capture anything. Maybe, that means sending msges to POE wouldn't be enough.



    also, can Auto HotKey application do it? maybe if I can see how that application does it, I can also do it.


    EDIT: Looks like not something possible to do.
    I found this example: XInputEmu/XInputEmu at master . bearzly/XInputEmu . GitHub
    You can hook into the XInput and set states.
    There is an another solution to create a "virtual" gamepad and set states on that.

  6. #1821
    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 egerszu View Post
    I found this example: XInputEmu/XInputEmu at master . bearzly/XInputEmu . GitHub
    You can hook into the XInput and set states.
    There is an another solution to create a "virtual" gamepad and set states on that.
    hmm, I am not sure how bad that would be from detection point of view.
    If I did not reply to you, it mean the question you are asking is stupid.

  7. #1822
    thebbandit's Avatar Contributor
    Reputation
    243
    Join Date
    Feb 2010
    Posts
    427
    Thanks G/R
    23/204
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    XINPUT_KEYSTROKE (xinput.h) - Win32 apps | Microsoft Docs


    But the more I am looking into it, the more it seems that you are not given dll calls to adjust the xinput state for the controller attached, only the vibration levels. Everyone seems to be creating a virtual controller to do these things. An example in AHK
    Last edited by thebbandit; 03-16-2022 at 10:32 PM.
    WingmanReloaded: https://bandittech.github.io/WingmanReloaded

    Browse past issues, submit help request, new bug report or add a feature request: https://github.com/BanditTech/WingmanReloaded/issues

  8. Thanks GameHelper (1 members gave Thanks to thebbandit for this useful post)
  9. #1823
    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 thebbandit View Post
    XINPUT_KEYSTROKE (xinput.h) - Win32 apps | Microsoft Docs


    But the more I am looking into it, the more it seems that you are not given dll calls to adjust the xinput state for the controller attached, only the vibration levels. Everyone seems to be creating a virtual controller to do these things. An example in AHK
    Let me know if you find a way.
    If I did not reply to you, it mean the question you are asking is stupid.

  10. #1824
    AYAYA_go_bitch's Avatar Member
    Reputation
    1
    Join Date
    Jul 2020
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cant find the donation urls anymore. "Donations URLs are at the top of the software settings window." Is this when i press F12?
    pls help

  11. #1825
    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 AYAYA_go_bitch View Post
    Cant find the donation urls anymore. "Donations URLs are at the top of the software settings window." Is this when i press F12?
    pls help
    ops, i forgot to add it in the GH. will do it in the next update.


    EDIT: GameHelper updated, following are the changes

    - added donation url
    - Updated Radar plugin "Add new tgt tile/Add new POI" UX experience. Hopefully now anyone can do it. I hope someone can do it for labs/maps/etc etc. I am exhausted just by adding campaign areas.
    Last edited by GameHelper; 03-17-2022 at 03:11 PM.
    If I did not reply to you, it mean the question you are asking is stupid.

  12. Thanks Sychotix, thebbandit (2 members gave Thanks to GameHelper for this useful post)
  13. #1826
    setim's Avatar Member
    Reputation
    9
    Join Date
    Mar 2020
    Posts
    103
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have a try to use reWASD SW to remap the controller key, and it work for POE.
    Not sure whether it will help you or not.

  14. #1827
    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 setim View Post
    I have a try to use reWASD SW to remap the controller key, and it work for POE.
    Not sure whether it will help you or not.
    thx for the feedback, and no, that doesn't help much.
    If I did not reply to you, it mean the question you are asking is stupid.

  15. #1828
    mega2k0's Avatar Member
    Reputation
    13
    Join Date
    Jul 2016
    Posts
    125
    Thanks G/R
    15/12
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    how do i get rid of DELVE icon settings ? im deleting on settings.txt but aint working
    i don't want to do it 1 by 1
    please help

  16. #1829
    lamleial's Avatar Member
    Reputation
    12
    Join Date
    Nov 2020
    Posts
    20
    Thanks G/R
    6/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    unfortunately I do not have controller with me. The only way I can work on this feature is
    a: if I get a controller
    b: if someone (who has a controller) can record what digits goes into POE when controller buttons are pressed. you can do that by the use of Introducing Spy++ - Visual Studio (Windows) | Microsoft Docs software.

    let me know if someone can do that for me, otherwise, no controller support.
    Sending controller input is one of the most infuriating things you can do. The easiest way to do it is to use a virtual joystick. Something like GitHub - njz3/vJoy: Virtual Joystick

    Create a virtual device then set the state and call update().

  17. #1830
    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 mega2k0 View Post
    how do i get rid of DELVE icon settings ? im deleting on settings.txt but aint working
    i don't want to do it 1 by 1
    please help
    Any delve icon setting that you did can be deleted by deleting the config folder in the radar plugin folder.
    If I did not reply to you, it mean the question you are asking is stupid.

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 01:51 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