PoE-TradeMacro / POE-TradeMacro

Price checking script for Path of Exile.
https://poe-trademacro.github.io/
GNU General Public License v3.0
938 stars 189 forks source link

GFN Support #1145

Open Kazakhstanugrozhayetnambombardirovkoy opened 4 years ago

Kazakhstanugrozhayetnambombardirovkoy commented 4 years ago

Hello, will there be support for GFN?

As far as i know, all it takes is just to add a new group with process name.

MaelKoT commented 4 years ago

Here is the +- solution (from ru poe forum https://ru.pathofexile.com/forum/view-thread/2426220/page/98#p22764251)

  1. U need to delete or comment all "IfWinActive, ahk_group PoEWindowGrp" strings in resources\ahk\POE-ItemInfo.ahk and resources\ahk\TradeMacro.ahk
  2. Go to resources\ahk\Merge_TradeMacro.ahk and delete string №87 addMacros := "nr#IfWinActive ahk_group PoEWindowGrp" . "nrnr" . addMacros . "nrnr"

    In Geforce Now

  3. Open Steam Overlay (shift+tab) in game
  4. Friends & Chat > Create a group chat only with themself
  5. and open steam on PC too

Then, if you wanna check item:

  1. Mouseover item, Ctrl+C. (GNOW)
  2. Shift+Tab, go to your group chat, Ctrl+V. (GNOW)
  3. Alt+Tab to PC, go to steam group chat, Ctrl+C all item text. (PC)
  4. Than you can find item price with Alt+D ot Alt+Shift+D. (PC)

Sorry for my english, i just trying to help.