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.
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.
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!
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.
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.
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?
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.
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?
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?
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.
310 comments
(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.
You can find it right here below in this pinned comment or the VIDEO tab.
The mod is very simple and yet super effective.
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!
in `init.lua', change this part of the code
registerHotkey("time_Acceleration", "Accelerate Time", function()
to thisTimeDilation(true)
end)
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.
Are you sure Cyber Engine Tweaks is up to date and installed properly?
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.