You are viewing a potentially older version of this package. View all versions.
JarlUlsfark-SpawnEnemy-0.2.3 icon

SpawnEnemy

Allows spawning enemies from imgui menu

Date uploaded 3 days ago
Version 0.2.3
Download link JarlUlsfark-SpawnEnemy-0.2.3.zip
Downloads 14
Dependency string JarlUlsfark-SpawnEnemy-0.2.3

This mod requires the following mods to function

Hell2Modding-Hell2Modding-1.0.70 icon
Hell2Modding-Hell2Modding

Lua Mod Loader for Hades 2

Preferred version: 1.0.70
LuaENVY-ENVY-1.2.0 icon
LuaENVY-ENVY

A plugin to allow ReturnOfModding plugins greater control of their environment.

Preferred version: 1.2.0
SGG_Modding-Chalk-2.1.1 icon
SGG_Modding-Chalk

System for handling config files in ReturnOfModding

Preferred version: 2.1.1
SGG_Modding-ReLoad-1.0.2 icon
SGG_Modding-ReLoad

Provides helpers for managing hot reloading and waiting for the right time to load

Preferred version: 1.0.2
SGG_Modding-SJSON-1.0.0 icon
SGG_Modding-SJSON

A plugin for handling .sjson files in ReturnOfModding.

Preferred version: 1.0.0
SGG_Modding-ModUtil-4.0.1 icon
SGG_Modding-ModUtil

Utility mod for mod interactions within lua for SGG's games

Preferred version: 4.0.1

README

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.4 - 2026-06-30

  • Fix Loading BiomeQEnding package properly

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!