You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to play Spire with Friends, and change some starting conditions. SwF uses custom blights for the co-op "relics", and I'd like to be able to add those using the dev console. Unfortunately while the relic add command uses a relic list BaseMod the blight add command uses BlightHelper.getBlight(). I assume it can be overridden with a patch (I'm new to modding StS) but then different mods would conflict with each other.
I guess the overall feature request would be to add a custom blight list like the custom relic list in BaseMod and patch BlightHelper to use that instead, if possible.
The text was updated successfully, but these errors were encountered:
I'm trying to play Spire with Friends, and change some starting conditions. SwF uses custom blights for the co-op "relics", and I'd like to be able to add those using the dev console. Unfortunately while the
relic add
command uses a relic listBaseMod
theblight add
command usesBlightHelper.getBlight()
. I assume it can be overridden with a patch (I'm new to modding StS) but then different mods would conflict with each other.I guess the overall feature request would be to add a custom blight list like the custom relic list in
BaseMod
and patchBlightHelper
to use that instead, if possible.The text was updated successfully, but these errors were encountered: