/northgard_advanced_hotkeys

Allows windows users to use hotkeys for the placement of buildings in the game Northgard, which by default is not possible.

Primary LanguageAutoHotkeyMIT LicenseMIT

Northgard Advanced Hotkeys

Join the chat at https://gitter.im/northgard_advanced_hotkeys/community

CONTENTS OF THIS FILE

👋 INTRODUCTION

tbd.

💻 REQUIREMENTS

The project depends on the Autohotkey scripting language, which only works under Windows operating systems.

If you don't plan on modifying any scripts yourself, you won't need to download Autohotkey.

🚀 INSTALLATION

tbd.

✏️ HOTKEYS

tbd.

💾 CUSTOMIZE

tbd.

🌱️ STRUCTURE

.
├── build                               # Current build of the script with the application to run as .exe
  └── northgard_advanced_hotkeys.exe
├── src                                 # src files where the magic happens, if you want to code yourself go here
  └── powershell                        # powershell scripts for the autohotkey configuration
    └── coordinates.ps1                 # prints the mouse coordinates in the powershell (rightclick -> Run with PowerShell)
  └── main.ahk                          # autohotkey main scripting file (entry point)
├── LICENSE                             # MIT, let's code together!
└── README.md                           # you are already reading it :p

🔨 BUILD

tbd.

😎 CONTRIBUTORS

Name Email Role
Nicolas Durant coding.durant@gmail.com Admin, Developer