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

SpawnLocation

Allows Starting a run in a selected location from imgui menu

Date uploaded 3 days ago
Version 0.1.2
Download link JarlUlsfark-SpawnLocation-0.1.2.zip
Downloads 12
Dependency string JarlUlsfark-SpawnLocation-0.1.2

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

SpawnLocation

Allows Starting a Run in a chosen room using the imgui menu.

Features

  • Start a Run in a selected room

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.

Adding custom rooms

  • For modders who wish to add their own rooms into the mod.
  • In plugins/JarlUlsfark-SpawnLocation/data.lua add the exact name of your custom room into the one of the lists for it to be select-able in game.
  • If you add a whole new biome then add it as a list in a similar structure to other biomes in the file.

Known Issues

  • If the Starting room is not the first room in a Biome, the following room would be.
  • Selecting starting biome with incompatible Room / Biome causes the game to crash.

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.1.2 - 2026-08-03

  • Added End credits
  • Added Dream Run rooms
  • Added ZJ Erebus, Elysium, Asphodel rooms
  • Added ZJ Charon fight and sailing with Charon to Tartarus

0.1.1 - 2026-07-31

  • Adds Chaos rooms to Erebus
  • Add Ephyra hub room
  • Add Asphodel rooms to Oceanus
  • Add Elysium boss room to Tartarus
  • Adds partial Zagreus Journey support with rooms of
    • Tartarus H1
    • Styx
    • Greece
  • DEV: Remove print of all room list on run start
  • FIX: Thunderstore now links to the correct github

0.1.0 - 2026-07-31

  • Initial version of the mod

Added

  • First version of the mod!