dirtydanisreal / CyberEngineTweaks

Performance boost, bug fixes and hacks for fun for Cyberpunk 2077

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cyber Engine Tweaks

Patreon MIT license Discord

What's this?

This plugin fixes some Cyberpunk 2077 issues and adds some features.

Works with 1.04, 1.05 and 1.06.

Current fixes

Patches Description
AMD SMT Improves performance on AMD CPUs by enabling all cores.
AVX (up to 1.04) Fixes a crash when playing the game with a CPU that does not support AVX
Debug Menu Enables the debug menus in game so you can cheat, investigate...
Steam Input (up to 1.04) Enables the use of more gamepads (such as the Steam gamepad)
Skip start menu Skips the menu asking you to press space bar to continue (Breaching...)
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 Antialiasing TAA Disables antialiasing, not recommended but you do what you want!
Console Adds an overlay to draw a console so you can write any kind of script command (full Lua support)

Upcoming

  • Memory allocation performance
  • Skip conditions that never fail
  • Probably some pattern conversion to SIMD

Usage and configuration

Read the wiki

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.

Credits

About

Performance boost, bug fixes and hacks for fun for Cyberpunk 2077

License:MIT License


Languages

Language:C++ 97.1%Language:C 2.2%Language:Lua 0.7%