• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.
[Rusty Hearts] Launcher

[Rusty Hearts] Launcher 1.2.0

No permission to download

Release Notes - Version 1.2.0​

Features​

  • Client Download Functionality
    • Introduced option to download the client directly from the launcher. This requires Rusty Hearts API version >= 1.2
  • Client Patch Function Refactoring
    • Simplified the client patch function to use the official patcher tool (MPatcher).
    • The custom zlib and deflate methods are replaced with the ZlibStream class from DotNetZip.
  • Config Menu
    • Added a configuration menu with option to change launcher language.

Changes​

  • Launcher Architecture
    • Transitioned the launcher from x86 to x64 for better performance and compatibility.
  • Image Compression
    • Compressed images to optimize the storage and loading times.
  • Code Cleanup and Organization
    • Conducted a thorough cleanup and organization of the codebase for better maintainability.
  • Heart
Reactions: TheRing and nozzlin
feat: Added support for multiple languages

  • Extended the localization system to easily include additional languages in the future.
  • Implemented language selection functionality. Language can be set in "Lang" on Config.ini, "en" for English (en-US) and "ko" for Korean (ko-KR).
  • Added a LocalizationHelper to handle multiple language configurations and respective image lists.
  • Updated forms to dynamically load localized strings and images based on the selected language.
  • Created language-specific resource file for Korean (ko-KR) (Machine Translated).
  • Added language-specific images for Korean language.
Changes:

  • Added notifyIcon when minimized.
Fixes:
  • Fixed a bug related to collection modification during Application.Restart() on ChangePassword
  • Like
Reactions: TheRing
Back
Top