▫️Cyberpunk Engine Tweaks

What's Cyber Engine Tweaks (CET)?

Cyber Engine Tweaks is a framework that allows modders to interact with the game's internal functions using Lua. It also provides a user-interface with a console and additional tools to assist developers.

Currently compatible ONLY with game version 1.6

Getting Started

For information on how to install Cyber Engine Tweaks, check out the link below.

Current Features

Patches

Description

Debug Menu

Enables the debug menus in game so you can cheat, investigate...

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

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.

Last updated