forum

osu! Trainer - find maps near your skill

posted
Total Posts
353
show more
Topic Starter
dukambe
Updated:

- You can now change min. PP
- Shows more score suggestions for lower ranked players
- Show beatmap difficulty of the score
Tev0
Awesome, now we're getting somewhere! :D
Thank you for doin this!
Lorenzo

=/
Topic Starter
dukambe
Forgot to change a number, it's fixed now :D
Lorenzo

dukambe wrote:

Forgot to change a number, it's fixed now :D
Still giving me the error. :\ I redownloaded it aswell.
Topic Starter
dukambe
Now it's really fixed, missed a try catch for missing beatmap images.
Kris
This looks very nice. One thing though, I am a Hardrock only kind of player. It would be great if it could look for maps that people did with HR or HRHD
Lorenzo

dukambe wrote:

Now it's really fixed, missed a try catch for missing beatmap images.
Working fine now :) Thank youi ^_^
Topic Starter
dukambe
Yeah, i noticed it can be inacurrate if people only play one type of map (which is not DT :P). I'll try to add some sort of filtering if it doesn't affect the performance too much.
Rave
day1: still trying to get my key

will update in the upcoming years
mcdoomfrag
How is minimum pp supposed to work?

Whenever I try to change it, it lets me set the bar, but the second I press 'Update' it goes back to the default minimum pp and does, effectively, nothing at all.
Topic Starter
dukambe

mcdoomfrag wrote:

How is minimum pp supposed to work?

Whenever I try to change it, it lets me set the bar, but the second I press 'Update' it goes back to the default minimum pp and does, effectively, nothing at all.
Fixed
Chipmunk42
I'm getting a Microsoft .NET Framework error whenever I try to update the list:
SPOILER
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Convert.ToInt32(String value)
at osuTrainer.Beatmap..ctor(Int32 beatmapid)
at osuTrainer.Forms.OsuTrainer.UpdateSuggestionsAsync(Double minPP)
at osuTrainer.Forms.OsuTrainer.<>c__DisplayClass1.<FillDataGrid>b__0()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at osuTrainer.Forms.OsuTrainer.<FillDataGrid>d__3.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__0(Object state)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18449 built by: FX451RTMGDR
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
osuTrainer
Assembly Version: 1.0.1.4
Win32 Version: 1.0.1.4
CodeBase: file:///C:/Users/Chipmunk42/Downloads/osuTrainer/osuTrainer/osuTrainer.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18046 built by: FX45RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18022 built by: FX45RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18045 built by: FX45RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18058 built by: FX45RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18058 built by: FX45RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
ServiceStack.Text
Assembly Version: 4.0.0.0
Win32 Version: 4.0.0.0
CodeBase: file:///C:/Users/Chipmunk42/Downloads/osuTrainer/osuTrainer/ServiceStack.Text.DLL
----------------------------------------
System.Data.Linq
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18058
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Data.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Data.Linq.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Runtime.Serialization
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18056 built by: FX45RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

I'm probably too low ranked but I wanted to try it anyway.
I use Windows 8 & already have .NET Framework 4.5 (http://puu.sh/8VISo.png).
ExChobo
Any idea what to do??
http://imgur.com/GsVuKZU
Topic Starter
dukambe
Added mod filter and better column sizes.
Iggy
I can't seem to get the API key, it just refreshes the page and nothing happens.
What do?
Urf
Can't get the API key either :o
Kris

dukambe wrote:

Added mod filter and better column sizes.
Can't seem to get maps with this version
Topic Starter
dukambe

Kris wrote:

dukambe wrote:

Added mod filter and better column sizes.
Can't seem to get maps with this version
I think it's because noone near your rank has hr or standard scores in his top 10.
Kris
I think it's because noone near your rank is playing hr or standard scores.[/quote]

it wont give me any maps, straight from the start
Topic Starter
dukambe
Did you check a mod checkbox? If not it searches standard scores only.
Try checking DT and then updating?
Kris

dukambe wrote:

Did you check a mod checkbox? If not it searches standard scores only.
Try checking DT and then updating?
I can only seem to get DT to work. before the mod filters i had multiple hdhr and hddt maps. Only way of getting maps right now is by picking DT only. that cant be right
thelewa
"no suitable maps found"

am I supposed to cram this program somewhere specific or something


nvm it only works if I put on HDDT filters, but that can't be right
Laemon

thelewa wrote:

"no suitable maps found"

am I supposed to cram this program somewhere specific or something


nvm it only works if I put on HDDT filters, but that can't be right
Now he needs to add a maximum rank, like the 70k minimum xD
Topic Starter
dukambe

Laemon wrote:

thelewa wrote:

"no suitable maps found"

am I supposed to cram this program somewhere specific or something


nvm it only works if I put on HDDT filters, but that can't be right
Now he needs to add a maximum rank, like the 70k minimum xD
It should only not work for rrtyui, but i doubt he cares :D

Everything else should be fixed now though.
Rave

Igenatius wrote:

I can't seem to get the API key, it just refreshes the page and nothing happens.
What do?

Urf wrote:

Can't get the API key either :o

one day OP won't ignore us.
Topic Starter
dukambe

Rave wrote:

Igenatius wrote:

I can't seem to get the API key, it just refreshes the page and nothing happens.
What do?

Urf wrote:

Can't get the API key either :o

one day OP won't ignore us.
I'm not ignoring you, i just don't know what the problem is and it's unfortunately nothing i can control.
Tech
If only I could get an API key...
Rave

Tech wrote:

If only I could get an API key...
figured it out, type osu! Trainer and link the forum page.
Tech

Rave wrote:

Tech wrote:

If only I could get an API key...
figured it out, type osu! Trainer and link the forum page.
That worked for me also, thanks!
shavit
Cool program, can you make it show the accuracy for the specific score? I mean, it shows an A, S or SS but that's it, an S can be usually from 94-99% but that really depends.
Iggy

Rave wrote:

Tech wrote:

If only I could get an API key...
figured it out, type osu! Trainer and link the forum page.
Thank you!
CephiCC
Does not work for osu!mania ;~;

I didn't expect it to, but it'd be very fancy if I could do this for o!m
winber1
this looks pretty cool.

but wtf it recommends freedom dive

gg
Celleste
Just tried. Seems to work perfectly.
Nice Job :)
Suikami
Idk why i'm stuck here...

Febyy
Aurani
Sweet mother of God you're a genius. Thanks mate!
Snow
Wow, very nice tool!
Will try this out when I'm home from college. 8-)
Meryilla
Works like a charm, thank you!
show more
Please sign in to reply.

New reply