Skip to content

Releases: psiberx/cp2077-tweak-xl

TweakXL 1.2.1

09 Aug 10:18
Compare
Choose a tag to compare
  • Improved YAML templates

TweakXL 1.2.0

06 Aug 13:02
Compare
Choose a tag to compare
  • Added YAML templates
  • Added ability to create new stats
  • Added resource references validation

TweakXL 1.1.7

26 Jun 13:39
Compare
Choose a tag to compare
  • Support patch 1.63.1

TweakXL 1.1.6

20 Jun 18:57
Compare
Choose a tag to compare
  • Support patch 1.63

TweakXL 1.1.5

09 May 15:03
Compare
Choose a tag to compare
  • Added custom tweak paths support

TweakXL 1.1.4

20 Apr 19:16
Compare
Choose a tag to compare
  • Support patch 1.62.1

TweakXL 1.1.3

11 Apr 21:41
Compare
Choose a tag to compare
  • Support patch 1.62

TweakXL 1.1.2

01 Feb 09:14
Compare
Choose a tag to compare
  • Support patch 1.61.1
  • Fixed CName registration for RED tweaks

TweakXL 1.1.1

24 Dec 07:16
Compare
Choose a tag to compare
  • Implemented version check for mods

TweakXL 1.1.0

26 Nov 17:52
Compare
Choose a tag to compare

YAML Tweaks

  • More array operations for adding, merging, removing elements
  • Properties can be updated in one line
  • String localization keys accept more value formats
  • Special value None for names and foreign keys
  • Free flats can be defined as a part of a record

RED Tweaks

  • Fully supported original syntax
  • Allows mods to change the same records and properties
  • New operator to remove array elements
  • Localization keys can use secondary keys

Scripting

  • The manager is always available, not just from scriptable tweaks, allowing for more dynamic changes

General

  • When creating records, inherited properties now have correct default values
  • When cloning records, the new record will inherit all extra flats that don't belong to the record type
  • Improved error reporting

Hot Reloading

  • Any flat/property change can be reverted to the original state
  • Changing $base reapplies the cloned properties
  • Better support of array operations with partial rollbacks