3 items

File information

Last updated

Original upload

Created by

yakuzadeso

Uploaded by

yakuzadeso

Virus scan

Safe to use

167 comments

  1. yakuzadeso
    yakuzadeso
    • premium
    • 480 kudos
    Locked
    Sticky
    If you need help don't hesitate to ask in the official discord server: Invite for Cyberpunk Modding discord server

    Common troubleshooting

    Read the description and pinned comments of the dependencies.
    Uninstall and reinstall dependencies.
    Reinstall the mod.
    Delete the files inside Cyberpunk 2077\r6\cache\modded. They will be re-generated on next launch.
    Verify game integrity.
    ________________________________________________________________________________________________________________________________________________

    Log files
    RedPrelauncher should prompt you to open its log file if there are any issues.
    \Cyberpunk 2077\r6\logs\redscript_rCURRENT.log
    \Cyberpunk 2077\r6\logs\cybercmd_rCURRENT.log

    If you have any issues related to the mod you can share the contents of your log files in your comment/bug report. You can even upload them to Pastebin.com and share the link instead.
  2. asdfnm01
    asdfnm01
    • member
    • 5 kudos
    Locked
    Sticky
    Works on v2.1
  3. Indigo19
    Indigo19
    • member
    • 0 kudos
    This isn't compatible with GTA travel mod nothing happens after U hold it would B cool if it was 
  4. butulia
    butulia
    • member
    • 1 kudos
    "fast travel to any map" works on v2.2
    1. TheFoxSir
      TheFoxSir
      • member
      • 0 kudos
      thanks
    2. Duckkoo2341
      Duckkoo2341
      • supporter
      • 0 kudos
      Thank youuu
  5. silvantez
    silvantez
    • premium
    • 0 kudos
    I just want to say thank you so much for this mod. It save me a huge amount of pain due to some odd bug that wouldn't load the game after using fast travel points. Now I can zip to where I need to go with zero worries! Excellent!
  6. D3rrin02
    D3rrin02
    • premium
    • 0 kudos
    Would this work with GTA fast travel? It's a mod that replaces the loading screen with a GTA V style zoom out.
    1. MrLarzuk
      MrLarzuk
      • member
      • 0 kudos
      Works fine for me after i changed settings on cyber engine tweaks, on the misc settings in GTA Travel, from fast travel points to fast travel points to anywhere to fast travel points.
  7. Osuirof
    Osuirof
    • member
    • 13 kudos
    Either the ability to fast travel "everywhere", was scrapped by CDPR, or the author spend many hours, adding that option to every marker.
    Big thanks to you either way.

    As indicated, sometimes you may get stuck inside a wall, or vendor. Use some fly\no clip mod for best results.

    2.13 PL compatible.
  8. selfcontained55
    selfcontained55
    • member
    • 2 kudos
    this mod is not working either...insane we only have ONE teleporting mod in such a big game and it doesnt even work, such a waste
    1. yakuzadeso
      yakuzadeso
      • premium
      • 480 kudos
      As I've already said the mod worked fine last time I checked and I just checked again with fast travel to any map pin and it is working fine still. There was no game update that would break the mod for a long time and neither an update to redscript. Are you maybe using Fast Travel to Apartment?
    2. ComedownMach1ne
      ComedownMach1ne
      • member
      • 0 kudos
      make sure you're not in a vehicle if you missed the other comments. that's why it wasn't working for me.
  9. MIKE20160236
    MIKE20160236
    • premium
    • 19 kudos
    does this mod still works ?
    1. yakuzadeso
      yakuzadeso
      • premium
      • 480 kudos
      Should be.
    2. MIKE20160236
      MIKE20160236
      • premium
      • 19 kudos
      nvm , stupid me 
      this mod conflicted with Fast Travel to Apartment
    3. noborudesu
      noborudesu
      • premium
      • 150 kudos
      Sorry yakuzadeso. It seems that Fast Travel to Apartment MOD is conflicting.
      If you don't mind, could you give your mod a module name?

      Then I can disable ReplaceMethod in my mod:
      @if(!ModuleExists("YourMod_ModuleName"))
      @replaceMethod(WorldMapMenuGameController)
      private final func FastTravel() -> Void {

      @if(!ModuleExists("YourMod_ModuleName"))
      @replaceMethod(WorldMapMenuGameController)
      private final func TryFastTravel() -> Void {

      With this change your mod should work.
      The behavior of my mod will change slightly, but I don't think it will cause any major problems.

      If there's a problem please ignore this. Thank you.
    4. yakuzadeso
      yakuzadeso
      • premium
      • 480 kudos
      Hey noborudesu! Would something like "module FastTravelFromAnywhereToAnyMapPin" work?
    5. noborudesu
      noborudesu
      • premium
      • 150 kudos
      Yes, no problem. Thank you for quick reply.
    6. yakuzadeso
      yakuzadeso
      • premium
      • 480 kudos
      Thank you for the tip! The names I used are "FastTravelFromAnywhereToAnyMapPin" and "FastTravelFromAnywhereToAnyFastTravelPoint".

      Oh and btw I used this based on your code for FastTravelFromAnywhereToAnyFastTravelPoint:

      @wrapMethod(WorldMapTooltipController)
      public func SetData(const data: script_ref<WorldMapTooltipData>, menu: ref<WorldMapMenuGameController>) -> Void {
          wrappedMethod(data, menu);
          inkWidgetRef.SetVisible(this.m_inputInteractContainer, Deref(data).fastTravelEnabled);
      }

      Hope it won't cause any issues. I've also credited you in the description.
    7. noborudesu
      noborudesu
      • premium
      • 150 kudos
      Added compatibility with "Fast Travel from anywhere to everywhere - Redscript" to "Fast Travel to Apartment".
      Thank you for your assistance.

      As for the tooltip, both mods call the wrappedMethod so I don't think there will be any issues.
    8. MIKE20160236
      MIKE20160236
      • premium
      • 19 kudos
      thank you i will try the update 
  10. mrtrex9532
    mrtrex9532
    • member
    • 1 kudos
    it plays the loading screen but when loading is over im still in the same spot how do i fix this?
    1. yakuzadeso
      yakuzadeso
      • premium
      • 480 kudos
      It worked fine last time I checked and the game has not received any updates since. Is this happening with every destination that you're trying to teleport to? Are you in a vehicle? Have you tried different saves? Which one of the variants are you using?
    2. mrtrex9532
      mrtrex9532
      • member
      • 1 kudos
      i was trying to tp to a normal fast travel point
    3. yakuzadeso
      yakuzadeso
      • premium
      • 480 kudos
      Just checked again with fast travel to any map pin and the mod is working fine for me, which is what I expected. There was no game update to break the mod and no update to redscript either since the last time I tested this. Are you maybe using Fast Travel to Apartment?
    4. theglow
      theglow
      • member
      • 0 kudos
      Late reply, not sure if the same, but I noticed this type of odd behavior during certain quests, especially the Delamain ones. No matter where I pick, it would drop me out, if I recall, at the nearest legit travel point. In those situations I just ran used the fast travel terminal like usual.  I had it a bunch during Delamain, and maybe I had it once else where.
    5. yakuzadeso
      yakuzadeso
      • premium
      • 480 kudos
      You can't fast travel while in a vehicle if that's what you mean.
  11. canakim
    canakim
    • member
    • 0 kudos
    If me press the pin mark hard, it will make a sound and won't work.
    1. yakuzadeso
      yakuzadeso
      • premium
      • 480 kudos
      Fast travel to any map pin is working fine for me so I'd expect fast travel to any fast travel point to work fine as well.
    2. selfcontained55
      selfcontained55
      • member
      • 2 kudos
      my bad, i tried TPing while in a vehicle..works fine if you're on foot, very convenient mod
  12. ConjureDA
    ConjureDA
    • supporter
    • 2 kudos
    Great mod. Works perfectly. I'm having some issues with GITS breaking fast travel points and although there's a patch to fix it, it seems to mess with reLIGHT so this is great for fast travelling anywhere. I'm basically just using drop points instead.