Skip to content

v0.8.0

Compare
Choose a tag to compare
@poirierlouis poirierlouis released this 17 May 10:56
· 29 commits to master since this release

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