🔩
Mod Developer
DeveloperModder
  • 👋Welcome!
  • Support
    • Dashboard
    • 📄Dictionary
    • 📘Glossary
      • ▫️Files
        • ▫️Assets
          • ▫️Appendix
        • ▫️Red4 Shaders
          • ▫️Definitions
          • ▫️Descriptions
      • ▫️In-Game Objects
        • ▫️Building
        • ▫️Character
          • ▫️Hair
        • ▫️Clothes
          • ▫️Variants
        • ▫️Environment
        • ▫️Vehicle
          • ▫️Assests
            • ▫️Appearance Mapping
          • ▫️TweakDB
        • ▫️Weapon
    • 🐣Getting Started
      • ▫️1. Setup
      • ▫️2. Download
      • ▫️3. Configure
    • 👪Community Links
    • 🔨Troubleshooting
      • ❔FAQ
      • ❗Problems
  • Documentation
    • Dashboard
    • Generalized guidees
      • Replace a player item with an NPC item
      • Mesh editing
      • Remove an Animation (and Potentially Replace It)
      • Change Position and Rotation of an entMeshComponent
      • PagEdit Voiceover and Subtitles In a Quest
      • Recoloring items
      • Creating new items (adding to the game)
    • 🎨Graphical Editors
      • 🦮General Guides
      • 📄General References
      • ▫️Adobe Substance
      • ▫️Autodesk Maya
      • ▫️Blender
      • ▫️Gimp
      • ▫️Krita
      • ▫️Photoshop
    • 🧑‍💻Modding Tools
      • ▫️Cyberpunk Engine Tweaks
        • 🦮Guides
          • ▫️Installing
            • ▫️Troubleshooting
            • ▫️Proton
          • ▫️Usage
          • ▫️Scripts
          • VS Code
        • 📄Reference Sheets
          • ▫️Config File
          • ▫️Font & font size
          • ▫️Uninstalling
          • ▫️UI Examples
      • ▫️MLSETUP Builder
        • 🦮Guides
        • 📄Reference Sheets
      • ▫️REDmod
        • 🦮Guides
        • 📄Reference Sheets
          • ▫️Commands
            • ▫️Deploy
            • ▫️Import
          • ▫️Usage
          • ▫️Structure
      • ▫️Redscript
        • 🦮Guides
          • Get Started
            • Download
            • REDscript in 2 minutes
        • 📄Reference Sheets
          • Language Features
            • Intrinsics
            • String formatting
            • Loops
      • ▫️Red4ext
        • 🦮Guides
          • ▫️Get Started
            • Installing RED4ext
            • Installing a Plugin
            • Configuration
            • Uninstalling
          • ▫️Creating a Plugin
          • ▫️Creating a Custom Native Class
            • Adding a Native Function
        • 📄Reference Sheets
      • ▫️TweakDB
        • ▫️TweakXL
          • 📄Reference Sheets
        • ▫️ArchiveXL
          • 📄Reference Sheets
        • 🦮Guides
      • ▫️WolvenKit
        • 🦮Guides
          • ▫️Getting Started
            • ▫️Download
            • ▫️Setup
            • ▫️Install
            • ▫️Uninstall
            • ▫️Create a mod
          • ▫️Custom Photo Mode Expressions
        • 📄Reference Sheets
          • ▫️Overview
          • ▫️Editor
            • ▫️Project Explorer
            • ▫️Properties
            • ▫️Asset Browser
          • ▫️Release Notes
      • ▫️WolvenKit.CLI
        • 🦮Guides
        • 📄Reference Sheets
    • ⚙️Utilities
      • ▫️010 Editor
        • 🦮Guides
        • 📄Reference Sheets
      • ▫️3DS
        • 🦮Guides
        • 📄Reference Sheets
      • ▫️Deep Asset Discovery
        • 🦮Guides
        • 📄Reference Sheets
      • ▫️Noesis
        • 🦮Guides
        • 📄Reference Sheets
      • ▫️Notepad++
        • 🦮Guides
        • 📄Reference Sheets
      • ▫️PixelRick's Save Editor
        • 🦮Guides
        • 📄Reference Sheets
  • Collaboration
    • Dashboard
    • 🤝Get Involved
      • Needed Documentation
      • Wanted Ads
    • 📅Meetings
