Cyberpunk 2077
0 of 0

File information

Last updated

Original upload

Created by

hrkrx

Uploaded by

LtPain1337

Virus scan

Safe to use

12 comments

  1. bacha
    bacha
    • supporter
    • 11 kudos
    This mod does not work as it should.. I see it all the time(menu before i load the save, inventory. map etc.). It is always on top, but collapsed/closed and if i try to expand/open it, it closes/collapses back automatically.
  2. shaletha
    shaletha
    • member
    • 0 kudos
    This tiny AutoHotKey script automatically converts the Navmod clipboard data into a Cyber Engine Tweaks (CET) teleport command, for ease of saving locations and teleporting to them later on. Like:

    Navmod copies coordinates to the clipboard
    x: -1225.933 y: 904.974 z: 5.995

    But when you hit Ctrl-V to paste them, you automatically get the CET teleport command instead:
    Game.TeleportPlayerToPosition(-1225.933, 904.974, 5.995)

    doClipChange(clipType) {
        if (WinActive("ahk_class W2ViewportClass") && (clipType = 1) && (InStr(clipboard, "x: ") = 1)) {
            arr := StrSplit(clipboard, " ")
            clipboard := "Game.TeleportPlayerToPosition(" arr[2] ", " arr[4] ", " arr[6] ")  "
        }
    }
    OnClipboardChange("doClipChange")

    n.b.: The script ignores clipboard changes outside of Cyberpunk.
  3. KaldorDraigo
    KaldorDraigo
    • supporter
    • 0 kudos
    oh, damn, from the name i was really hoping this was going to be like on road way points or something so i don't have to look at that s#*! tiny map
  4. Lavralium
    Lavralium
    • member
    • 1 kudos
    Thanks Man this is so useful for adding new teleport Locations such as Yorinobous Suite in Konpeki, seeing as most Teleport Clients dont have it. 
  5. jtbalogh
    jtbalogh
    • member
    • 0 kudos
    I like the mod. Coordinates are stuck on the left side of the screen.
    How does the coordinates window move to the minimap like your picture?
    How do I press the to clipboard button?
    1. LtPain1337
      LtPain1337
      • member
      • 2 kudos
      when you open the CET console you can move the window to the desired location and also click the button
    2. jtbalogh
      jtbalogh
      • member
      • 0 kudos
      Thanks. CET console is in the way. So I have to move CET out of the way too. It is working now and appreciated.
  6. Coldfir3
    Coldfir3
    • supporter
    • 1 kudos
    Good addition, do you mind putting this file into the right folder structure so it works with Vortex without tweaking it. Tnx
    1. LtPain1337
      LtPain1337
      • member
      • 2 kudos
      This is my first mod ^^" i'll try to fix it
  7. TheAntiSaint
    TheAntiSaint
    • premium
    • 30 kudos
    Great idea.
  8. Rifelecnak
    Rifelecnak
    • member
    • 3 kudos
    Thank you, very useful, I hope we could get CdProjekt's Red tools for NevMeshes, (idles, paths, animations triggers), I think a lot of stuff could be solved by Modders, and even improved by them, helping Developers to improve this game, fix Bugs, etc (like in Bethesda's Games)

    PD: I just remember that for NavMod, NavMesh, etc...

    Cheers
  9. sybersidsi
    sybersidsi
    • member
    • 0 kudos
    Can we go into space now?! Give me a coordinates point!