Skip to main content

Helldivers 2 macros

Project description

Helldivers2 Stratagem Macro

This is software for macroing stratagem inputs in Helldivers2.

Windows only.

Please note: This project makes no efforts to hide itself, evade detection, or circumvent any anti-cheat measures. If you use this software in Helldivers 2, there is no guarantee of any kind that you will not be banned. Use at your own risk.

Installation

Prerequisite: this requires that you have autohotkey installed in a default location. Python users may use pip install ahk[binary] to satisfy this requirement.

Binary downloads

Check the releases page for traditional windows setup install or zip download. This is the preferred method for end-users who are not Python developers.

With pip

For Python developers, you can also install using pip

pip install hd2_macros

In this method, you will need to launch using python -m hd2_macros and the config.toml is expected to be in the present working directory.

Usage

The short version is:

  1. Configure your hotkeys using the config.toml file
  2. Run the program with helldivers2
  3. When you trigger one of your configured hotkeys, a short delay (hotkey_start_delay) will occur -- enough time for you to make sure you have your stratagem menu up -- and the program will enter the WASD inputs for the associated stratagem.

Configuration

In the installation directory (or the current working directory for pip install users) use the config.toml file to configure your hotkey loadouts.

# General settings apply for all loadouts
[general]
# How long to wait for the helldivers window before exiting
win_wait = 120


# Delay in seconds between when the hotkey pressed and beginning of WASD inputs
# Intended to allow you enough time to ensure the strategem menu is up and ready for input
hotkey_start_delay = 1.0

log_level = "DEBUG" # Change logging verbosity (valid values are "DEBUG", "INFO", "WARNING", "ERROR")

# Hide the system tray icon for the application
no_tray_icon = false

# Define a hotkey that can be used to stop the program
# By default, bound to Windows key + Q
exit_hotkey = "#q"



# A Loadout provides a mapping of Strategems to hotkeys. Each loadout specifies a hotkey used to switch to that loadout.
# For hotkey/modifiers syntax, see https://www.autohotkey.com/docs/v2/Hotkeys.htm and https://www.autohotkey.com/docs/v2/KeyList.htm

# The default loadout is the loadout used at program starts
[ default_loadout ]
switch_hotkey = "#1"  # press Win+1 to load this loadout
[ default_loadout.hotkeys ]
# Maps the orbital precision strike strategem to "Windows key + n"
# All stratagem names are lowercase
"orbital precision strike" = "#n"

# Add separate sets of loadouts using `[ loadouts.<NAME> ]`
[ loadouts.secondary ]
switch_hotkey = "#2" # press Win+2 to load this loadout
[ loadouts.secondary.hotkeys ]
"orbital precision strike" = "#b"
"mortar sentry" = "#s"
"eagle cluster bomb" = "#c"

# You can add as many loadouts as you want.
# ...

Stratagem list

  • heavy machine gun
  • quasar cannon
  • resupply
  • orbital illumination flare
  • hellbomb
  • reinforce
  • machine gun
  • anti-material rifle
  • stalwart
  • expendable anti-tank
  • recoilless rifle
  • flamethrower
  • autocannon
  • railgun
  • spear
  • eagle strafing run
  • eagle airstrike
  • eagle cluster bomb
  • eagle napalm airstrike
  • jump pack
  • eagle smoke strike
  • eagle 110mm rocket pods
  • eagle 500kg bomb
  • orbital gatling barrage
  • orbital airburst strike
  • orbital 120mm he barrage
  • orbital walking barrage
  • orbital 380mm he barrage
  • orbital lasers
  • orbital railcannon strike
  • orbital precision strike
  • orbital gas strike
  • orbital ems strike
  • orbital smoke strike
  • hmg emplacement
  • shield generation relay
  • tesla tower
  • machine gun sentry
  • gatling sentry
  • mortar sentry
  • guard dog
  • autocannon sentry
  • rocket sentry
  • ems mortar sentry
  • anti-personnel minefield
  • supply pack
  • grenade launcher
  • laser cannon
  • incendiary mines
  • guard dog rover
  • ballistic shield backpack
  • arc thrower
  • shield generator pack
  • patriot exosuit

See also: constants.py for input mappings.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hd2_macros-1.1.3.tar.gz (9.0 kB view details)

Uploaded Source

Built Distribution

hd2_macros-1.1.3-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

Details for the file hd2_macros-1.1.3.tar.gz.

File metadata

  • Download URL: hd2_macros-1.1.3.tar.gz
  • Upload date:
  • Size: 9.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for hd2_macros-1.1.3.tar.gz
Algorithm Hash digest
SHA256 47366cc4c1719b0a2a1742d3018109af0c262ac91366c387c944432069de8749
MD5 13045a62e43777de6f0bbc8c810bdb40
BLAKE2b-256 190595c1c7e5522f14b42ac44f4b53736c19490b31f92c2e799b6f6131b5f204

See more details on using hashes here.

File details

Details for the file hd2_macros-1.1.3-py3-none-any.whl.

File metadata

  • Download URL: hd2_macros-1.1.3-py3-none-any.whl
  • Upload date:
  • Size: 9.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for hd2_macros-1.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 4ffe7be22b08161b752e28d43c329b8c4cd692072a5c7566a75bd7dad98e09bc
MD5 f234f1170e6f14463d447dff60f2a285
BLAKE2b-256 2a381c7b951d06d529c1faedf4bfc496d8aab35d20c5387f9320c6ee41370371

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page