Powered by GitBook
On this page
  • ​📋Installation
  • 🗃️ Configuration
  • TweakDB Editor
  • ​📺Video Guide
  • 🆘Troubleshooting
  • ❔How do I _____?
  • ​⚙ Configuration
  • ​🐧Linux (Proton) Instructions
  • ​📘Learn More
  1. Documentation
  2. Modding Tools
  3. Cyberpunk Engine Tweaks
  4. Guides

Installing

PreviousGuidesNextTroubleshooting

Last updated 2 years ago

​📋Installation

Before installing, make sure you're running the game in Windowed Borderless. The console will not work properly in fullscreen mode and can cause the game to freeze or not function.

  1. 1.Download the latest file. (Do not download the source code)

  2. 2.Unzip to anywhere on your desktop. After unzipping the file, you will see a bin folder.

  3. 3.Drag the bin folder to your Cyberpunk install directory. Example:C:\Program Files (x86)\Steam\steamapps\common\Cyberpunk 2077

  4. 4.If installed properly, the Cyber Engine Tweaks files (plugins folder, LICENSE, global.ini, version.dll) will be in the x64 folder of your install directory.

  5. 5.Ensure all apps that add overlays to the game (Rivatuner, Fraps, Afterburner, Discord, Steam, Gog, Windows 10 Game Bar, Geforce Experience, et cetera) are disabled as the console may not open with overlays active.

  6. 6.Launch the game!

  7. 7.When you first start the game, a window will appear prompting you to choose a keybind to bring up the overlay. Pick any key and save it. Now it will open with that key from now on.

  8. 8.(Optional) To check that everything works you can look at the logs in <cyberpunk install path>/bin/x64/plugins/cyber_engine_tweaks/cyber_engine_tweaks.log

  9. 9.(Optional) When installing through nexus, make sure to use hardlink deployment.

🗃️ Configuration

TweakDB Editor

In the TweakDB Editor entries such as weapons, effects, consumables, etc. use a hash: <TDBID:EAB61494:1D>. This can be cumbersome to read and remember. Loading the dictionary will allow for displaying more human-friendly definitions such as gamedataStatusEffect_Record of type BaseStatusEffect.BreathingLow.

  1. 1.Download from Discord and from GitHub

  2. 2.Unzip anywhere on your desktop

  3. 3.Move both files to the CET folder within the game installation e.g. Cyberpunk 2077/bin/x64/plugins/cyber_engine_tweaks

  4. 4.Launch the game!

  5. 5.Open Cyber Engine Tweaks overlay (using the key you bound before, see Installation above)

  6. 6.Navigate to TweakDB Editor then to the Advanced tab, and follow the instructions.

​📺Video Guide

🆘Troubleshooting

If you run into problems with installation, please check the troubleshooting page before asking in Discord:

❔How do I _____?

For a list of console commands for beginners, check out the "How do I ____?" page:

​⚙ Configuration

If the installation was successful and you can see the log files, the next step is to configure the mod:

​🐧Linux (Proton) Instructions

Alternative installation instructions for Linux (Proton) can be found here:

​📘Learn More

For a more comprehensive list of commands and global functions, check the following pages:

🧑‍💻
▫️
🦮
▫️
cet_x_xx_x.zip
tweakdb.str.zip
usedhashes.kark
tweakdb.str.zip
TroubleshootingCyber Engine Tweaks
How do I ____?Cyber Engine Tweaks
Config FileCyber Engine Tweaks
ProtonCyber Engine Tweaks
PlayerCyber Engine Tweaks
GlobalCyber Engine Tweaks
SystemsCyber Engine Tweaks
Logo
Logo
Logo
Logo
Logo
Logo
Logo