mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2025-12-12 02:56:36 +00:00
* Price checking does not work when using a gamepad(Ctrl+D) #452 Uses parts from #454 to fix the issue. Co-authored-by: lawrsp <7957003+lawrsp@users.noreply.github.com> * Fix tests :( * Fix magic rarity item name parse in "cmn-Hant" language (#460) * Fix magic rarity item name parse in "cmn-Hant" language * Add by translated when ref is null --------- Co-authored-by: kvan7 <kvan.valve@gmail.com> * chore: yarn to npm and add missing step (#461) * fix: update game config path for linux to poe2 * fix tests * fix: MacOS crash on startup (#428) * fix: MacOS crash on startup * update for windows/linux * move main app startup into function Mac calls that in async, other platforms proceed in sync. * [PoE2] - Relics broken again #444 * test prettier and add npm script * add format/lint support to main * Fix defineProps macro * Run speed v0.8.0 - Russian. #447 * fix negative gold * Merge branch 'Kvan7:master' into master * fix: app-ready fixing before we're ready * Merge branch 'dev' into pr/larssn/428 * should work? * Merge commit 'ab1c8bfa3a31b06da9cf18db0273f6a92e407bc5' into pr/larssn/428 * fix being lazy on the merge * fix: add executable bit to compilation script (#465) * Item Images (#472) * image data stuff * ignore lookup file * update testing * sort items * change sort ot be by refname * more code * working pulling * Fixes #456 Create script to request item's images from trade site #456 * Fixes #457 Update ImageFix to use new saved images before poe1 ones #457 * add images to items * Add Spear as item category * Add Flail as category * Add "goodness" from upstream * Fix #474 Tier # missing from some defense stats #474 * minor oops * remove error for waystones * Add a bunch of images to the docs * Extra widgets docs * Update chat commands links docs * add stash search docs * Item info docs page * more docs * Update bug-report.yml * Version bump * extra version bump --------- Co-authored-by: lawrsp <7957003+lawrsp@users.noreply.github.com> Co-authored-by: Seth Falco <seth@falco.fun> Co-authored-by: Amir Zarrinkafsh <nightah@me.com> Co-authored-by: Lars <890725+larssn@users.noreply.github.com>
73 lines
3.1 KiB
Markdown
73 lines
3.1 KiB
Markdown
---
|
|
title: FAQ
|
|
---
|
|
|
|
- **Where can I change settings, league?**
|
|
|
|
Open Path of Exile 2 and press overlay key `Shift + Space`. Click on the button with cog icon there.
|
|

|
|
|
|
- **Where can I find the logs?**
|
|
|
|
In the settings under the "Debug" tab.
|
|

|
|
|
|
- **Is this app approved by GGG? Can I get banned for using it?**
|
|
|
|
There are no approved apps created by community. If app complies with the [game ToS](https://www.pathofexile.com/legal/terms-of-use-and-privacy-policy), does one server action per button press
|
|
and doesn't interact with the game client itself (injecting into the process, changing the process memory aka cheats)
|
|
it can be considered safe.
|
|
|
|
If you get banned, the first action is to [Contact Support](https://www.pathofexile.com/support)
|
|
|
|
- **I want to `Ctrl + Scroll` stash tabs without zooming my character.**
|
|
|
|
You can disable "Mousewheel Zoom" in PoE settings (Options -> UI -> 3-rd check mark starting from the bottom)
|
|

|
|
|
|
Don't worry, you still can use keys
|
|

|
|
|
|
- **Will my language be supported?**
|
|
|
|
No plans to support other languages. I know Awakened PoE has Russian, but I don't have plans to add other languages since I am still fixing this to work with the new game.
|
|
|
|
- **I downloaded a zip with a bunch of files, but no .exe inside?**
|
|
|
|
You have downloaded the source code, download [here](/download)
|
|
|
|
- **I can't price check items in Divination Card stash tab.**\
|
|
**I can't price check rewards in Curio Display room (Heist Blueprints).**\
|
|
**I can't check modifiers of the maps proposed by Kirac.**
|
|
|
|
Yes, you can't. The game doesn't copy anything to clipboard when pressing `Ctrl + C` in these places.
|
|
And as mentioned in the [Quick Start](/quick-start), the whole thing how
|
|
app works based on text of item in clipboard.
|
|
|
|
Regarding Divination Card stash tab, you can use another 3rd-party apps that
|
|
price check your stash tabs (e.g. [poestack](https://poestack.com/))
|
|
|
|
- **What does the orange/red circle (next to the item's listed time) mean?**
|
|
|
|
It shows player's status: AFK/Offline respectively.
|
|
|
|
- **What does question mark (next to the item's price) mean?**
|
|
|
|
It's shown when item is priced using stash tab name instead of being individually priced.
|
|
|
|
The intention here is to make you aware that price is likely not real and is only so high because the item has been thrown in dump tab.
|
|
|
|
- **How do I disable auto-updates?**
|
|
|
|
This is possible by using the [command line flag](/cmd-flags).
|
|
|
|
- **Why does a sound play when I price check an item?**
|
|
|
|
Discord :( Change the default key for saving clips. By default it is `Alt + c` which is pressed by EE2 every time a price check happens.
|
|
|
|
- **Is exiledexchange2.com an official website?**
|
|
|
|
No, the only official website is <https://kvan7.github.io/Exiled-Exchange-2/> and the official github repo is <https://github.com/Kvan7/Exiled-Exchange-2>. Any other mirrors are not known to the developer, downloading from them may be unsafe or malicious.
|
|
|
|
- [Index Page](/index-page.md)
|