Skip to content

Strangorth/NewWorldMinimap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: I tried reaching out to AGS for their opinion. I will keep you posted on their answer.

CptWesley's Minimap

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.

Examples

Current Features

  • Render surroundings of the player (including resources).
  • Track the player.
  • Resizable window (great for full-screen usage on second monitor).

Planned Features

  • 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).

Known Issues

  • 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.

Usage

  • 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.

Licensing

The source code is fully MIT licensed. However, the binary distribution contains a statically linked Apache V2 licensed dependency (tesseract).

Contribution

Any help is welcome. Feel free to open issues or feature requests or create a pull request.

Note: I tried reaching out to AGS for their opinion. I will keep you posted on their answer.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%