🔧TweakXL: Changing game records

How to change item stats with TweakXL

Summary

Last documented edit: Feb 09 2024 by manavortex

Changing item stats happens by making changes via TweakXL or REDmod in the TweakDB: Game database.

Guides about this:

Adding stats, modifiers, and mod slots💰Changing vendor inventory👊Changing NPCs - Tweak edit (REDMod)☠ïļNew Iconic Weapon: Step by Step

How to edit tweaks?

You can change tweaks with

Why? What's the pros and cons for each?

psiberx says:

it's mostly preference but there are real advantages of TweakXL:

  • proper record creation and cloning with all properties

  • proper hot reload with rolling back to initial state, and not just reapplying your mod changes on top of previous run

  • it's much faster when used for declarative tweaks and even for scripts (I did some optimizations for CET which reduced loading times 20x, but it needs more; for reference if we convert just the existing clothing mods to CET it'll increase game launch time in minutes)

  • easier to work with arrays

  • can create new stats

REDMod can do the same, but doesn't offer you hot reload features.

Removing properties

If you want to safely delete a record property, set its value to None.

Last updated

Was this helpful?