Package Details: osu 20240309-1

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: None
Last Packager: R0dn3yS
Votes: 64
Popularity: 0.89
First Submitted: 2012-11-07 13:27 (UTC)
Last Updated: 2024-03-09 16:28 (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 .. 5 6 7 8 9 10 11 12 13 14 15 Next › Last »

misc commented on 2015-03-08 00:39 (UTC)

Installation comes as far as to the osu updater, then crashes with Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Xna.Framework, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d' or one of its dependencies.

Blah1 commented on 2015-01-22 21:07 (UTC)

I like how nobody noticed my comment on that problem a couple weeks ago... I am kinda new to PKGBUILDs, so I wouldn't mind knowing if there was anything else that had to be changed other than what I mentioned

calendulish commented on 2015-01-22 13:43 (UTC)

Working now

ValdikSS commented on 2015-01-22 13:31 (UTC)

Try now please

calendulish commented on 2015-01-22 13:30 (UTC)

See yourself... http://termbin.com/drka

ValdikSS commented on 2015-01-22 13:22 (UTC)

install -Dm775 osu\!install.exe "$pkgdir/opt/osu/game/osu!install.exe" automatically creates $pkgdir/opt/osu/game/

calendulish commented on 2015-01-22 13:21 (UTC)

Not works fine ValdikSS, you commented: mkdir "$pkgdir/opt/osu/game/" in PKGBUILD