maximegmd/CyberEngineTweaks
FreeCyberpunk 2077 tweaks, hacks and scripting framework
About maximegmd/CyberEngineTweaks
Cyber Engine Tweaks is a framework for Cyberpunk 2077 that provides modders with the ability to script mods using Lua, leveraging all internal game scripting features. It includes a Dear ImGui-based GUI system for mod interfaces, a console for executing commands, and a TweakDB editor for advanced modifications. The tool also offers a range of quality-of-life patches (e.g., AMD SMT fix, remove pedestrians/traffic, disable async compute, skip start menu, suppress intro movies, disable vignette, disable boundary teleport, disable Windows 7 VSync) and development options (e.g., ImGui diagnostics window, debug menu, game options dumping). All patches and options can be enabled/disabled via settings menu or config files. The framework requires RED4ext and tracks the current release of Cyberpunk 2077.
Key Features
Pros & Cons
- Powerful Lua scripting API with full access to internal game features
- Open source (MIT license) with active community and frequent releases
- Provides numerous useful quality-of-life patches that can be toggled individually
- Built-in GUI framework (Dear ImGui) for mods
- Console and TweakDB editor enable advanced debugging and tweaking
- Requires RED4ext as a prerequisite installation
- Only supports Cyberpunk 2077, limiting scope to a single game
- May be complex for non-technical users unfamiliar with Lua scripting or modding frameworks
- Some patches require game restart to apply