Hi! How do I make a patch for Sunhelm instead of the "No Fast Travel" mod? I've been dying to patch that mod with LOTD dev aveza and wizarding travel magic but I just don't know how...
I haven't played with sunhelm in a while so I don't know how it handles fast travel. No Fast Travel disables fast travel dynamically via a script. I just added some conditionals depending on the mod. For instance LotD sets a global variable when you use the dev aveza, I check if it is set and block No Fast Travel from disabling fast travel. Maybe something similar can be done for sunhelm.
Alternatively you could try enabling fast travel in sunhelms MCM and use No Fast Travel with this mod instead, more of a convoluted workaround but it's what I use with Survival Mode Improved since that mod otherwise disables fast travel through it's skse plugin and provides no function to enable it ingame via a script as far as I can tell.
6 comments
No Fast Travel disables fast travel dynamically via a script. I just added some conditionals depending on the mod.
For instance LotD sets a global variable when you use the dev aveza, I check if it is set and block No Fast Travel from disabling fast travel. Maybe something similar can be done for sunhelm.
Alternatively you could try enabling fast travel in sunhelms MCM and use No Fast Travel with this mod instead, more of a convoluted workaround but it's what I use with Survival Mode Improved since that mod otherwise disables fast travel through it's skse plugin and provides no function to enable it ingame via a script as far as I can tell.