Skip to content

v0.3.1

Choose a tag to compare

@poirierlouis poirierlouis released this 02 Apr 19:10
· 3 commits to main since this release

Compatibility

  • Cyberpunk 2077 v2.21
  • RED4ext v1.27.0+
  • redscript v0.5.27+
  • Cyber Engine Tweaks v1.35.0+

Fixed

  • manually send chunks of data until buffer is completely sent (asio::write not behaving as expected). Before, it always failed when message was to big (~300 KB and more).
  • stop sending buffer when remote socket is closed, and trigger OnDisconnection callback.

Added

  • a maximum limit of failed attempts before aborting, default is 10.
  • an optional error callback, triggered after aborting.

See README to use optional arguments of method SendCommand.

Full Changelog