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
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
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.luaadd 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!