colinswrath / Survival-Mode-Improved-SKSE

SKSE implementation of Survival Mode
GNU General Public License v3.0
14 stars 8 forks source link

Added disable fast travel #21

Closed colinswrath closed 2 years ago

colinswrath commented 2 years ago

Added functionality to disable fast travel. How it works: Hooks and calls the game function to disable fast travel whenever you open the map. It re-enables it to prevent issues with scripted fast travel events. It also hooks the function call when the game displays a "You cannot fast travel from here" and keeps that from showing when SM is enabled.