Hades
0 of 0

File information

Last updated

Original upload

Created by

cgull

Uploaded by

cgu11

Virus scan

Safe to use

Tags for this mod

About this mod

This mod allows you to attempt fresh file runs (clearing in as few runs as possible), but starting with any aspect at any level, no Titan's Blood required!

Requirements
Permissions and credits
DISCLAIMER: This mod is still in development. Current features are as follows:

  • Start a new game file with any weapon aspect in the game, at any level!
  • Configurable via text file

Current drawbacks:
  • If you switch off of the weapon in the courtyard, you cannot re-equip it without dying, when it will be equipped again.
  • A save file created with this mod will have a line added to it to configure it in future runs. This line is not removed when the mod is uninstalled, though it does not affect anything in normal gameplay.

Future plans:
  • GUI upon startup to select aspect + level
  • Custom 4 god pool for first run

Installation Instructions/Requirements (WIP):

This mod requires the latest versions of ModImporter and ModUtil, both found on NexusMods in the Hades section. Installation details forthcoming, but those pages should have enough info to get you started.

Configuration Instructions 

To select the Weapon Aspect & Rarity/Level that you want to start your new files with, open AnyWeaponStart.lua in any text editor, and modify the config shown below:
local config = {
    StartingAspect = "SB4",
    StartingRarity = "Common"
}

Reference codes to use for Aspect and Rarity/Level appear below the config in the Lua file. Be sure that both codes are in quotes to make it a string.