Skip to content

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

License

Notifications You must be signed in to change notification settings

gitter-badger/northgard_advanced_hotkeys

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Northgard Advanced Hotkeys

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • AutoHotkey 59.1%
  • HTML 39.9%
  • Other 1.0%