Skip to content

Releases: rayshader/cp2077-red-data

v0.10.0

30 Dec 18:36

Choose a tag to compare

Compatibility

  • Cyberpunk 2077 v2.31
  • RED4ext v1.29.0+
  • redscript v0.5.31+

Added

  • dependency stduuid and use operating system generator.
  • struct UUID with methods to generate and format to/from a string.

Changed

  • bump simdjson to 4.2.4 (was 3.13.0).

Full Changelog

v0.9.0

11 Sep 20:04

Choose a tag to compare

Compatibility

  • Cyberpunk 2077 v2.31
  • RED4ext v1.29.0+
  • redscript v0.5.27+

Changed

  • support patch 2.31

Full Changelog

v0.8.1

05 Aug 18:33

Choose a tag to compare

Compatibility

  • Cyberpunk 2077 v2.3
  • RED4ext v1.28.0+
  • redscript v0.5.27+

Changed

  • remove useless static qualifier in RedData.Json module. Ready for upcoming release of redscript v1.

Full Changelog

v0.8.0

18 Jul 11:09

Choose a tag to compare

Compatibility

  • Cyberpunk 2077 v2.3
  • RED4ext v1.28.0+
  • redscript v0.5.27+

Changed

  • support patch 2.3.
  • bump simdjson to 3.13.0 (was 3.11.6).

Full Changelog

v0.7.0

23 Jan 20:26

Choose a tag to compare

Compatibility

  • Cyberpunk 2077 v2.21
  • RED4ext v1.27.0+
  • redscript v0.5.27+

Changed

  • support patch 2.21.
  • bump simdjson to 3.11.6 (was 3.11.2).

Full Changelog

v0.6.0

11 Dec 16:12

Choose a tag to compare

Compatibility

  • Cyberpunk 2077 v2.2
  • RED4ext v1.26.0+
  • redscript v0.5.27+

Changed

  • support patch 2.2.
  • bump simdjson to 3.10.1 (was 3.9.4).

Full Changelog

v0.5.0

13 Sep 14:03

Choose a tag to compare

Compatibility

  • Cyberpunk 2077 v2.13
  • RED4ext v1.25.1+
  • redscript v0.5.27+

Changed

  • support patch 2.13.
  • bump simdjson to 3.10.1 (was 3.9.4).

Full Changelog

v0.4.3

23 Jun 16:10

Choose a tag to compare

Compatibility

  • Cyberpunk 2077 v2.12a
  • RED4ext v1.25.0+
  • redscript v0.5.25+

Fixed

  • crash when using FromJson with an empty type or when type is not found.

Changed

  • bump simdjson to 3.9.4 (was 3.9.1).

Full Changelog

v0.4.2

17 May 18:49

Choose a tag to compare

Compatibility

  • Cyberpunk 2077 v2.12a
  • RED4ext v1.24.3+
  • redscript v0.5.19+

Fixed

  • issue when using FromJson to get a double from an integer would always
    return 0.

Full Changelog

v0.4.1

15 May 20:40

Choose a tag to compare

Compatibility

  • Cyberpunk 2077 v2.12a
  • RED4ext v1.24.3+
  • redscript v0.5.19+

Fixed

  • issue when using ToJson where array of ref<T> was converted to
    [ [ {}, ...] ] instead of [ {}, ... ].

Full Changelog