Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .github | ||
| DynamicLib | ||
| Properties | ||
| Resources | ||
| RHLauncher | ||
| RHLauncher.ChangePwd | ||
| RHLauncher.Helper | ||
| RHLauncher.LauncherForm | ||
| RHLauncher.LoginForm | ||
| RHLauncher.MsgBoxForm | ||
| RHLauncher.PCK | ||
| RHLauncher.RegForm | ||
| screenshoots | ||
| .gitattributes | ||
| .gitignore | ||
| LICENSE | ||
| Program.cs | ||
| README.md | ||
| Resources.rar | ||
| RHLauncher.csproj | ||
| rhlauncher.png | ||
| RHLauncher.sln | ||
Rusty Hearts Launcher
Introduction
Rusty Hearts Launcher is a custom launcher for the Rusty Hearts game client. It provides several features, including self-updating, automatic game updates, account registration, and a news window.
Table of Contents
- Features
- Setup
- Prerequisites for Building Locally/Development
- System Requirements for Ready-to-use build
- Preview
- License
- Contributing
- FAQ
- Credits
- Support
- Roadmap
Features
- Self-updating: The launcher can automatically update itself to the latest version.
- Automatic game update: The launcher can automatically download and install updates.
- Register account: Users can register a new account/change the password directly from the launcher.
- News window: The launcher displays the latest news and updates about the game.
Setup
The launcher require the Rusty Hearts API to work. See the api documentation for instructions on setup.
API URL
In order for the launcher to work it need to be conected to the api. To change the URL address of the launcher API open the config.ini (it will be created when opening the launcher for the first time).
The default URL for the api can be changed on IniFile.cs
Client region
The client region can be set on Service on config.ini
- usa (PWE) - Full api support
- chn (Xunlei) - Only launcher support
Launcher self-update
In order for the launcher to automatically update itself, you need to use the launcher_info.ini in the launcher_update directory of the api. This file specifies the version of the launcher. After each update of the launcher, you need to change the version in the ini, as well in the launcher executable file.
Client patch
In order to create client patches, you need to use the patch directory of the api.
The tool for creating the patch files is available in the repository: https://github.com/JuniorDark/RustyHearts-MIPTool
Launcher customization
If you want to change the text on the launcher the strings can be found on LocalizedStrings.resx resource file.
If you want to change the text on the buttons/images used in the launcher you can use the Photoshop .psd files included in the Resources.rar
Prerequisites for Building Locally/Development
The launcher is built in .NET 7 and as such, the packages listed below are required to create a local and development build of the launcher. Furthermore, it uses many submodules and packages outside of this, which will automatically be loaded when the user sets up a local environment of the application.
- Visual Studio 2022 (Any Edition - 17.4 or later)
- Windows 10 SDK (10.0.19043.0) or Windows 11 SDK (10.0.22000.0) via Visual Studio Installer
- .NET: .NET Core 7 SDK (7.0.100 or later)
System Requirements for Ready-to-use build
- OS: Windows 10 1809 Update (build 17763) or later / Windows 11 (Any builds)
- Architecture: x64/AMD64
Preview
License
This project is licensed under the terms found in LICENSE-0BSD.
Contributing
Contributions from the community are welcome! If you encounter a bug or have a feature request, please submit an issue on GitHub. If you would like to contribute code, please fork the repository and submit a pull request.
FAQ
- Q: How do I report a bug?
- A: Please submit an issue on GitHub with a detailed description of the bug and steps to reproduce it.
- Q: How do I request a new feature?
- A: Please submit an issue on GitHub with a detailed description of the feature and why it would be useful.
- Q: How do I contribute code?
- A: Please fork the repository, make your changes, and submit a pull request.
Credits
The following third-party libraries, tools, and resources are used in this project:
Support
If you need help with the launcher, please submit an issue on GitHub.
Roadmap
- Add support for client download/repair
- Improve performance and stability
- Add support for additional languages




