
opsu!
Open-source rhythm game supporting Osu! beatmaps
opsu! is an unofficial open-source client for the rhythm game osu!, written in Java using Slick2D and LWJGL (wrappers around OpenGL and OpenAL).
opsu! runs on Windows, OS X, and Linux.
A this libGDX port also supports Android devices.
'''Beatmaps'''
opsu! requires "beatmaps" to run, which contain the songs and gameplay data.
These can be downloaded directly through opsu! in the downloads menu, or
manually from the [https://osu.ppy.sh/p/beatmaplist osu! website] (requires
registration) and mirror sites like [http://bloodcat.com/osu/ Bloodcat].
Place any manually downloaded beatmaps (in .osz format) in the `Import/`
directory for opsu! to unpack them automatically.
If osu! is installed, opsu! will attempt to read beatmaps from the osu!
installation location. The beatmap directory can also be changed by setting
the "BeatmapDirectory" value in the generated configuration file.
'''First Run'''
opsu! will parse all beatmaps when launched, which can take a while for the
first time. If no beatmaps are found, the game will prompt you to download some
to get started.
Game settings can be changed in the options menu, accessed by clicking the
"Other Options" button in the song menu. The "Music Offset" value will likely
need to be adjusted initially, or whenever hit objects are out of sync with the
music.
'''Directory Structure'''
The following files and folders will be created in the opsu folder in storage as needed:
* `.opsu.cfg`: The configuration file. Most (but not all) of the settings can
be changed through the options menu.
* `.opsu.db`: The beatmap cache database.
* `.opsu_scores.db`: The scores and player database.
* `.opsu.log`: The error log. All critical errors displayed in-game are also
logged to this file, and other warnings not shown are logged as well.
* `Songs/`: The beatmap directory (not used if an osu! installation is detected).
The parser searches all of its subdirectories for .osu files to load.
* `Skins/`: The skins directory. Each skin must be placed in a folder within
this directory. Any game resource (in `res/`) can be skinned by placing a
file with the same name in a skin folder. Skins can be selected in the
options menu.
* `Replays/`: The replay directory. Replays of each completed game are saved
as .osr files, and can be viewed at a later time or shared with others.
* `Import/`: The import directory. All beatmap packs (.osz) and skin
packs (.osk) are unpacked to the proper location. All replays (.osr) are
moved to the replay directory, and their scores saved to the scores database.
* `Screenshots/`: The screenshot directory. Screenshots can be taken by
pressing the F12 key.
* `Natives/`: The native libraries directory.
* `Temp/`: The temporary files directory. Deleted when opsu! exits.
opsu! runs on Windows, OS X, and Linux.
A this libGDX port also supports Android devices.
'''Beatmaps'''
opsu! requires "beatmaps" to run, which contain the songs and gameplay data.
These can be downloaded directly through opsu! in the downloads menu, or
manually from the [https://osu.ppy.sh/p/beatmaplist osu! website] (requires
registration) and mirror sites like [http://bloodcat.com/osu/ Bloodcat].
Place any manually downloaded beatmaps (in .osz format) in the `Import/`
directory for opsu! to unpack them automatically.
If osu! is installed, opsu! will attempt to read beatmaps from the osu!
installation location. The beatmap directory can also be changed by setting
the "BeatmapDirectory" value in the generated configuration file.
'''First Run'''
opsu! will parse all beatmaps when launched, which can take a while for the
first time. If no beatmaps are found, the game will prompt you to download some
to get started.
Game settings can be changed in the options menu, accessed by clicking the
"Other Options" button in the song menu. The "Music Offset" value will likely
need to be adjusted initially, or whenever hit objects are out of sync with the
music.
'''Directory Structure'''
The following files and folders will be created in the opsu folder in storage as needed:
* `.opsu.cfg`: The configuration file. Most (but not all) of the settings can
be changed through the options menu.
* `.opsu.db`: The beatmap cache database.
* `.opsu_scores.db`: The scores and player database.
* `.opsu.log`: The error log. All critical errors displayed in-game are also
logged to this file, and other warnings not shown are logged as well.
* `Songs/`: The beatmap directory (not used if an osu! installation is detected).
The parser searches all of its subdirectories for .osu files to load.
* `Skins/`: The skins directory. Each skin must be placed in a folder within
this directory. Any game resource (in `res/`) can be skinned by placing a
file with the same name in a skin folder. Skins can be selected in the
options menu.
* `Replays/`: The replay directory. Replays of each completed game are saved
as .osr files, and can be viewed at a later time or shared with others.
* `Import/`: The import directory. All beatmap packs (.osz) and skin
packs (.osk) are unpacked to the proper location. All replays (.osr) are
moved to the replay directory, and their scores saved to the scores database.
* `Screenshots/`: The screenshot directory. Screenshots can be taken by
pressing the F12 key.
* `Natives/`: The native libraries directory.
* `Temp/`: The temporary files directory. Deleted when opsu! exits.
版本
尽管下面提供了 APK 安装包的下载选项,但你应该注意,以这种方式安装将不会收到更新通知,这是一种不太安全的下载方式。 我们建议你安装使用 F-Droid 客户端。
下载 F-Droid-
armeabi
armeabi-v7a
x86
该版本需要 Android 2.2 及以上版本。
此安装包由 F-Droid 构建并签名,且保证与此源代码 tarball 保持一致。