> For the complete documentation index, see [llms.txt](https://wiki.redmodding.org/scripting-cyberpunk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.redmodding.org/scripting-cyberpunk/cyber-engine-tweaks/resources.md).

# Resources

A collection of helpful links and resources for CET

{% hint style="info" %}
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](/scripting-cyberpunk/introduction/resources.md)
{% endhint %}

## Tools

* [CET translation helper](https://github.com/Lgomes-GvizStudio/CET_Translator): A utility that helps you translating your CET mods, by lgomes\_gvizstudio on github
* [LUA code playground](https://onecompiler.com/lua/): 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](https://fellowimgui.dev/readme): A webapp tool to layout user interface and generate code for Dear ImGui.

## Libraries & Frameworks

* [cp2077-cet-kit](https://github.com/psiberx/cp2077-cet-kit): psiberx's github repository with helper functions and scripts
* [CET Kit](https://github.com/psiberx/cp2077-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](https://github.com/justarandomguyintheinternet/CP77_nativeSettings) ([Wiki Page](/scripting-cyberpunk/scripting/settings/native-settings-ui.md)): A framework for creating native style menus for your CET mods.

## Templates & Examples

* [Official CET Examples](https://github.com/WolvenKit/cet-examples): A collection of small example mods, such as controlling NPC AI, working with map pins, reading player inputs and more.
* [Examples in the wiki's github repository](https://github.com/CDPR-Modding-Documentation/Cyberpunk-Modding-Docs/tree/main/_example_mods_and_templates/cyber_engine_tweaks)
