For the complete documentation index, see llms.txt. This page is also available as Markdown.

What is CET?

CET is a another very cool language/tool :^)

Preface

In the early days of Cyberpunk 2077 modding, we noticed a lack of discipline and proper use of the SDK provided by CET. So we strongly recommend you read the documentation and understand what is expected of you and your mods.

Getting Started

  • Before you start, it is highly recommended to check out the Modding Resources page

  • If you are using VSCode, make sure to also pick up the CET VSCode extension

ResourcesVS Code
  • Next, it is recommended to read through the Scripts and Mod Structure page, which gives an overview on how to create a mod / run a single script. It also covers the basic elements of a mod

Getting Started
  • After that, you might want to check out the Scripting API page, which explains how you interact with the games systems and code.

Scripting API
  • Once you've made yourself familiar with how a general mod is structured and how to interact with the game, you might want to read up on the different functions offered by CET itself, such as Events, Keybinds, Overrides and more.

Language Reference

Last updated