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 .. 7 8 9 10 11 12 13 14 15 Next › Last »

calendulish commented on 2015-01-03 17:56 (UTC)

If you have a AMD graphics card, the scoreboard and text can be corrupt. enabling StrictDrawOrdering avoids the problem. It would be good to add to the package? reg file here: http://lara.craft.net.br/amd_osu.reg

ValdikSS commented on 2015-01-02 21:11 (UTC)

@laracraft93, thanks, fixed.

calendulish commented on 2015-01-02 20:56 (UTC)

Now, osu!install run with dotnet20 (sp1 is not required). http://m1.ppy.sh/r/osu!install.exe osume.exe downloads obsolete files.

ValdikSS commented on 2014-12-22 11:13 (UTC)

@louis058, @angelic_sedition, wine_gecko should NOT be installed. Just tried it with clear wineprefix — works fine.

louis058 commented on 2014-12-21 21:34 (UTC)

The launcher tries to launch 'osu!.exe' which doesn't seem to exist. Or at least, it can't find it.

noctuid commented on 2014-12-10 00:13 (UTC)

The osu updater isn't working for me; it runs forever "checking for updates" like @SirCmpwn.

ValdikSS commented on 2014-11-02 09:07 (UTC)

Some updates to the launcher: * Fixes for prefix moving code * Added new commands: regedit, winecfg, winetricks This package is still using old online updater for initial bootstraping as newer updaters require .NET 3.5, which doesn't work well on Wine.

ValdikSS commented on 2014-08-11 08:19 (UTC)

Whoops, small fix.

ValdikSS commented on 2014-08-11 07:44 (UTC)

symlink /usr/bin/osu to /opt/osu/osulauncher

ValdikSS commented on 2014-08-11 07:38 (UTC)

Finally updated this package. Sorry for such a huge delay. New package includes @sauyon patch (move ~/.osu to ~/.local/share/wineprefixes/osu) and some minor osulauncher changes.