back to home

maximegmd / CyberEngineTweaks

Cyberpunk 2077 tweaks, hacks and scripting framework

4,777 stars
303 forks
37 issues
C++CLua

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing maximegmd/CyberEngineTweaks in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/maximegmd/CyberEngineTweaks)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

Cyber Engine Tweaks • Bitcoin: bc1q0neujk5e8v8sc3934ajn8z8zav7hl6557fjj54 • Bitcoin Cash: qps5ze9p8fxmu4rszyxwy3g0ctlmrhvc3uqq0fzsnl • Dogecoin: DMoReR33D87D6rYeUkyQb2BsEHJTqfBFva • Ethereum: 0x7Cd23BE1C507Da85ABF0B05c7A3C03e6d3d0233B 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: . Current patches | Patch | Description | | :------------- | :------------------------------ | | AMD SMT | For AMD CPUs that did not get a performance boost after CDPR's patch | | Remove pedestrians and traffic | Removes most of the pedestrians and traffic | | Disable Async Compute | Disables async compute, this can give a boost on older GPUs (Nvidia 10xx series for example)| | Disable Temporal Antialiasing | Disables antialiasing, not recommended but you do what you want! | | Skip start menu | Skips the menu asking you to press space bar to continue (Breaching...) | | Suppress Intro Movies | Disables logos played at the beginning | | Disable Vignette | Disables vignetting along screen borders | | Disable Boundary Teleport | Allows players to access out-of-bounds locations | | Disable Windows 7 VSync | Disables VSync on Windows 7 to bypass the 60 FPS limit | Current mod development options | Development | Description | | :------------- | :------------------------------ | | Draw ImGui Diagnostics Window | Toggles drawing of internal ImGui diagnostics window to show what is going on behind the scenes (good for mod debugging) | | Remove Dead Bindings | Removes bindings for mods that were not loaded | | Enable ImGui Assertions | Enables all ImGui assertions (use this option to check mods for errors before shipping!) | | Debug Menu | Enables the debug menus in game | | Dump Game Options | Dumps 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.