A Windows launcher for Arknights and Arknights: Endfield, built on top of AntdUI.
Features | Document | Project Structure | Special Thanks
- Server switching
- Arknights official server
- Arknights Bilibili server
- Arknights: Endfield official server
- Arknights: Endfield Bilibili server
- Arknights: Endfield global server
- Arknights: Endfield global server (Google Play)
- Seamless multi-account switching for Endfield and Arknights
- Game download, update, and version detection
- Companion app launching
- Custom launch parameters
- Skyland Sign
XelLauncher/
├── docs/ # English and Chinese wiki documents
├── Forms/ # WinForms pages, dialogs, and UI controls
├── Helpers/ # App services, launch/update logic, storage, localization, and utilities
├── load/ # Server-switching payloads
│ ├── ArkBilibili/ # Arknights Bilibili server
│ ├── ArkOfficial/ # Arknights official server
│ ├── EndBilibili/ # Endfield Bilibili server
│ ├── EndGlobal/ # Endfield global server
│ ├── EndOfficial/ # Endfield official server
│ └── EndPlay/ # Endfield Google Play server
├── Models/ # Configuration, game, account, and update models
├── Properties/ # .resx resources and publish profiles
├── redist/ # Redistributable runtime/install assets
├── Resources/
│ ├── i18n/ # Localization resources
│ └── Icon/ # Application and game icons
├── Program.cs # Application entry point
├── XelLauncher.csproj # .NET project file
├── XelLauncher.sln # Visual Studio solution
└── XelLauncher.iss # Inno Setup installer script
Caution
Do not place the game's root directory on the same disk as Tencent ACE Anti-Cheat. Doing so can prevent the launcher from reading the game directory, making server switching unavailable.
Configuration is cached at C:\Users\<username>\AppData\Local\XelLauncher\config.json. Delete this file to reset the application.
Account backups are saved by default to C:\Users\<username>\AppData\Local\XelLauncher\AccountBackups. Delete this folder to reset all accounts.
- UI Framework: AntdUI
- Concept reference: Arknights PC server switching guide
- Seamless account switching: Arknights PC multi-account switching guide
- Game download & update: Hi3Helper.Plugin.Arknights · Hi3Helper.Plugin.Endfield
- This project is an unofficial tool and has no affiliation with Hypergryph or any of its affiliated organizations/groups/studios. Game images and data copyrights belong to their respective owners.
- This tool will not upload your account files or login credentials to the internet; it only works on the local client. Please use it with caution if you are concerned about account security. Users are solely responsible for any consequences arising from the use of this tool.
