0 of 0

File information

Last updated

Original upload

Created by

Dravic

Uploaded by

Dravic1

Virus scan

Safe to use

310 comments

  1. Dravic1
    Dravic1
    • premium
    • 117 kudos
    Locked
    Sticky
    Works with Cyberpunk 2077 version 2.2!
    (requires CET 2.9.1 or higher)
    Thank you for coming back!
    It should once again work flawlessly across all future game versions as long as your Cyber Engine Tweaks is updated, but the huge game patch 2.0 required a little tweak to get up and running.
  2. Dravic1
    Dravic1
    • premium
    • 117 kudos
    Locked
    Sticky
    If I got you confused, please watch the video showcase I prepared.
    You can find it right here below in this pinned comment or the VIDEO tab.
    The mod is very simple and yet super effective.


  3. Funkjoker
    Funkjoker
    • member
    • 1 kudos
    Hello,

    I have a rather rare glitch. It occur's when I'm pressing y to skip dialogue. I use the dialogue with Coach Fred (it appears with any dialogue) as an example: The first sentence is skipped but starting at the second subtitle block the dialogue is not skipped (and sometimes not played via audio), the game waits for an animation to finish and then the dialogue is skipped again. Observation: The button to press y disappears during the short downtime.
    This happened somewhere between my last save before starting Dogtown (~10 hours ago) and my current safe file. The older save file does not have the glitch nor do any of the saves of other characters. This means this glitch is baked into the savegame.

    This happened because a dialogue of a quest giver didn't finish, I left the conversation in the middle. In my case it was Paco. I returned to him, the dialogue finished, now the glitch is gone!
  4. freemanendelay
    freemanendelay
    • member
    • 3 kudos
    I'd like to understand how this skips quest-specific braindances, since they require interaction. Does it just auto-complete the whole thing?
    1. Dravic1
      Dravic1
      • premium
      • 117 kudos
      Fast forwards animations and speech, effectively you're breezing through everything but the scenes still play out.
  5. Omno25
    Omno25
    • member
    • 9 kudos
    Replace OnSwitchToCredits with OnCreditsPicker and that clears up the error log.
    1. mnskgrayce
      mnskgrayce
      • member
      • 0 kudos
      Thank you!
  6. axio922
    axio922
    • premium
    • 5 kudos
    cant get this to work it dont show up as options in cyber engi and I dont know what Im doing wrong
    1. Dravic1
      Dravic1
      • premium
      • 117 kudos
      Make sure that the mod is placed correctly in the structure of your game directory. That is the most likely culprit, assuming Cyber Engine Tweaks itself is installed properly and you can bring up the Cyber Engine Tweaks overlay in-game just fine to begin with.
    2. axio922
      axio922
      • premium
      • 5 kudos
      ty <3 worked :)
  7. kalcyte
    kalcyte
    • member
    • 0 kudos
    Hotkey isnt showing in cybertweaks for some reason
    1. PrGo
      PrGo
      • member
      • 0 kudos
      I had the same issue. It was due to me using it in Mod Organizer. I fixed it by installing the mod manually, and removing it from MO. Next launch, the keybind appeared in CET.
    2. HalfEstimate
      HalfEstimate
      • member
      • 0 kudos
      Hi I know this is late, but I am having the same issue and I also tried what PrGo said and it still doesn't work for me.  Did you manage to find a solution?
  8. MarxismGaming
    MarxismGaming
    • member
    • 0 kudos
    used to game on ps5 but switched to pc for modding mod is a lifesaver cause some missions i just hate.
  9. ahmedmoh1967
    ahmedmoh1967
    • member
    • 0 kudos
    is there a way to use it as a hold key binding instead of toggling?
    1. ahmedmoh1967
      ahmedmoh1967
      • member
      • 0 kudos
      for anyone wanting the same behavior, I edited the mod `init.lua` to achieve this

      in `init.lua', change this part of the code
      registerHotkey("time_Acceleration", "Accelerate Time", function()
      TimeDilation(true)
      end)
      to this
      registerInput("time_Acceleration", "Accelerate Time", function(keypress)
          if keypress then
              if not dilation then
                  TimeDilation(true)
              end
          else
              if dilation then
                  TimeDilation(true)
              end
          end
      end)

      The only problem is it needs a single key to be pressed instead of combined key binds.
    2. Selonianth
      Selonianth
      • premium
      • 0 kudos
      Well, this is exactly what I'd like, but now I can't bind the keypress in CET?
  10. JakeJacob65
    JakeJacob65
    • member
    • 0 kudos
    So I'm having this small issue:  After using this mod, quitting the game, and starting it back up again, the game will crash after the intro video every time.  I have narrowed it down to this mod; if I delete the mod file in /bin/x64/plugins/cyber_engine_tweaks/mods and start the game, it will not crash after the intro video. THEN, if I reinstall the mod, it will start up and work normally until I quit the game again and it will then crash at the intro video every time and I have to repeat the process.  Do you have any idea what might be causing this or what I could do to fix it?
    1. Dravic1
      Dravic1
      • premium
      • 117 kudos
      Haven't had a chance to test my mod on game's current 2.2 version, but unless something changed about the game and Cyber Engine Tweaks - this is not typical behavior at all for my mod to cause.

      Are you sure Cyber Engine Tweaks is up to date and installed properly?
    2. JakeJacob65
      JakeJacob65
      • member
      • 0 kudos
      Background: I did do a completely clean install when 2.2 was released.  I have installed: CET, TweakXL, RedScript, RED4ext, UnlockMeTheMods, InfiniteResetAtributes, and your mod.  CET and TweakXL have been updated since.  As far as I can tell going through their file structures again in the original downloads, they are all in the correct locations.

      I just tried to remove all CET files and reinstall CET along with your mod.  That DID skip the "delete Skip Anything and start the game and then quit and reinstall Skip Anything" step and it started right up, but it did not fix the issue because when I quit the game it crashed again on the next boot up.
    3. game0815
      game0815
      • member
      • 0 kudos
      hmm i started a new save in January and i dont have any issues at all with this. Maybe you have some mod conflicts
  11. magiksword7
    magiksword7
    • member
    • 0 kudos
    Funciona perfecto a 04/01/2025
  12. davoker
    davoker
    • premium
    • 39 kudos
    Works perfect on 2.2, couldn't play without this mod anymore, thanks =)