Home

Awesome

Cyber Engine Tweaks

Patreon MIT license Discord

What's this?

Cyber Engine Tweaks is a framework giving modders a way to script mods using Lua with access to all the internal scripting features. It also comes with a Dear ImGui to provide GUI for different mods you are using, along with console and TweakDB editor for more advanced usage. It also adds some patches for quality of life, all of which can be enabled/disabled through the settings menu or config files (requires game restart to apply).

Cyber Engine Tweaks tracks the current release of Cyberpunk 2077 closely. The current release of CET is available from the releases page: All Releases.

Current patches

PatchDescription
AMD SMTFor AMD CPUs that did not get a performance boost after CDPR's patch
Remove pedestrians and trafficRemoves most of the pedestrians and traffic
Disable Async ComputeDisables async compute, this can give a boost on older GPUs (Nvidia 10xx series for example)
Disable Temporal AntialiasingDisables antialiasing, not recommended but you do what you want!
Skip start menuSkips the menu asking you to press space bar to continue (Breaching...)
Suppress Intro MoviesDisables logos played at the beginning
Disable VignetteDisables vignetting along screen borders
Disable Boundary TeleportAllows players to access out-of-bounds locations
Disable Windows 7 VSyncDisables VSync on Windows 7 to bypass the 60 FPS limit

Current mod development options

DevelopmentDescription
Draw ImGui Diagnostics WindowToggles drawing of internal ImGui diagnostics window to show what is going on behind the scenes (good for mod debugging)
Remove Dead BindingsRemoves bindings for mods that were not loaded
Enable ImGui AssertionsEnables all ImGui assertions (use this option to check mods for errors before shipping!)
Debug MenuEnables the debug menus in game
Dump Game OptionsDumps all game options into main log file

Usage and configuration

You first need to install RED4ext.

Read the wiki

Official mod examples

Usage with Proton

Contributing

If you wish to contribute to the main repo, try to follow the coding style in the code, otherwise not much to say, don't use code that is not yours unless the license is compatible with MIT.

As for the wiki, please ask on discord for write permissions.