logo Launching...
Downloading update files...
{$currentUser?.name ?? 'Guest'}
{#if !$currentUser} {:else} {/if}
{#if $currentUser}
{#if selectedMode === 0} {:else if selectedMode === 1} {:else if selectedMode === 2} {:else if selectedMode === 3} {/if} {getGamemodeName(modeIntToStr(selectedMode), typeIntToStr(selectedType))}
{#each validModeTypeCombinationsSorted as gamemode} {@const gamemod = getModeAndTypeFromGamemode(gamemode)}
{#if gamemod.mode === 0} {:else if gamemod.mode === 1} {:else if gamemod.mode === 2} {:else if gamemod.mode === 3} {/if} {getGamemodeName(modeIntToStr(gamemod.mode), typeIntToStr(gamemod.type))}
{/each}
Mode Stats
Rank
{#if $currentUserInfo}
{:else}
{/if}
PP
{#if $currentUserInfo}
{:else}
{/if}
Accuracy
{#if $currentUserInfo}
{:else}
{/if}
Play Count
{#if $currentUserInfo}
{:else}
{/if}
Play Time
{#if $currentUserInfo}
{formatTimeReadable($currentUserInfo.stats[selectedGamemode].playtime ?? 0)}
{:else}
{/if}
{/if}
{#if selectedTab === 'home'}
{#if $reduceAnimations} {numberHumanReadable($beatmapSets ?? 0)} {:else} {/if}
Beatmap Sets imported
{#if $serverConnectionFails > 1} {:else} {/if}
{#if $reduceAnimations} {$serverPing}ms {:else} {/if}
Ping to Server
Client Info
osu! Version 20250626.1 Beatmap Sets {numberHumanReadable($beatmapSets ?? 0)} Skins {numberHumanReadable(727)}
{:else if selectedTab === 'settings'}
EZPPLauncher Settings
Enable a custom cursor in the Launcher like in the lazer build of osu!
{ if (!e) { cursorSmoothening.set(false); } customCursor.set(e); $userSettings.save(); }} class="flex items-center justify-center w-5 h-5" >
Makes the custom cursor movement smoother.
{ if (!$customCursor) return; cursorSmoothening.set(e); $userSettings.save(); }} disabled={!$customCursor} class="flex items-center justify-center w-5 h-5" >
Disables some animations in the Launcher to improve performance on low-end devices.
{ reduceAnimations.set(e); $userSettings.save(); }} disabled={!$customCursor} class="flex items-center justify-center w-5 h-5" >
osu! Settings
The path to your osu! installation.
{/if}