Resources
A collection of helpful links and resources for CET
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
Official CET Examples: A collection of small example mods, such as controlling NPC AI, working with map pins, reading player inputs and more.
Last updated