Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.0.1.0
Fixed not being able to fast travel to not discovered points.
Version 1.0.0.9
Removed ExecuteAsync().
Version 1.0.0.8
Changed worldmapUIMaskClearSize to 36.0.
Version 1.0.0.7
Changed worldmapUIMaskClearSize to 20000 because 999999 caused crashes for some people (credits to higorxd).
Version 1.0.0.6
Optimizations.
Version 1.0.0.5
The fast travel point icons remain gray until you unlock them, just like in the vanilla game. Updated the description!
Version 1.0.0.4
Fixed rehooking on mount/dismount.
Version 1.0.0.3
Hotfix re-upload (fixed typo). Refactored code to make changing worldmapUIMaskClearSize easier.
Version 1.0.0.2
Refactored code to make changing worldmapUIMaskClearSize easier.
Version 1.0.0.1
Now unlocks the map and its icons (fast travel, towers, bosses).
Fast travel from anywhere. Can fast travel to fast travel points, towers and base camps from anywhere.
The fast travel point icons will remain gray until you unlock them, just like in the vanilla game, but you can teleport to them even before unlocking them.
Notes
You can remove all the fog of war from the map, but it can't be reversed without loading an unaffected backup. To customize this you can open main.lua with Notepad to find:
-- Settings
-- Amount of fog of war to clear while exploring worldmapUIMaskClearSize = 36.0 -- Default value 36.0. Using 20000.0 unlocks the whole map instantly.
This parameter affects the amount of fog of war that is cleared up when exploring. Using a high value like 20000.0 will instantly clear the map. You can use a smaller value closer to the default if you still want to have some fog of war. If you don't care about this feature, then you can set it to its default value 36.0.
Drop its folder in \Palword\Pal\Binaries\Win64\ue4ss\Mods.
Credits
Credits to Yangff and their mod AlwaysFastTravel since they did it first. So before I started working on this I made sure to check if there was a fast travel mod already made but it didn't come up when searching for it. Our mods do a couple of things differently but I suggest you check their mod out as well.