Launcher for ClassicCounter with Discord RPC, Auto-Updates and More!
  • C# 99.2%
  • Batchfile 0.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-09 18:37:39 +09:00
.github/workflows github actions workflow path fix 2025-01-14 13:41:05 +01:00
Launcher chore(terminal): variable oopsie 2026-08-09 18:37:39 +09:00
Wauncher fix(protocol): simplified manager 2026-08-09 14:32:59 +09:00
.gitignore mERGE 2026-02-23 10:31:47 +10:00
dependencies.json Check if Dependency is installed on Windows 2025-11-13 11:26:37 +10:00
Directory.Build.props AvaloniaUI Init 2025-12-01 16:17:14 +10:00
Launcher.sln New CommunityToolkit AvaloniaUI App Init 2025-12-03 16:52:40 +10:00
LICENSE Create LICENSE 2024-12-02 19:06:46 +01:00
publish.bat Better publishing 2026-02-15 04:20:15 +10:00
README.md Probably some refactoring 2025-11-21 23:39:47 +10:00

ClassicCounter Launcher

Launcher for ClassicCounter with Discord RPC, Auto-Updates and More!
Written in C# using .NET 8.

Downloads Stars Issues MIT License

Important

.NET Runtime 8 is required to run the launcher. Download it from here.

Arguments

  • --debug-mode - Enables debug mode, prints additional info.
  • --disable-rpc - Disables Discord RPC.
  • --gc - Launches the Game with custom Game Coordinator.
  • --install-dependencies - Launches setup process for required Game dependencies.
  • --patch-only - Will only check for patches, won't open the game.
  • --skip-updates - Skips checking for launcher updates.
  • --skip-validating - Skips validating patches.
  • --validate-all - Validates all game files.

Caution

Using --skip-updates or --skip-validating is NOT recommended!
An outdated launcher or patches might cause issues.

Packages Used