# TweakXL

## What is TweakXL?

For a detailed guide with many explanations of properties, check the second half of[new-iconic-weapon-step-by-step](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/adding-new-items/weapons/new-iconic-weapon-step-by-step "mention")

TweakXL ([nexus](https://www.nexusmods.com/cyberpunk2077/mods/4197) | [github](https://github.com/psiberx/cp2077-tweak-xl)) is a mod by psiberx. It lets you alter Cyberpunk's [Tweak Database](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/tweaks/tweaks), changing properties of NPCs and items or even adding new entries.

## How do I use it?

By placing `.yaml` or `.tweak` files in Cyberpunk `2077/r6/tweaks`, or .xl files in `Cyberpunk 2077/archive/pc/mod`.

{% hint style="warning" %}
No matter the file extension, the file `contents` must be `.yaml` or `.json`
{% endhint %}

## Where are the guides?

### Theory

* Explanation of the database: [tweaks](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/tweaks/tweaks "mention")
* Additional information: TweakXL [wiki on github.](https://github.com/psiberx/cp2077-tweak-xl/wiki/TweakDB)

### Praxis

{% content-ref url="tweakxl/tweakxl-changing-game-records" %}
[tweakxl-changing-game-records](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/core-mods-explained/tweakxl/tweakxl-changing-game-records)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/core-mods-explained/tweakxl.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
