Skip to content

fragoulin/LabCompass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

318 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LabCompass Github All Releases Donate by PayPal Become a Patreon

An overlay aiming to improve the quality of life when running labyrinths in Path of Exile.

Features

  1. Compass: While inside a lab, the overlay will display a live map of the current room showing the directions of contents and exits.
  2. Planner: You can view the entire map of a lab before entering it. With it, you can plan the route you decide to run, and the compass will guide you through the lab by showing the exit you will be taking.
  3. Timer: It starts when you open the labyrinth and stops when you kill Izaro. Currently does not guarantee to be consistent with the official ladder.
  4. Puzzle Solver: A handy tool to solve 8-switch puzzles.

System Requirements

  • Windows 7/8/10/11.
  • OpenGL 2.1 or higher. Update your graphics card drivers if you experience display issues.

Downloads

See the release section.

FAQ

Q: How does it work?

A: Every time you enter a new area, the client logs "You have entered XXXXXX." to Client.txt, which is used by LabCompass to determine your current location. LabCompass does not interact with the client in any ways other than that.

Q: Is it legal to use? Will my account get banned for it?

A: It's legal.

Q: Where can I get lab notes to import?

A: They are provided by poelab.com. The download links are right below the corresponding images. Make sure you grab the latest version every day!

Q: LabCompass window is always on the center of the screen with Wayland display

A: Wayland display forbid window positionning programmatically, by design. To fix this problem, you can use the following command to force LabCompass to use XCB client for X11 protocol:

QT_QPA_PLATFORM=xcb labcompass

Q: Hotkey to hide/show LabCompass window doesn't work on Wayland display

A: Wayland display forbid window visibility programmatically, by design. There is currently an issue opened on QHotkey library repo.

Q: Which languages are currently supported ?

A: Currently, LabCompass only works with english language. Your Path of Exile client must be configured with english language.

Build

After installing the latest version of Qt, run the following command to build:

cmake . -B build
cmake --build build --config release --target labcompass

Labcompass binary is located in build/runtime directory.

About

An overlay aiming to improve the quality of life when running labyrinths in Path of Exile.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages