Skip to content

Releases: rayshader/cp2077-red-filesystem

v0.11.0

11 Dec 16:33
Compare
Choose a tag to compare

Compatibility

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

Changed

  • support patch 2.2

Full Changelog

v0.10.0

13 Sep 15:10
Compare
Choose a tag to compare

Compatibility

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

Changed

  • support patch 2.13

Full Changelog

v0.9.4

20 Jul 18:43
Compare
Choose a tag to compare

Compatibility

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

Fixed

  • use Unicode charset for path when resolving game's directory.

Full Changelog

v0.9.3

14 Jul 12:25
Compare
Choose a tag to compare

Compatibility

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

Fixed

  • RedData.Json is now optional when installing RedFileSystem.

Full Changelog

v0.9.2

27 Jun 22:18
Compare
Choose a tag to compare

Compatibility

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

Fixed

  • support any path of execution when resolving game's directory (Vortex / MO2).

Full Changelog

v0.9.1

04 Jun 12:12
Compare
Choose a tag to compare

Compatibility

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

Added

  • blacklist with file __folder_managed_by_vortex to hide it and prevent access from FileSystemStorage.

Full Changelog

v0.9.0

02 Jun 15:24
Compare
Choose a tag to compare

Compatibility

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

Added

  • method to delete a file from storage with DeleteFile.

Fixed

Contributors

Thanks to @rfuzzo for help regarding MO2.

Full Changelog

v0.8.1 RC1

28 May 21:47
Compare
Choose a tag to compare
v0.8.1 RC1 Pre-release
Pre-release

Fix compatibility with MO2.

v0.8.0

17 May 10:56
Compare
Choose a tag to compare

Compatibility

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

Added

  • asynchronous read/write operations with AsyncFile.
  • callback handling with FilePromise when operation passes/fails.
  • common storage in <game>/r6/storages/shared/ to share files between mods.
    It can be accessed with FileSystem.GetSharedStorage() without restrictions.

Changed

  • migrate storages from <game>/red4ext/plugins/RedFileSystem/storages/ to
    <game>/r6/storages/ at startup.
  • read/write operations with File are now thread safe.
  • the name shared when using FileSystem.GetStorage() is now reserved and
    forbidden.

Fixed

  • storage is revoked when using case-insensitive names.

Full Changelog

v0.7.1

12 May 20:17
Compare
Choose a tag to compare

Compatibility

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

Fixed

  • issue when using files listed with method GetFiles.

Full Changelog