forum

opsu! - an open-source osu! client (UNOFFICIAL)

posted
Total Posts
343
show more
chong601

nerfs wrote:

Will the Android version going to support .osk skin files?

Or will it ever be able to change skins? At least just using images instead of .osk files?

(Sorry for shoving this thread to top.)
you can copy the skin into the opsu! folder\Skins
(not sure if they do support .osk extraction though)
Changing skins can be done on Options.

Codwwe348 wrote:

some resolution options.
resolution settings can be found in Options

Codwwe348 wrote:

I like the game although I think it needs a sensitivity slider

vitail wrote:

an option to change the sensibility of the cursor would be good!
IIRC, this is not possible in Java (at least from the library it uses)
NoYzE
I really like it. And because of java it runs awesome on Linux :D
[-Xetanai-]
Noticed an issue.
On a laptop running 1366x768, the bottom of the window cuts off, making it impossible to get far in, since it cuts off the import all button.
Topic Starter
euphyy_old

[-Xetanai-] wrote:

Noticed an issue.
On a laptop running 1366x768, the bottom of the window cuts off, making it impossible to get far in, since it cuts off the import all button.
You can change the resolution in the options menu.
Greydus

nerfs wrote:

Will the Android version going to support .osk skin files?
Or will it ever be able to change skins? At least just using images instead of .osk files?
(Sorry for shoving this thread to top.)

It support skins, but it doesn't support .osk extraction yet
[-Xetanai-]

euphyy wrote:

[-Xetanai-] wrote:

Noticed an issue.
On a laptop running 1366x768, the bottom of the window cuts off, making it impossible to get far in, since it cuts off the import all button.
You can change the resolution in the options menu.
That's the problem. I'm not able to see that button either
Lagel
TFW this runs better than the official OS X release
AGRX

Lagel wrote:

TFW this runs better than the official OS X release
yes, but i have issues with offset always, or beatmap goes off-sync with song sometimes. Might be related to my mac maybe? Idk

but still a great project.
Leemon
I'm playing the Android version of opsu! and it's amazing, miles and miles ahead of osu!droid. The only problem I'm having is with hitsounds... sometimes they work, but most of the time they don't.
I leave the hitsounds at 100% in options, with master volume at 50%, music at 30% and effects volume at 30% as well. Am I doing something wrong?
GAT-X105Strike
Its lagging on my LG G7. Like the sound lags and the gameplay goes back and forth. Somebody help plz?
memecena
screen shots? and dose it work on windos 10
memecena
also will i still exp from it
JapanYoshiTheGamer
I get an error every time I boot...

Could not connect to database: '.\.opsu.db'.
java.sql.SQLException: Error opening connection
at org.sqlite.core.CoreConnection.open(CoreConnection.java:215)
at org.sqlite.core.CoreConnection.<init>(CoreConnection.java:76)
at org.sqlite.jdbc3.JDBC3Connection.<init>(JDBC3Connection.java:24)
at org.sqlite.jdbc4.JDBC4Connection.<init>(JDBC4Connection.java:23)
at org.sqlite.SQLiteConnection.<init>(SQLiteConnection.java:45)
at org.sqlite.JDBC.createConnection(JDBC.java:114)
at org.sqlite.JDBC.connect(JDBC.java:88)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at itdelatrisu.opsu.db.DBController.createConnection(DBController.java:65)
at itdelatrisu.opsu.db.BeatmapDB.init(BeatmapDB.java:74)
at itdelatrisu.opsu.db.DBController.init(DBController.java:46)
at itdelatrisu.opsu.Opsu.main(Opsu.java:166)
Caused by: java.lang.NullPointerException
at org.sqlite.SQLiteJDBCLoader.extractAndLoadLibraryFile(SQLiteJDBCLoader.java:169)
at org.sqlite.SQLiteJDBCLoader.loadSQLiteNativeLibrary(SQLiteJDBCLoader.java:290)
at org.sqlite.SQLiteJDBCLoader.initialize(SQLiteJDBCLoader.java:65)
at org.sqlite.core.NativeDB.load(NativeDB.java:53)
at org.sqlite.core.CoreConnection.open(CoreConnection.java:211)
... 12 more
NoYzE
Maybe you need to run the program as administrator, or start it from a user folder, that's not protected by the system.
sneakeyboard
Any linux users having issues with their mouse movements being too slow? I'm aware of the port relying heavily in Java engine, but the mouse sensitivity is the ONLY thing that makes it unplayable for me.

I'm being a bit selfish (haven't done deep research) by asking this too, but if anyone found a way to have the setting be just like in windows (where the speed is only for the client), I'd be one step closer to ditching windows :P

I'm pretty sure there's a multi-platform (gui-wise) tool for global mouse settings in Linux, so this will be my way around this, but I don't wanna surf the web with a mouse that always moves at the speed of light :P

Edit: Not really a bug though, just my mouse being slower than on the windows side of things. I'd like to add that the possibility could lie in the integrated intel graphics card (it's a netbook, so I'm no expecting much from it), but when it had windows installed there wasn't a problem with mouse speeds.


memecena wrote:

screen shots? and dose it work on windos 10
It does work. I read their github page and the application, being an open source project, runs on multiple platforms.

