0 of 0

File information

Last updated

Original upload

Created by

ZMods

Uploaded by

xxZxxMods

Virus scan

Safe to use

Tags for this mod

37 comments

  1. ASDAS12111
    ASDAS12111
    • member
    • 0 kudos
    it won't work because the enum is wrong.
    open main.lua. replace with below content:

    RegisterKeyBind(Key.LEFT_ARROW, {ModifierKey.CONTROL}, function()
        local PlayerController = FindFirstOf("PalPlayerController")
        local PalUtility = StaticFindObject("/Script/Pal.Default__PalUtility")
        PalUtility:SendSystemAnnounce(PlayerController, "All Fast Travel Points Unlocked...")

        ExecuteAsync(function()
            local PalLevelObjectUnlockableFastTravelPoints = FindAllOf("PalLevelObjectUnlockableFastTravelPoint")
            for Index, FastTravelPoint in pairs(PalLevelObjectUnlockableFastTravelPoints) do
                if not FastTravelPoint:IsUnlocked() then
                    FastTravelPoint.EnableRequestUnlock = true
                    FastTravelPoint.bUnlocked = true
                    FastTravelPoint:OnTriggerInteract(FindFirstOf("PalPlayerCharacter"), 26)
                    FastTravelPoint:OnCompleteSyncPlayer(FindFirstOf("PalPlayerState"))
                end
                local sec = tonumber(os.clock() + 1);
                while (os.clock() < sec) do
                end
            end
        end)
    end)
    1. GwGwGZ
      GwGwGZ
      • BANNED
      • 0 kudos
      ty works
    2. AleaD5
      AleaD5
      • member
      • 0 kudos
      fixed it. thank you
    3. Anonymoogs
      Anonymoogs
      • member
      • 0 kudos
      Huh. I tried this, but still no dice for me. Darn, this would be really convenient for my second playthrough.
    4. Swoosh90
      Swoosh90
      • supporter
      • 0 kudos
      tried this and it crashed
      still worked, had to do it twice to get the rest of them after first crash though
    5. Raizil05
      Raizil05
      • supporter
      • 0 kudos
      This just locked all my waypoints to grey and I can not teleport to any, nor can I activate them now...
      Talk about an accidental hardcore run lol
    6. poopbear24
      poopbear24
      • member
      • 0 kudos
      ty this worked for me!
    7. XxXNightWolfXxX
      XxXNightWolfXxX
      • member
      • 0 kudos
      I tried this, but it only unlocked the Mount Obsidian Waypoint and crashed my game upon returning to Title :/
  2. NovinhoDepressivo
    NovinhoDepressivo
    • member
    • 0 kudos
    crashes in co-op, gamepass version
  3. lochfolk
    lochfolk
    • member
    • 0 kudos
    is it working on feybreak?
    1. BrollyLSSJ
      BrollyLSSJ
      • member
      • 0 kudos
      Yes. In solo play it works without problems (give it some time to run through though) and in Co-Op, when I joined my brothers game, it also works but crashed the game for me on every new Teleport point so I had to rejoin after every new teleport point unlock. I am not sure if that was also the case in the past, because in the past I only used "Admin Engine" to unlock every waypoint, but that tool does not work anymore. 
  4. gimpxors
    gimpxors
    • member
    • 0 kudos
    It crashed my game twice. It doesn't seem like the delay is working, at least for me. I watched your video to see what it's suppose to look like and sure enough it was very noticeably slower than when I did it. 

    On a positive note, the third attempt, while still being giga fast, didn't crash my game lol.
  5. Kaneki9377
    Kaneki9377
    • member
    • 0 kudos
    It isn't working for me on Steam. Please help!
  6. FireboyR1
    FireboyR1
    • member
    • 0 kudos
    there is no pak file
  7. ilias1403
    ilias1403
    • member
    • 0 kudos
    How to remove mod?
  8. redlady2242
    redlady2242
    • member
    • 0 kudos
    There is no pak file in the download.
  9. LesterLikee
    LesterLikee
    • member
    • 1 kudos
    Can we use this on dedicated server?
    1. Scor9ion
      Scor9ion
      • member
      • 0 kudos
      Yes
    2. LesterLikee
      LesterLikee
      • member
      • 1 kudos
      That's great 👍
    3. MrMadmer
      MrMadmer
      • supporter
      • 10 kudos
      No, not working
    4. Scor9ion
      Scor9ion
      • member
      • 0 kudos
      I have no idea, it works for me.
    5. Xalandriel
      Xalandriel
      • supporter
      • 0 kudos
      If no Anti Cheat, yeah it works
      If there is a Anti Cheat, it will most probably kick you
      (However Always Fast Travel was working for me at least)
    6. fieriMalum
      fieriMalum
      • member
      • 0 kudos
      According the video in the description, you need an external download installed before this mod works (despite the mod listing no requirements).
  10. Dracotyr78
    Dracotyr78
    • member
    • 0 kudos
    No pak file included to put in LogicMods File? Unlock not activating upon hitting left control.
    1. Dracotyr78
      Dracotyr78
      • member
      • 0 kudos
      User error. Working correctly.