This plugin fixes some Cyberpunk 2077 issues and adds some features.
Works with 1.04, 1.05 and 1.06.
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 |
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) |
- Memory allocation performance
- Skip conditions that never fail
- Probably some pattern conversion to SIMD
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.
- UnhingedDoork
- CookiePLMonster
- SirLynix for the CI file.
- emoose for pedestrian removal and start menu skip research.
- WopsS for being a good friend and for doing an excellent research on scripting.