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

Resources

A collection of helpful links and resources for CET

Don't forget to also take a look at the main resources page for the full list of tools, resources, and other cool stuff that you can use to help with scripting and modding the game in general:

Resources

Tools

  • CET translation helper: A utility that helps you translating your CET mods, by lgomes_gvizstudio on github

  • LUA code playground: An online sandbox to familiarize yourself with LUA and test some code without having to launch Cyberpunk with CET. Note that any CET/Game functions won't work in it.

  • Fellow ImGui: A webapp tool to layout user interface and generate code for Dear ImGui.

Libraries & Frameworks

  • cp2077-cet-kit: psiberx's github repository with helper functions and scripts

  • CET Kit: A collection of utility scripts, for tracking game states (In Game etc.), setting up timers and timed actions, storing data per game save and more.

  • Native Settings UI (Wiki Page): A framework for creating native style menus for your CET mods.

Templates & Examples

Last updated