Here's a shot of their default skin right after you open the program:

https://itdelatrisu.github.io/opsu/images/screenshots/s01.png too big for the forums and my ocd, so just a link lol
Jesper
Built in java? so theoretically it could work on Linux?
Hikari -
So, It says Download some beatmaps to get started, But I already have beatmaps on osu, and when I donwloaded the beatmaps on opsu, It said ERROR and some codes
-shig-

JapanYoshiTheGamer wrote:

I get an error every time I boot...

Could not connect to database: '.\.opsu.db'.
java.sql.SQLException: Error opening connection
at org.sqlite.core.CoreConnection.open(CoreConnection.java:215)
at org.sqlite.core.CoreConnection.<init>(CoreConnection.java:76)
at org.sqlite.jdbc3.JDBC3Connection.<init>(JDBC3Connection.java:24)
at org.sqlite.jdbc4.JDBC4Connection.<init>(JDBC4Connection.java:23)
at org.sqlite.SQLiteConnection.<init>(SQLiteConnection.java:45)
at org.sqlite.JDBC.createConnection(JDBC.java:114)
at org.sqlite.JDBC.connect(JDBC.java:88)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at itdelatrisu.opsu.db.DBController.createConnection(DBController.java:65)
at itdelatrisu.opsu.db.BeatmapDB.init(BeatmapDB.java:74)
at itdelatrisu.opsu.db.DBController.init(DBController.java:46)
at itdelatrisu.opsu.Opsu.main(Opsu.java:166)
Caused by: java.lang.NullPointerException
at org.sqlite.SQLiteJDBCLoader.extractAndLoadLibraryFile(SQLiteJDBCLoader.java:169)
at org.sqlite.SQLiteJDBCLoader.loadSQLiteNativeLibrary(SQLiteJDBCLoader.java:290)
at org.sqlite.SQLiteJDBCLoader.initialize(SQLiteJDBCLoader.java:65)
at org.sqlite.core.NativeDB.load(NativeDB.java:53)
at org.sqlite.core.CoreConnection.open(CoreConnection.java:211)
... 12 more
I get the same error when I try opening the file too. Has anyone found a solution to this?
Topic Starter
euphyy_old
Release: v0.13.0

Sorry for the lack of updates here. There's been a lot of development since the last release (over a year ago!), especially within the past few weeks. You can read about all the changes in the release notes (linked above). Older clients should automatically receive the update. Enjoy! c:
Topic Starter
euphyy_old
Release: v0.14.0

This release finally adds the osu! HP algorithm. Lots of other UI improvements, better skin support and a .osk unpacker, and more.
Jesper
Pretty good
Topic Starter
euphyy_old
fluddokt updated the Android version to 0.14.0a! You can get it here: https://github.com/fluddokt/opsu/releases/tag/0.14.0a
SlowLogicBoy

euphyy wrote:

fluddokt updated the Android version to 0.14.0a! You can get it here: https://github.com/fluddokt/opsu/releases/tag/0.14.0a
Finally!
rikonee
Nice updates. :)

However despite the warning I had tried to allow the soundeffects. Now I can't get ingame, how to turn it off again? :oops:

I'm using Linux Mint 17.3.


Edit: Nevermind.
Pickkle
nice
ishokuP
Can you change the Directory of the songs in opsu! for android ??
ishokuP
Also how do you change the .cfg file in android ??
Topic Starter
euphyy_old
Release: v0.15.0

Key features are a local users system, video playback, and many more UI improvements (redesigns, new font, etc.). Also, a ton of bug fixes in this release.

pututu wrote:

Also how do you change the .cfg file in android ??
You'll have to open the file in a text editor. Sorry, couldn't find an easy way to make a file picker inside the game (without Swing).
Topic Starter
euphyy_old
Android release: v0.15.0a
Thanks to fluddokt as always :)
Kurante2801
Could you put an option to disable the hitcircles at the end of a slider plz? They really confuse me a lot
Syfish
Can you also add the ability to login to an osu! account instead of local accounts?
Fuyuka
Is it possible to get this working on iOS? osu!stream and osu! iPhone hasn't been updated in so long.
Liveon
I tried to get this on Android but it's impossible for me to download maps (connection error, even though I tried both wifi and my carrier's internet). Even if I manually put a song in the map it won't recognize it. Any idea how to fix this?
Purrah
Try using "Mnetwork" instead of the others, worked for me
davidtigas
what java file has the theme song and can you change it?
YourSenpaix
ty
fr00
is it possible to run on iOS :roll: :?:
demoncat96
opsu setup help

how to make it work
1. get java if you dont have it already
2. run opsu.jar with java
3 ones it starts you will have to find the server that you can download from
most common qustion: red is 1 person and green is an other
what server are you using
what could happen if u pick wrong one
awser: well it will only get you a error and it will not download
ok
so make shure you test all download server and see the one that is the best for ur download
make shure to reply if you have any other problem :D and il be happy to help you
DeletedUser_4050493
Will it support other modes later? thx in advance~
Fuyuka
According to the post it is possible to get this running on iOS. If someone could make this happen that would be amazing. I have a jailbroken device I can test it with.

Edit: I'll just need the .ipa
show more
Please sign in to reply.

New reply