Package Details: osu 20240503-2

Git Clone URL: https://aur.archlinux.org/osu.git (read-only, click to copy)
Package Base: osu
Description: A free-to-win rhythm game
Upstream URL: https://osu.ppy.sh
Keywords: catch circle ctb game mania osu peppy ppy rhythm stable taiko
Licenses: custom
Submitter: ValdikSS
Maintainer: fossdd
Last Packager: fossdd
Votes: 64
Popularity: 0.58
First Submitted: 2012-11-07 13:27 (UTC)
Last Updated: 2024-05-05 21:09 (UTC)

Pinned Comments

huupoke12 commented on 2021-06-09 03:04 (UTC) (edited on 2022-03-31 13:24 (UTC) by huupoke12)

@amingirl If you want to use a custom Wine build, you can just prepend the PATH environment variable with the custom Wine's path.

But I have written this script with the idea of not to directly edit /usr/bin/osu-stable, but to create your own script if you want to override any of the value.

This is my ~/bin/osu-stable file (/usr/bin/osu-stable is unmodified, and ~/bin is added to my PATH)

#!/bin/sh
export PATH="${HOME}/build/wine:${PATH}"
export OSU_STABLE_DATA_DIRECTORY="${HOME}/osuStableDir"
/usr/bin/osu-stable "$@"

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 Next › Last »

<deleted-account> commented on 2014-08-11 00:36 (UTC)

I installed this and the updater seems to be stuck. Screenshot: https://mediacru.sh/fcLtOT9gTTRI Also, seconding the idea of putting a script in /usr/bin.

zsrkmyn commented on 2014-06-23 16:41 (UTC)

I think lib32-intel-dri should be added as optdep for x86_64 machine for better performace. thx~ :)

sauyon commented on 2014-05-23 09:26 (UTC)

I really feel like the osulauncher script could simply be named osu and put in /usr/bin as is general practice for executable files.

ValdikSS commented on 2014-02-16 08:39 (UTC)

@sauyon whoops sorry. Yes, you're right. I'll include it.

sauyon commented on 2014-02-16 08:38 (UTC)

@ValdikSS I'm talking about my suggested PKGBUILD update :P

ValdikSS commented on 2014-02-16 08:19 (UTC)

@sauyon It seems you have .net framework broken and /opt/osu/osulauncher reinstall will delete your ~/.osu, re-create it and install dotnet again.

sauyon commented on 2014-02-16 08:15 (UTC)

@ValdikSS Why? The point is that doinstall is run when the script can't find the prefix (so when the game is first run after the update)

ValdikSS commented on 2014-02-15 13:48 (UTC)

@One, try to launch /opt/osu/osulauncher reinstall

One commented on 2014-02-15 10:35 (UTC)

@ValdikSS I get this in the osulauncher install "wine: cannot find L"C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\mscorsvw.exe" Exception from HRESULT: 0x80070002" I've tried installing it clean about 5 times now, any ideas? Also if I run osu(fullscreen) my whole screen just goes a light blue colour.