All Guides Location Unlocked
This mod modifies the Guides config files to change the fast travel location restriction to only be monetary instead of triggers from quests and such.
This mod enables you to move more freely around without having to go to key settlements to fast travel there.
I modified the condition of the guides config file to only be monetary instead of default condition (Quests, discovered, etc);
ConditionType = EQuestConditionType::GlobalVariable -> ConditionType = EQuestConditionType::FastTravelMoney
ConditionComparance = EConditionComparance::Equal -> EConditionComparance::GreaterOrEqual
Things you should know:
– Shouldn’t cause any issue with Fast Travel Price mod (currently using it).
– The last dialog to accept the fast travel has missing text (I need to map the dialog ID and such, might take a while).