RED4ext Versions Save

A script extender for REDengine 4 (Cyberpunk 2077).

v1.19.0

5 months ago

New features

  • Add support for patch 2.1.

SHA256 Hashes of the release artifacts

  • red4ext_1.19.0.zip
    • 0EFE5DBFBF605FC733F25B28F82F2D10CF05F698042CC1FE35FBBDD63AD7BF34
  • red4ext_1.19.0_pdbs.zip
    • 6C561234206E0FFE3566EB48BCCEDFEC9D19F20F737076844664CDF40F15287D

v1.18.0

7 months ago

New features

  • Add support for patch 2.02.

SHA256 Hashes of the release artifacts

  • red4ext_1.18.0.zip
    • 600451F4AC347EAED08B57EEAED240EE53C6EDBC3A832960A856CCE23FADFDE0
  • red4ext_1.18.0_pdbs.zip
    • 4363AD70C035315D49C3CAA9494A1111447C2A187FC3D64EE3507A225ACC51E4

v1.17.0

7 months ago

New features

  • Add support for patch 2.01.

SHA256 Hashes of the release artifacts

  • red4ext_1.17.0.zip
    • 22C772727D40B5E6E427A0E4C3831C5A9F366C383DA60B25E0F120EE5C903792
  • red4ext_1.17.0_pdbs.zip
    • 54DDB6CA8F57740C05385C4672AAC00D96E1FE7746A8A7BF6756AD99F84296F8

v1.16.0

8 months ago

New features

  • Add support for patch 2.0.

SHA256 Hashes of the release artifacts

  • red4ext_1.16.0.zip
    • E01F71B8B250D7362BADB4C46065CB72BB53F2F94CAE41F8A5C4C73DA458FCBA
  • red4ext_1.16.0_pdbs.zip
    • 2FD5F63CB911F779F326FEF012A29232572FCC5B7A3CB84582180343319F52FB

v1.15.0

11 months ago

New features

  • Add support for patch 1.63 Hotfix 1.

SHA256 Hashes of the release artifacts

  • red4ext_1.15.0.zip
    • A630A8E8BADAFAA006ADF1DD6B2E8316368A50E3F5E592F880D0BF7FABF42663
  • red4ext_1.15.0_pdbs.zip
    • 777E9117BD3890B28FF553B5BF0762881BC74CA1191C48878A170883C8FDF6D3

v1.14.0

11 months ago

New features

  • Add support for patch 1.63.

SHA256 Hashes of the release artifacts

  • red4ext_1.14.0.zip
    • D2D0D9296430C9AB13FE37EA2902891C0E093DCE94653ACC24B08E2F022D8C89
  • red4ext_1.14.0_pdbs.zip
    • 3C01A7E83707E58984BC37305F2E05289920037068E056849A78AE3834134850

v1.13.1

1 year ago

Fixes

  • Fixed an issue where the REDscript paths were not being correctly passed to the compiler. (Thanks @jackhumbert!)

SHA256 Hashes of the release artifacts

  • red4ext_1.13.1.zip
    • 1892DBFB60EFCF00B19EE8A1BCA07270ABED5107D0149F6BE9F3A86B6DF1AB85
  • red4ext_1.13.1_pdbs.zip
    • 33AB6D3B85C6AEBCE6845BD07ACEF88A01DD34E0599F6B941D5EA189354F35D3

v1.13.0

1 year ago

New features

  • Plugins can now add custom REDscript files to the compilation process. (Thanks @jackhumbert!)

Paths can be added in the Main method when called with Load reason, e.g.:

RED4EXT_C_EXPORT bool RED4EXT_CALL Main(RED4ext::PluginHandle aHandle, RED4ext::EMainReason aReason, const RED4ext::Sdk* aSdk)
{
    switch (aReason)
    {
    case RED4ext::EMainReason::Load:
    {
        aSdk->scripts->Add(aHandle, L"module.reds");
        break;
    }
    case RED4ext::EMainReason::Unload:
    {
        break;
    }
    }
    return true;
}

SHA256 Hashes of the release artifacts

  • red4ext_1.13.0.zip
    • A61CCFF55426EBB522C864947C0222719C742B40EB4F275DD82C528740F622AF
  • red4ext_1.13.0_pdbs.zip
    • 46535AAF4554BFD4F82DA9D3ED52B3BEFC5C1BEBE91A18A1653712E4286AFC6B

v1.12.0

1 year ago

New features

  • Support for patch 1.62 hotfix 1.

SHA256 Hashes of the release artifacts

  • red4ext_1.12.0.zip
    • 04CD4E22516EBBB082F2F586648E9BE97EA04FF4CCA649F28913E7B40DE087CD
  • red4ext_1.12.0_pdbs.zip
    • DCDE29BFCDDA3B957E07B391677C54A604B3BBF2C43CBBF675818F6508F04C49

v1.11.1

1 year ago

Fixes

  • Fixed an issue where incompatible plugins were being logged with file versions instead of game patches. Now, the correct game patch version is logged, making it easier for users to identify and address plugin compatibility issues.

SHA256 Hashes of the release artifacts

  • red4ext_1.11.1.zip
    • DFE64584AA910F3C9755EF830EF2A46B8390719FB13D80D65250ADCB79B69815
  • red4ext_1.11.1_pdbs.zip
    • 3611943BB9F8C27BAA14070C49F9A806CA1461326DF9E17B274A5F287532B994