Minimap for Amazon's New World. The application takes screenshots of your desktop and performing Optical Character Recognition (OCR) to detect your position on the world map. It then utilizes data obtained from StudioLoot's New World Interactive Map to render all objects of interest around the player. The application DOES NOT actively interact with the game window itself. It DOES NOT inject itself. It DOES NOT read out memory. It DOES NOT feed input into the game. It ONLY takes screenshots of your screen.
- Render surroundings of the player (including resources).
- Track the player.
- Resizable window (great for full-screen usage on second monitor).
- Better OCR results.
- More (nicer) icons.
- Allow overlaying (always-on-top) flag.
- Support instances where game is running on different monitor than primary monitor.
- Enable/disable certain icons (and other configuration option).
- The Optical Character Recognition (OCR) algorithm is not perfect so it sometimes jumps a bit.
- Position accuracy results may vary based on your graphics settings of the game (only tested on default brightness/gamma on 1080p monitor).
- Currently it only works if the game is running on your primary monitor.
- Download the latest version found on the Download page.
- Unzip the
.zip
. - Run the application (the
.exe
file). - Enable the option 'Show FPS' in-game.
The source code is fully MIT licensed. However, the binary distribution contains a statically linked Apache V2 licensed dependency (tesseract).
Any help is welcome. Feel free to open issues or feature requests or create a pull request.