Latest News

icon RE Quickstart
2026-07-10

The RE Quickstart (Bootstrap Tool) has been updated to support both RE SDK 5.0.0 and RE SDK 4.6.0: the first step in the flow now lets you select which version of the RE SDK you want to use.

icon re-mock
2026-07-09
Released re-mock v5.0.0.20260708 with the following changes:
  • Fixes crash discovered on Windows

Released re-mock v5.0.0.20260705 with the following changes:
  • Updated to RE SDK 5.0.0
  • Changes in internal structures to support the non-backward compatible API change of TJBox_PropertyRef (struct -> number)
  • Implemented new APIs: JBox_GetPropertyInfo, JBox_StoreMOMPropertyString and JBox_StoreMOMPropertyStringTag
  • None of the new APIs related to drawing/custom displays in C++ have been implemented (ex: JBox_DrawText): they are no-op when called
  • None of the new exports are being called (ex: JBox_Export_Draw)
icon re-logging
2026-07-09
Released re-logging v5.0.0.20260708 and v4.6.0.20260709 and with the following changes:
  • Fixes Windows build
icon re-cmake
2026-07-09
Released re-cmake v5.0.0.20260708 with the following changes:
  • Fixes Recon version
  • Uses re-mock and re-logging new versions with fixes for Windows

Released re-cmake v5.0.0.20260705 with the following changes:
  • Updated to RE SDK 5.0.0
  • Removed support for low res since SDK 5.0.0 no longer supports it
    • removed targets native-install-low-res, common-render-low-res, native-install-hi-res and common-render-hi-res
    • removed -l/--low-res option from re.sh (resp. re.bat)
    • removed RE_CMAKE_RE_2D_RENDER_HI_RES_OPTION from the CMake build
  • The dependecies (re-mock and re-logging) have been updated to SDK 5.0.0 as well

Released re-cmake 4.6.0.20260709 with the following changes:
  • Updated re-logging version with fixes for Windows
  • Updated list of Recon to look for (up to Recon 14)

Available with RE Quickstart - Bootstrap Tool

icon re-mock | v4.6.0.20260703
2026-07-03

Released re-mock v4.6.0.20260703 with the following changes:

  • With the non-backward compatible changes introduced in SDK 5.0.0, introducing a new version scheme reflecting the RE SDK version. The new numbering scheme is <re_sdk_version>.<year><month><day>.
  • Added compile definitions RE_MOCK_VERSION and RE_MOCK_VERSION_AS_NUMBER.