Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.23 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.23 KB

AppIcon

GitHub OS GitHub release (latest by date and asset)

Requires OpenGL 4.4 to run.

Tool for mapping the Vault in Minecraft Vault Hunters mod pack

This program currently ONLY runs on Windows because of the use of the low-access keyboard hook for global keyboard inputs. At the moment do not know how to hook into it for Linux.

All info for use and details about the mapper are shown when the program is selected and F1 is held down.

All bound keyboard inputs except for help is global. Global keyboard input can be toggled on and off with specified keybindings.

Example

Compiling

Supported Compilers:

  • GCC 12.1
  • Any C++17 compilers

Required external libriaries:

  • GLFW3 Min Version: 3.3.2

Pre-included external libraries:

Release Notes

Version 1.0.0:

Initial Release