DESCRIPTION
The EAT-411 Leveller sends one launcher per call-in. Its pod visibly has room for two. Every other expendable anti-tank stratagem in the game sends two at a time. This mod fills the pod's empty second slot, so a single call-in now delivers two Levellers.What the mod actually writes
64 bytes, once, into the game's already-loaded configuration data. It copies the Leveller's first attach slot into the empty second one, changing exactly two fields: the attach node (left → right) and the rack side (Left → Right).The result is byte-for-byte identical to the layout the game already ships for the EAT-17's second launcher — not a hand-tuned approximation, and nothing is invented.
No game files are modified, nothing is written to disk, no DLLs are injected, and no code is patched. Disabling the mod restores the original behaviour immediately.
Requirements
- Bingus Shared Loader v15 or newer (API 1) — required. This is an addon and will not load without it.
- HD2 Mod Manager or Arsenal to install.
- Tested and verified live on Steam build 24826606 / EXE 1.8.45317.0.
Installation
- Close Helldivers 2.
- Import the ZIP into HD2 Mod Manager or Arsenal.
- Enable it, and make sure Bingus Shared Loader is also enabled.
- Deploy, then launch the game normally.
Notes and limitations
- Client-side only. Helldivers 2 is peer-to-peer and partly host-authoritative. The second launcher is created on your machine, so other players may not see it, and picking it up may not behave identically for them. Host the lobby yourself for the most predictable results.
- Verified in solo play. Not tested in multiplayer.
- Only the Leveller changes. Every other stratagem — including the EAT-17 and EAT-700, which already carry two — is untouched, and the addon verifies this after writing.
- Game updates will break it. Type hashes, table sizes and rack layout change between builds. When that happens the mod fails safely (writes nothing, logs why) rather than corrupting data, and will need an update.
- No new assets. The second launcher reuses the Leveller's existing model and data.
Uninstall
Disable the mod in your manager and Purge. All changes live in memory only, so the original behaviour returns immediately. Nothing needs to be cleaned up.Disclaimer
This is an unofficial, fan-made modification. It is not affiliated with, endorsed by, or supported by Arrowhead Game Studios, Sony, or the Helldivers 2 development team.Use at your own risk. This mod modifies game process memory while the game is running. Helldivers 2 ships with an anti-cheat solution, and while this mod only writes to the game's own loaded configuration data — it does not inject code, patch executables, or touch anything outside the game process — I cannot guarantee that no anti-cheat or account action will ever result. Please decide whether you are comfortable with that before installing.
Single-player and friends-only use is recommended. Do not use this to gain an unfair advantage over other players in public games — that is not what it is for.
The author accepts no liability for any ban, lost account, corrupted installation, or other damage arising from the use of this mod.
Credits
- Bingus Shared Loader by CowboyBingus — the addon framework this depends on.
- Stratagem data cross-checked against the Helldivers Wiki.
- Built with the file-format research of the Helldivers 2 modding community.