SpawnEnemy
Allows spawning enemies from imgui menu
| Date uploaded | a week ago |
| Version | 0.2.2 |
| Download link | JarlUlsfark-SpawnEnemy-0.2.2.zip |
| Downloads | 15 |
| Dependency string | JarlUlsfark-SpawnEnemy-0.2.2 |
This mod requires the following mods to function
LuaENVY-ENVY
A plugin to allow ReturnOfModding plugins greater control of their environment.
Preferred version: 1.2.0SGG_Modding-ReLoad
Provides helpers for managing hot reloading and waiting for the right time to load
Preferred version: 1.0.2SGG_Modding-ModUtil
Utility mod for mod interactions within lua for SGG's games
Preferred version: 4.0.1README
SpawnEnemy
Allows spawning basic enemies using the imgui menu.
Features
- Spawn friends
- Spawn foes
- Spawn bosses
- Stop time
Installation
Use r2modman by ebkr from Thunderstore or GitHub.
While the mod has been tested decently well it is recommended to backup your save from %USERPROFILE%\Saved Games\Hades II\Profile*.sav in case there are issues.
Known Issues
- Biome Bosses are idle when summoned not in a run
- Some bosses may have issues during their phase transitions
- Freezing time also slows down openning of menus! Unfreeze before menus to avoid a softlock!
Issues
Report any issues on the mod github or Hades Modding discord
CHANGELOG
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
0.2.3 - 2026-06-27
- Added sheeps to enemy list
0.2.2 - 2026-06-21
- Updated Enemy list
- miniboss minions
- more minibosses
- Zagreus
- Loading Zagreus and house packages with tartarus
0.2.1 - 2026-05-20
- Added bosses, Furies, Charybdhis, Minotaur, Charon
0.2.0 - 2026-05-19
- Fix some Zagreus Journey enemies names were matching H2 enemies.
- Added buttons to stop and resume time.
- Added the ability to spawn bosses
0.1.1 - 2026-05-18
- Added Zagreus Journey compatability
- Added Elites
- Fix enemies spawn without textures
0.1.0 - 2026-05-18
- Initial version of the mod
Added
- First version of the mod!